COLOR #C8DEA7

HEX: #C8DEA7 RGB: (200,222,167)

Color info

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

RGB color model

#C8DEA7 color RGB value is (200,222,167).

RGB: (200,222,167) (78%, 87%, 65%)

RGB channels and saturation

R 200 of 255 = 78%
G 222 of 255 = 87%
B 167 of 255 = 65%

200
222
167

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

Portions of RGB colors in percentages

R + G + B = 200 + 222 + 167 = 589 (100%)
R 200 of 589 ~ 33.96%
G 222 of 589 ~ 37.69%
B 167 of 589 ~ 28.35'%

%33.96
%37.69
%28.35

CMYK color model

#C8DEA7 color CMYK value is (10,0,25,13).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 12.94%

CMYK: (10,0,25,13)
C10M0Y25K13 (10%, 0%, 25%, 13%)
(0.10 / 0.00 / 0.25 / 0.13)

CMYK percentages

%9.91
%0
%24.77
%12.94

Codes

Color #C8DEA7 in popluar color models

C8 DE A7
RGB 200 222 167
HSL 84° 45.45% 76.27%
HSB/HSV 84° 24.77% 87.06%
CMYK 9.91% 0.00% 24.77%
12.94%

Color #C8DEA7 in popluar number systems.

HEX C8 DE A7
Decimal 200 222 167
Binary 11001000 11011110 10100111
Octal 310 336 247

Shades and tints

Shades of #C8DEA7

#C8DEA7
(200,222,167)
#B6CA98
(182,202,152)
#A4B689
(164,182,137)
#92A27A
(146,162,122)
#808E6B
(128,142,107)
#6E7A5C
(110,122,92)
#5C664D
(92,102,77)
#4A523E
(74,82,62)
#383E2F
(56,62,47)
#262A20
(38,42,32)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #C8DEA7

#C8DEA7
(200,222,167)
#CDE1AF
(205,225,175)
#D2E4B7
(210,228,183)
#D7E7BF
(215,231,191)
#DCEAC7
(220,234,199)
#E1EDCF
(225,237,207)
#E6F0D7
(230,240,215)
#EBF3DF
(235,243,223)
#F0F6E7
(240,246,231)
#F5F9EF
(245,249,239)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DEA7 color. Also use rgb(200,222,167) instead hex code.

Text Font Color

.myTextColor { color: #C8DEA7; }

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

This text font color is #C8DEA7.

Background Color

.myBgColor { background-color: #C8DEA7; }

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

This div background color is #C8DEA7.

Border color

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

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

This div border color is #C8DEA7.

Opacity

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

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

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

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

This text has shadow with #C8DEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DEA7.

Preview

Color preview on black background

This text has color #C8DEA7 on black background.


Color preview on white background

This text has color #C8DEA7 on white background.


Black color preview on #C8DEA7 background

This text has black color on #C8DEA7 background.


White color preview on #C8DEA7 background

This text has white color on #C8DEA7 background.


Related colors

Complementary color

Complementary color for #hex is #372158.


I love getcolorcode.com

Triadic colors

1 #A7C8DE and #DEA7C8 with #C8DEA7 are triadic colors.

2 #A7DEC8 and #DEC8A7 with #C8DEA7 are triadic colors.