COLOR #C6DAAE

HEX: #C6DAAE
RGB: (198,218,174)

Color info

#C6DAAE contains red, green and blue colors in about the same proportion. Web safe color of #C6DAAE is #CCCC99 (or #CC9).

RGB color model

#C6DAAE color RGB value is (198,218,174).

  • red value is 198;
  • green value is 218;
  • blue value is 174.
RGB:
(198,218,174)
(78%,85%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 174 of 255 = 68%

198
218
174

R + G + B ~ 77%. #C6DAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 218 + 174 = 590 (100%)
R 198 of 590 ~ 33.56%
G 218 of 590 ~ 36.95%
B 174 of 590 ~ 29.49%

%33.56
%36.95
%29.49

CMYK color model

#C6DAAE color CMYK value is (9,0,20,15).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 14.51%
CMYK:
(9,0,20,15)
C9M0Y20K15 
(9%,0%,20%,15%)
(0.09/0.00/0.20/0.15)	

CMYK percentages

%9.17
%0
%20.18
%14.51

Codes

Color #C6DAAE in popluar color models

C6DAAE
RGB198218174
HSL87°37.29%76.86%
HSB/HSV87°20.18%85.49%
CMYK9.17%0.00%20.18%
14.51%

Color #C6DAAE in popluar number systems.

HEXC6DAAE
Decimal198218174
Binary110001101101101010101110
Octal306332256

Shades and tints

Shades of #C6DAAE

#C6DAAE
(198,218,174)
#B4C79F
(180,199,159)
#A2B490
(162,180,144)
#90A181
(144,161,129)
#7E8E72
(126,142,114)
#6C7B63
(108,123,99)
#5A6854
(90,104,84)
#485545
(72,85,69)
#364236
(54,66,54)
#242F27
(36,47,39)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #C6DAAE

#C6DAAE
(198,218,174)
#CBDDB5
(203,221,181)
#D0E0BC
(208,224,188)
#D5E3C3
(213,227,195)
#DAE6CA
(218,230,202)
#DFE9D1
(223,233,209)
#E4ECD8
(228,236,216)
#E9EFDF
(233,239,223)
#EEF2E6
(238,242,230)
#F3F5ED
(243,245,237)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DAAE color. Also use rgb(198,218,174) instead hex code.

Text Font Color

.myTextColor { color: #C6DAAE; }

<p style="color:#C6DAAE">This sample text font color is #C6DAAE.</p>

This text font color is #C6DAAE.


Background Color

.myBgColor { background-color: #C6DAAE; }

<div style="background-color:#C6DAAE">Inner text</div>

This div background color is #C6DAAE.


Border color

.myBorderColor { border: 1px solid #C6DAAE; }

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

This div border color is #C6DAAE.


Opacity

.myOpacity80 { color: #C6DAAE; opacity: 0.8; }

<p style="color:#C6DAAE;opacity:0.8;">80%</p>

Text with #C6DAAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6DAAE;}

<p style="text-shadow: 3px 3px 1px #C6DAAE">Text here.</p>

This text has shadow with #C6DAAE color.

.textShadow {text-shadow: 3px 3px 1px #C6DAAE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6DAAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6DAAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6DAAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6DAAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6DAAE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C6DAAE;
  -webkit-box-shadow:	1px 1px 3px 2px #C6DAAE;
  box-shadow:		1px 1px 3px 2px #C6DAAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6DAAE;
-webkit-box-shadow: 1px 1px 3px 2px #C6DAAE;
box-shadow:1px 1px 3px 2px #C6DAAE;">
Div content here</div>
This div box has shadow with color #C6DAAE.

Preview

Color preview on black background

This text has color #C6DAAE on black background.


Color preview on white background

This text has color #C6DAAE on white background.



Black color preview on #C6DAAE background

This text has black color on #C6DAAE background.


White color preview on #C6DAAE background

This text has white color on #C6DAAE background.