COLOR #C8D8BC

HEX: #C8D8BC
RGB: (200,216,188)

Color info

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

RGB color model

#C8D8BC color RGB value is (200,216,188).

  • red value is 200;
  • green value is 216;
  • blue value is 188.
RGB:
(200,216,188)
(78%,85%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 216 of 255 = 85%
B 188 of 255 = 74%

200
216
188

R + G + B ~ 79%. #C8D8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 216 + 188 = 604 (100%)
R 200 of 604 ~ 33.11%
G 216 of 604 ~ 35.76%
B 188 of 604 ~ 31.13%

%33.11
%35.76
%31.13

CMYK color model

#C8D8BC color CMYK value is (7,0,13,15).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 15.29%
CMYK:
(7,0,13,15)
C7M0Y13K15 
(7%,0%,13%,15%)
(0.07/0.00/0.13/0.15)	

CMYK percentages

%7.41
%0
%12.96
%15.29

Codes

Color #C8D8BC in popluar color models

C8D8BC
RGB200216188
HSL94°26.42%79.22%
HSB/HSV94°12.96%84.71%
CMYK7.41%0.00%12.96%
15.29%

Color #C8D8BC in popluar number systems.

HEXC8D8BC
Decimal200216188
Binary110010001101100010111100
Octal310330274

Shades and tints

Shades of #C8D8BC

#C8D8BC
(200,216,188)
#B6C5AB
(182,197,171)
#A4B29A
(164,178,154)
#929F89
(146,159,137)
#808C78
(128,140,120)
#6E7967
(110,121,103)
#5C6656
(92,102,86)
#4A5345
(74,83,69)
#384034
(56,64,52)
#262D23
(38,45,35)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #C8D8BC

#C8D8BC
(200,216,188)
#CDDBC2
(205,219,194)
#D2DEC8
(210,222,200)
#D7E1CE
(215,225,206)
#DCE4D4
(220,228,212)
#E1E7DA
(225,231,218)
#E6EAE0
(230,234,224)
#EBEDE6
(235,237,230)
#F0F0EC
(240,240,236)
#F5F3F2
(245,243,242)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D8BC color. Also use rgb(200,216,188) instead hex code.

Text Font Color

.myTextColor { color: #C8D8BC; }

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

This text font color is #C8D8BC.


Background Color

.myBgColor { background-color: #C8D8BC; }

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

This div background color is #C8D8BC.


Border color

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

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

This div border color is #C8D8BC.


Opacity

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

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

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

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

This text has shadow with #C8D8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D8BC on black background.


Color preview on white background

This text has color #C8D8BC on white background.



Black color preview on #C8D8BC background

This text has black color on #C8D8BC background.


White color preview on #C8D8BC background

This text has white color on #C8D8BC background.