COLOR #C8D0A6

HEX: #C8D0A6 RGB: (200,208,166)

Color info

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

RGB color model

#C8D0A6 color RGB value is (200,208,166).

RGB: (200,208,166) (78%, 82%, 65%)

RGB channels and saturation

R 200 of 255 = 78%
G 208 of 255 = 82%
B 166 of 255 = 65%

200
208
166

R + G + B ~ 75%. #C8D0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 208 + 166 = 574 (100%)
R 200 of 574 ~ 34.84%
G 208 of 574 ~ 36.24%
B 166 of 574 ~ 28.92'%

%34.84
%36.24
%28.92

CMYK color model

#C8D0A6 color CMYK value is (4,0,20,18).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 18.43%

CMYK: (4,0,20,18)
C4M0Y20K18 (4%, 0%, 20%, 18%)
(0.04 / 0.00 / 0.20 / 0.18)

CMYK percentages

%3.85
%0
%20.19
%18.43

Codes

Color #C8D0A6 in popluar color models

C8 D0 A6
RGB 200 208 166
HSL 71° 30.88% 73.33%
HSB/HSV 71° 20.19% 81.57%
CMYK 3.85% 0.00% 20.19%
18.43%

Color #C8D0A6 in popluar number systems.

HEX C8 D0 A6
Decimal 200 208 166
Binary 11001000 11010000 10100110
Octal 310 320 246

Shades and tints

Shades of #C8D0A6

#C8D0A6
(200,208,166)
#B6BE97
(182,190,151)
#A4AC88
(164,172,136)
#929A79
(146,154,121)
#80886A
(128,136,106)
#6E765B
(110,118,91)
#5C644C
(92,100,76)
#4A523D
(74,82,61)
#38402E
(56,64,46)
#262E1F
(38,46,31)
#141C10
(20,28,16)
#000000
(0,0,0)

Tints of #C8D0A6

#C8D0A6
(200,208,166)
#CDD4AE
(205,212,174)
#D2D8B6
(210,216,182)
#D7DCBE
(215,220,190)
#DCE0C6
(220,224,198)
#E1E4CE
(225,228,206)
#E6E8D6
(230,232,214)
#EBECDE
(235,236,222)
#F0F0E6
(240,240,230)
#F5F4EE
(245,244,238)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D0A6; }

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

This text font color is #C8D0A6.

Background Color

.myBgColor { background-color: #C8D0A6; }

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

This div background color is #C8D0A6.

Border color

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

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

This div border color is #C8D0A6.

Opacity

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

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

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

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

This text has shadow with #C8D0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D0A6.

Preview

Color preview on black background

This text has color #C8D0A6 on black background.


Color preview on white background

This text has color #C8D0A6 on white background.


Black color preview on #C8D0A6 background

This text has black color on #C8D0A6 background.


White color preview on #C8D0A6 background

This text has white color on #C8D0A6 background.


Related colors

Complementary color

Complementary color for #hex is #372F59.


I love getcolorcode.com

Triadic colors

1 #A6C8D0 and #D0A6C8 with #C8D0A6 are triadic colors.

2 #A6D0C8 and #D0C8A6 with #C8D0A6 are triadic colors.