COLOR #C8D2C7

HEX: #C8D2C7
RGB: (200,210,199)

Color info

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

RGB color model

#C8D2C7 color RGB value is (200,210,199).

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

RGB channels and saturation

R 200 of 255 = 78%
G 210 of 255 = 82%
B 199 of 255 = 78%

200
210
199

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

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 199 = 609 (100%)
R 200 of 609 ~ 32.84%
G 210 of 609 ~ 34.48%
B 199 of 609 ~ 32.68%

%32.84
%34.48
%32.68

CMYK color model

#C8D2C7 color CMYK value is (5,0,5,18).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 17.65%
CMYK:
(5,0,5,18)
C5M0Y5K18 
(5%,0%,5%,18%)
(0.05/0.00/0.05/0.18)	

CMYK percentages

%4.76
%0
%5.24
%17.65

Codes

Color #C8D2C7 in popluar color models

C8D2C7
RGB200210199
HSL115°10.89%80.20%
HSB/HSV115°5.24%82.35%
CMYK4.76%0.00%5.24%
17.65%

Color #C8D2C7 in popluar number systems.

HEXC8D2C7
Decimal200210199
Binary110010001101001011000111
Octal310322307

Shades and tints

Shades of #C8D2C7

#C8D2C7
(200,210,199)
#B6BFB5
(182,191,181)
#A4ACA3
(164,172,163)
#929991
(146,153,145)
#80867F
(128,134,127)
#6E736D
(110,115,109)
#5C605B
(92,96,91)
#4A4D49
(74,77,73)
#383A37
(56,58,55)
#262725
(38,39,37)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C8D2C7

#C8D2C7
(200,210,199)
#CDD6CC
(205,214,204)
#D2DAD1
(210,218,209)
#D7DED6
(215,222,214)
#DCE2DB
(220,226,219)
#E1E6E0
(225,230,224)
#E6EAE5
(230,234,229)
#EBEEEA
(235,238,234)
#F0F2EF
(240,242,239)
#F5F6F4
(245,246,244)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D2C7; }

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

This text font color is #C8D2C7.


Background Color

.myBgColor { background-color: #C8D2C7; }

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

This div background color is #C8D2C7.


Border color

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

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

This div border color is #C8D2C7.


Opacity

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

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

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

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

This text has shadow with #C8D2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D2C7 on black background.


Color preview on white background

This text has color #C8D2C7 on white background.



Black color preview on #C8D2C7 background

This text has black color on #C8D2C7 background.


White color preview on #C8D2C7 background

This text has white color on #C8D2C7 background.