COLOR #C8D7B4

HEX: #C8D7B4
RGB: (200,215,180)

Color info

#C8D7B4 contains red, green and blue colors in about the same proportion. Web safe color of #C8D7B4 is #CCCCCC (or #CCC).

RGB color model

#C8D7B4 color RGB value is (200,215,180).

  • red value is 200;
  • green value is 215;
  • blue value is 180.
RGB:
(200,215,180)
(78%,84%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 215 of 255 = 84%
B 180 of 255 = 71%

200
215
180

R + G + B ~ 78%. #C8D7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 180 = 595 (100%)
R 200 of 595 ~ 33.61%
G 215 of 595 ~ 36.13%
B 180 of 595 ~ 30.25%

%33.61
%36.13
%30.25

CMYK color model

#C8D7B4 color CMYK value is (7,0,16,16).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 15.69%
CMYK:
(7,0,16,16)
C7M0Y16K16 
(7%,0%,16%,16%)
(0.07/0.00/0.16/0.16)	

CMYK percentages

%6.98
%0
%16.28
%15.69

Codes

Color #C8D7B4 in popluar color models

C8D7B4
RGB200215180
HSL86°30.43%77.45%
HSB/HSV86°16.28%84.31%
CMYK6.98%0.00%16.28%
15.69%

Color #C8D7B4 in popluar number systems.

HEXC8D7B4
Decimal200215180
Binary110010001101011110110100
Octal310327264

Shades and tints

Shades of #C8D7B4

#C8D7B4
(200,215,180)
#B6C4A4
(182,196,164)
#A4B194
(164,177,148)
#929E84
(146,158,132)
#808B74
(128,139,116)
#6E7864
(110,120,100)
#5C6554
(92,101,84)
#4A5244
(74,82,68)
#383F34
(56,63,52)
#262C24
(38,44,36)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #C8D7B4

#C8D7B4
(200,215,180)
#CDDABA
(205,218,186)
#D2DDC0
(210,221,192)
#D7E0C6
(215,224,198)
#DCE3CC
(220,227,204)
#E1E6D2
(225,230,210)
#E6E9D8
(230,233,216)
#EBECDE
(235,236,222)
#F0EFE4
(240,239,228)
#F5F2EA
(245,242,234)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D7B4 color. Also use rgb(200,215,180) instead hex code.

Text Font Color

.myTextColor { color: #C8D7B4; }

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

This text font color is #C8D7B4.


Background Color

.myBgColor { background-color: #C8D7B4; }

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

This div background color is #C8D7B4.


Border color

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

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

This div border color is #C8D7B4.


Opacity

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

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

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

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

This text has shadow with #C8D7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D7B4 on black background.


Color preview on white background

This text has color #C8D7B4 on white background.



Black color preview on #C8D7B4 background

This text has black color on #C8D7B4 background.


White color preview on #C8D7B4 background

This text has white color on #C8D7B4 background.