#c6d6c7 Color Hex New Moss

Information about New Moss Color | #0000FF

#c6d6c7 color RGB value is (198,214,199). #c6d6c7 color name is New Moss color.

#c6d6c7 hex color red value is 198 , green value is 214 and the blue value of its RGB is 199 . Cylindrical-coordinate representations (also known as HSL) of color #c6d6c7 hue: 124 , saturation: 16 and the lightness value of #c6d6c7 is 81

The process color (four color CMYK) of #c6d6c7 color hex is 3 , 0 ,3, 6 .

#c6d6c7

~New Moss

Color Converions

HEX
#c6d6c7
RGB
198,214,199
LAB
84,-8,5
CMYK
7,0,7,16
LCH
84,9,144
XYZ
58,64,63
HSV
124,7,84
HSL
124,16,81

Base Numbers

Base Red Green Blue
Binary 11000110 11010110 11000111
Octal 306 326 307
Decimal 198 214 199
Hex c6 d6 c7

RGB Percentages of Color #c6d6c7

78%
84%
78%

CMYK Percentages of Color #c6d6c7

3%
3%
0%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c6d6c7

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c6d6c7
20%
#b2c1b3
30%
#9eab9f
40%
#8b968b
50%
#778077
60%
#636b64
70%
#4f5650
80%
#3b403c
90%
#282b28
100%
#141514

Tints of #c6d6c7

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c6d6c7
20%
#ccdacd
30%
#d1ded2
40%
#d7e2d8
50%
#dde6dd
60%
#e3ebe3
70%
#e8efe9
80%
#eef3ee
90%
#f4f7f4
100%
#f9fbf9

Tones of #c6d6c7

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c6d6c7
20%
#bfcdc0
30%
#b8c5b9
40%
#b1bcb2
50%
#aab3aa
60%
#a3aba3
70%
#9ca29c
80%
#959995
90%
#8e918e
100%
#878887

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c6d6c7
#cbd6c6
#c8d6c6
#c6d6c7
#c6d6ca
#c6d6cd

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c6d6c7
#d6c6d5

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6d6c7
#c6d2d6
#d6c6cb

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6d6c7
#c7c6d6
#d6c7c6

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c6d6c7
#c6cdd6
#d6c6d5
#d6cfc6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6d6c7
#010101
#292c29
#505650
#778178
#9fab9f

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c6d6c7

protanopia

#d8d0c3

deuteranopia

#e8c9c9

tritanopia

#cad1e1

achromatopsia

#d2d2d2

protanomaly

#d1d2c4

deuteranomaly

#dccec8

achromatopsia

#d2d2d2

tritanomaly

#c8d3d8

achromatomaly

#cdd3ce

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 14/21
Hello World !

#c6d6c7 Color CSS Codes

.bgcolor {background-color:#c6d6c7; } 
.forecolor {color:#c6d6c7; }
.bordercolor {border:3px solid #c6d6c7; }
            

#c6d6c7 Text Font Color

<div style="color:#c6d6c7">
Div content here</div>

This sample text font color is #c6d6c7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c6d6c7 Background Color

<div style="background-color:#c6d6c7">
Div content here</div>
Div content here

#c6d6c7 Border Color

<div style="border:3px solid #c6d6c7">
Div here</div>

This div border color is #c6d6c7

#c6d6c7 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c6d6c7; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6d6c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6d6c7;
  -webkit-box-shadow: 1px 1px 3px 2px #c6d6c7;
  box-shadow: 1px 1px 3px 2px #c6d6c7; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6d6c7">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6d6c7;
              -webkit-box-shadow: 1px 1px 3px 2px #c6d6c7;
              box-shadow:         1px 1px 3px 2px #c6d6c7#c6d6c7">
Div content here</div>

This div box has shadow with color #c6d6c7

More Colors

Pale Pear
#f4da6e
Dusty Trail Rider
#c3b9a6
Golden Coin
#fcd975
Oasis Sand
#fcedc5
Di Sierra
#db995e
Peachy Confection
#d4a88d
Kilkenny
#498555
Baneblade Brown
#937f6d
Pale Olive
#d3c7a1
Lemon Gelato
#f8ec9e
Fluid Blue
#c5d6eb
Greenish Brown
#696112
Jet White
#f2ede2
Cadmium Orange
#ed872d
Cabernet
#8e5b68
Deep Seagrass
#959889
Plum Majesty
#994548
Canary Yellow
#ffdf01
Milano
#c1a181
Meditation
#a9ac9d
Mocha
#9d7651
Gǔ Tóng Hēi Copper
#634950
Fresh Take
#505b93
Lusty Salmon
#efafa7
Homeland
#b18d75
Light Gregorio Garden
#d7d4e4
Minified Mint
#e4ebdc
Cheesy Frittata
#f0e093
Capitalino Cactus
#008f4c
Ice Cold
#d2eaf1
Floral Leaf
#ffb94e
Majestic Violet
#9d9ac4
Bali Batik
#6f5937
Cape Pond
#0092ad
Plum Perfume
#a489a3
Distant Tan
#cfbda5
Golden Apples
#f3d74f
Blissful Berry
#aa1188
Fool's Gold
#cad175
rating-img
Rate this tool
NaN/5   0 votes