COLOR #C8DCA6

HEX: #C8DCA6
RGB: (200,220,166)

Color info

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

RGB color model

#C8DCA6 color RGB value is (200,220,166).

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

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 166 of 255 = 65%

200
220
166

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

Portions of RGB colors in percentages

R + G + B =
200 + 220 + 166 = 586 (100%)
R 200 of 586 ~ 34.13%
G 220 of 586 ~ 37.54%
B 166 of 586 ~ 28.33%

%34.13
%37.54
%28.33

CMYK color model

#C8DCA6 color CMYK value is (9,0,25,14).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 13.73%
CMYK:
(9,0,25,14)
C9M0Y25K14 
(9%,0%,25%,14%)
(0.09/0.00/0.25/0.14)	

CMYK percentages

%9.09
%0
%24.55
%13.73

Codes

Color #C8DCA6 in popluar color models

C8DCA6
RGB200220166
HSL82°43.55%75.69%
HSB/HSV82°24.55%86.27%
CMYK9.09%0.00%24.55%
13.73%

Color #C8DCA6 in popluar number systems.

HEXC8DCA6
Decimal200220166
Binary110010001101110010100110
Octal310334246

Shades and tints

Shades of #C8DCA6

#C8DCA6
(200,220,166)
#B6C897
(182,200,151)
#A4B488
(164,180,136)
#92A079
(146,160,121)
#808C6A
(128,140,106)
#6E785B
(110,120,91)
#5C644C
(92,100,76)
#4A503D
(74,80,61)
#383C2E
(56,60,46)
#26281F
(38,40,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #C8DCA6

#C8DCA6
(200,220,166)
#CDDFAE
(205,223,174)
#D2E2B6
(210,226,182)
#D7E5BE
(215,229,190)
#DCE8C6
(220,232,198)
#E1EBCE
(225,235,206)
#E6EED6
(230,238,214)
#EBF1DE
(235,241,222)
#F0F4E6
(240,244,230)
#F5F7EE
(245,247,238)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DCA6; }

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

This text font color is #C8DCA6.


Background Color

.myBgColor { background-color: #C8DCA6; }

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

This div background color is #C8DCA6.


Border color

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

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

This div border color is #C8DCA6.


Opacity

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

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

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

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

This text has shadow with #C8DCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DCA6 on black background.


Color preview on white background

This text has color #C8DCA6 on white background.



Black color preview on #C8DCA6 background

This text has black color on #C8DCA6 background.


White color preview on #C8DCA6 background

This text has white color on #C8DCA6 background.