COLOR #C8D3A7

HEX: #C8D3A7
RGB: (200,211,167)

Color info

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

RGB color model

#C8D3A7 color RGB value is (200,211,167).

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

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 167 of 255 = 65%

200
211
167

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

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 167 = 578 (100%)
R 200 of 578 ~ 34.6%
G 211 of 578 ~ 36.51%
B 167 of 578 ~ 28.89%

%34.6
%36.51
%28.89

CMYK color model

#C8D3A7 color CMYK value is (5,0,21,17).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 17.25%
CMYK:
(5,0,21,17)
C5M0Y21K17 
(5%,0%,21%,17%)
(0.05/0.00/0.21/0.17)	

CMYK percentages

%5.21
%0
%20.85
%17.25

Codes

Color #C8D3A7 in popluar color models

C8D3A7
RGB200211167
HSL75°33.33%74.12%
HSB/HSV75°20.85%82.75%
CMYK5.21%0.00%20.85%
17.25%

Color #C8D3A7 in popluar number systems.

HEXC8D3A7
Decimal200211167
Binary110010001101001110100111
Octal310323247

Shades and tints

Shades of #C8D3A7

#C8D3A7
(200,211,167)
#B6C098
(182,192,152)
#A4AD89
(164,173,137)
#929A7A
(146,154,122)
#80876B
(128,135,107)
#6E745C
(110,116,92)
#5C614D
(92,97,77)
#4A4E3E
(74,78,62)
#383B2F
(56,59,47)
#262820
(38,40,32)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C8D3A7

#C8D3A7
(200,211,167)
#CDD7AF
(205,215,175)
#D2DBB7
(210,219,183)
#D7DFBF
(215,223,191)
#DCE3C7
(220,227,199)
#E1E7CF
(225,231,207)
#E6EBD7
(230,235,215)
#EBEFDF
(235,239,223)
#F0F3E7
(240,243,231)
#F5F7EF
(245,247,239)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D3A7; }

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

This text font color is #C8D3A7.


Background Color

.myBgColor { background-color: #C8D3A7; }

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

This div background color is #C8D3A7.


Border color

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

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

This div border color is #C8D3A7.


Opacity

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

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

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

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

This text has shadow with #C8D3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3A7 on black background.


Color preview on white background

This text has color #C8D3A7 on white background.



Black color preview on #C8D3A7 background

This text has black color on #C8D3A7 background.


White color preview on #C8D3A7 background

This text has white color on #C8D3A7 background.