COLOR #C8D5A7

HEX: #C8D5A7
RGB: (200,213,167)

Color info

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

RGB color model

#C8D5A7 color RGB value is (200,213,167).

  • red value is 200;
  • green value is 213;
  • blue value is 167.
RGB:
(200,213,167)
(78%,84%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 213 of 255 = 84%
B 167 of 255 = 65%

200
213
167

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

Portions of RGB colors in percentages

R + G + B =
200 + 213 + 167 = 580 (100%)
R 200 of 580 ~ 34.48%
G 213 of 580 ~ 36.72%
B 167 of 580 ~ 28.79%

%34.48
%36.72
%28.79

CMYK color model

#C8D5A7 color CMYK value is (6,0,22,16).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 16.47%
CMYK:
(6,0,22,16)
C6M0Y22K16 
(6%,0%,22%,16%)
(0.06/0.00/0.22/0.16)	

CMYK percentages

%6.1
%0
%21.6
%16.47

Codes

Color #C8D5A7 in popluar color models

C8D5A7
RGB200213167
HSL77°35.38%74.51%
HSB/HSV77°21.60%83.53%
CMYK6.10%0.00%21.60%
16.47%

Color #C8D5A7 in popluar number systems.

HEXC8D5A7
Decimal200213167
Binary110010001101010110100111
Octal310325247

Shades and tints

Shades of #C8D5A7

#C8D5A7
(200,213,167)
#B6C298
(182,194,152)
#A4AF89
(164,175,137)
#929C7A
(146,156,122)
#80896B
(128,137,107)
#6E765C
(110,118,92)
#5C634D
(92,99,77)
#4A503E
(74,80,62)
#383D2F
(56,61,47)
#262A20
(38,42,32)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #C8D5A7

#C8D5A7
(200,213,167)
#CDD8AF
(205,216,175)
#D2DBB7
(210,219,183)
#D7DEBF
(215,222,191)
#DCE1C7
(220,225,199)
#E1E4CF
(225,228,207)
#E6E7D7
(230,231,215)
#EBEADF
(235,234,223)
#F0EDE7
(240,237,231)
#F5F0EF
(245,240,239)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D5A7; }

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

This text font color is #C8D5A7.


Background Color

.myBgColor { background-color: #C8D5A7; }

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

This div background color is #C8D5A7.


Border color

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

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

This div border color is #C8D5A7.


Opacity

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

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

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

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

This text has shadow with #C8D5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D5A7 on black background.


Color preview on white background

This text has color #C8D5A7 on white background.



Black color preview on #C8D5A7 background

This text has black color on #C8D5A7 background.


White color preview on #C8D5A7 background

This text has white color on #C8D5A7 background.