COLOR #C8D6D2

HEX: #C8D6D2
RGB: (200,214,210)

Color info

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

RGB color model

#C8D6D2 color RGB value is (200,214,210).

  • red value is 200;
  • green value is 214;
  • blue value is 210.
RGB:
(200,214,210)
(78%,84%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 210 of 255 = 82%

200
214
210

R + G + B ~ 81%. #C8D6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 214 + 210 = 624 (100%)
R 200 of 624 ~ 32.05%
G 214 of 624 ~ 34.29%
B 210 of 624 ~ 33.65%

%32.05
%34.29
%33.65

CMYK color model

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

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 16.08%
CMYK:
(7,0,2,16)
C7M0Y2K16 
(7%,0%,2%,16%)
(0.07/0.00/0.02/0.16)	

CMYK percentages

%6.54
%0
%1.87
%16.08

Codes

Color #C8D6D2 in popluar color models

C8D6D2
RGB200214210
HSL163°14.58%81.18%
HSB/HSV163°6.54%83.92%
CMYK6.54%0.00%1.87%
16.08%

Color #C8D6D2 in popluar number systems.

HEXC8D6D2
Decimal200214210
Binary110010001101011011010010
Octal310326322

Shades and tints

Shades of #C8D6D2

#C8D6D2
(200,214,210)
#B6C3BF
(182,195,191)
#A4B0AC
(164,176,172)
#929D99
(146,157,153)
#808A86
(128,138,134)
#6E7773
(110,119,115)
#5C6460
(92,100,96)
#4A514D
(74,81,77)
#383E3A
(56,62,58)
#262B27
(38,43,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #C8D6D2

#C8D6D2
(200,214,210)
#CDD9D6
(205,217,214)
#D2DCDA
(210,220,218)
#D7DFDE
(215,223,222)
#DCE2E2
(220,226,226)
#E1E5E6
(225,229,230)
#E6E8EA
(230,232,234)
#EBEBEE
(235,235,238)
#F0EEF2
(240,238,242)
#F5F1F6
(245,241,246)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D6D2 color. Also use rgb(200,214,210) instead hex code.

Text Font Color

.myTextColor { color: #C8D6D2; }

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

This text font color is #C8D6D2.


Background Color

.myBgColor { background-color: #C8D6D2; }

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

This div background color is #C8D6D2.


Border color

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

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

This div border color is #C8D6D2.


Opacity

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

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

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

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

This text has shadow with #C8D6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D6D2 on black background.


Color preview on white background

This text has color #C8D6D2 on white background.



Black color preview on #C8D6D2 background

This text has black color on #C8D6D2 background.


White color preview on #C8D6D2 background

This text has white color on #C8D6D2 background.