COLOR #C8DAA6

HEX: #C8DAA6
RGB: (200,218,166)

Color info

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

RGB color model

#C8DAA6 color RGB value is (200,218,166).

  • red value is 200;
  • green value is 218;
  • blue value is 166.
RGB:
(200,218,166)
(78%,85%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 166 of 255 = 65%

200
218
166

R + G + B ~ 76%. #C8DAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 218 + 166 = 584 (100%)
R 200 of 584 ~ 34.25%
G 218 of 584 ~ 37.33%
B 166 of 584 ~ 28.42%

%34.25
%37.33
%28.42

CMYK color model

#C8DAA6 color CMYK value is (8,0,24,15).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 14.51%
CMYK:
(8,0,24,15)
C8M0Y24K15 
(8%,0%,24%,15%)
(0.08/0.00/0.24/0.15)	

CMYK percentages

%8.26
%0
%23.85
%14.51

Codes

Color #C8DAA6 in popluar color models

C8DAA6
RGB200218166
HSL81°41.27%75.29%
HSB/HSV81°23.85%85.49%
CMYK8.26%0.00%23.85%
14.51%

Color #C8DAA6 in popluar number systems.

HEXC8DAA6
Decimal200218166
Binary110010001101101010100110
Octal310332246

Shades and tints

Shades of #C8DAA6

#C8DAA6
(200,218,166)
#B6C797
(182,199,151)
#A4B488
(164,180,136)
#92A179
(146,161,121)
#808E6A
(128,142,106)
#6E7B5B
(110,123,91)
#5C684C
(92,104,76)
#4A553D
(74,85,61)
#38422E
(56,66,46)
#262F1F
(38,47,31)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #C8DAA6

#C8DAA6
(200,218,166)
#CDDDAE
(205,221,174)
#D2E0B6
(210,224,182)
#D7E3BE
(215,227,190)
#DCE6C6
(220,230,198)
#E1E9CE
(225,233,206)
#E6ECD6
(230,236,214)
#EBEFDE
(235,239,222)
#F0F2E6
(240,242,230)
#F5F5EE
(245,245,238)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DAA6 color. Also use rgb(200,218,166) instead hex code.

Text Font Color

.myTextColor { color: #C8DAA6; }

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

This text font color is #C8DAA6.


Background Color

.myBgColor { background-color: #C8DAA6; }

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

This div background color is #C8DAA6.


Border color

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

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

This div border color is #C8DAA6.


Opacity

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

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

Text with #C8DAA6 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 #C8DAA6;}

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

This text has shadow with #C8DAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DAA6 on black background.


Color preview on white background

This text has color #C8DAA6 on white background.



Black color preview on #C8DAA6 background

This text has black color on #C8DAA6 background.


White color preview on #C8DAA6 background

This text has white color on #C8DAA6 background.