COLOR #C8D4B6

HEX: #C8D4B6
RGB: (200,212,182)

Color info

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

RGB color model

#C8D4B6 color RGB value is (200,212,182).

  • red value is 200;
  • green value is 212;
  • blue value is 182.
RGB:
(200,212,182)
(78%,83%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 212 of 255 = 83%
B 182 of 255 = 71%

200
212
182

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

Portions of RGB colors in percentages

R + G + B =
200 + 212 + 182 = 594 (100%)
R 200 of 594 ~ 33.67%
G 212 of 594 ~ 35.69%
B 182 of 594 ~ 30.64%

%33.67
%35.69
%30.64

CMYK color model

#C8D4B6 color CMYK value is (6,0,14,17).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 16.86%
CMYK:
(6,0,14,17)
C6M0Y14K17 
(6%,0%,14%,17%)
(0.06/0.00/0.14/0.17)	

CMYK percentages

%5.66
%0
%14.15
%16.86

Codes

Color #C8D4B6 in popluar color models

C8D4B6
RGB200212182
HSL84°25.86%77.25%
HSB/HSV84°14.15%83.14%
CMYK5.66%0.00%14.15%
16.86%

Color #C8D4B6 in popluar number systems.

HEXC8D4B6
Decimal200212182
Binary110010001101010010110110
Octal310324266

Shades and tints

Shades of #C8D4B6

#C8D4B6
(200,212,182)
#B6C1A6
(182,193,166)
#A4AE96
(164,174,150)
#929B86
(146,155,134)
#808876
(128,136,118)
#6E7566
(110,117,102)
#5C6256
(92,98,86)
#4A4F46
(74,79,70)
#383C36
(56,60,54)
#262926
(38,41,38)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #C8D4B6

#C8D4B6
(200,212,182)
#CDD7BC
(205,215,188)
#D2DAC2
(210,218,194)
#D7DDC8
(215,221,200)
#DCE0CE
(220,224,206)
#E1E3D4
(225,227,212)
#E6E6DA
(230,230,218)
#EBE9E0
(235,233,224)
#F0ECE6
(240,236,230)
#F5EFEC
(245,239,236)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D4B6 color. Also use rgb(200,212,182) instead hex code.

Text Font Color

.myTextColor { color: #C8D4B6; }

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

This text font color is #C8D4B6.


Background Color

.myBgColor { background-color: #C8D4B6; }

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

This div background color is #C8D4B6.


Border color

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

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

This div border color is #C8D4B6.


Opacity

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

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

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

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

This text has shadow with #C8D4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D4B6 on black background.


Color preview on white background

This text has color #C8D4B6 on white background.



Black color preview on #C8D4B6 background

This text has black color on #C8D4B6 background.


White color preview on #C8D4B6 background

This text has white color on #C8D4B6 background.