COLOR #C8D2DD

HEX: #C8D2DD
RGB: (200,210,221)

Color info

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

RGB color model

#C8D2DD color RGB value is (200,210,221).

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

RGB channels and saturation

R 200 of 255 = 78%
G 210 of 255 = 82%
B 221 of 255 = 87%

200
210
221

R + G + B ~ 82%. #C8D2DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 221 = 631 (100%)
R 200 of 631 ~ 31.7%
G 210 of 631 ~ 33.28%
B 221 of 631 ~ 35.02%

%31.7
%33.28
%35.02

CMYK color model

#C8D2DD color CMYK value is (10,5,0,13).

  • cyan value is 9.50%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,5,0,13)
C10M5Y0K13 
(10%,5%,0%,13%)
(0.10/0.05/0.00/0.13)	

CMYK percentages

%9.5
%4.98
%0
%13.33

Codes

Color #C8D2DD in popluar color models

C8D2DD
RGB200210221
HSL211°23.60%82.55%
HSB/HSV211°9.50%86.67%
CMYK9.50%4.98%0.00%
13.33%

Color #C8D2DD in popluar number systems.

HEXC8D2DD
Decimal200210221
Binary110010001101001011011101
Octal310322335

Shades and tints

Shades of #C8D2DD

#C8D2DD
(200,210,221)
#B6BFC9
(182,191,201)
#A4ACB5
(164,172,181)
#9299A1
(146,153,161)
#80868D
(128,134,141)
#6E7379
(110,115,121)
#5C6065
(92,96,101)
#4A4D51
(74,77,81)
#383A3D
(56,58,61)
#262729
(38,39,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C8D2DD

#C8D2DD
(200,210,221)
#CDD6E0
(205,214,224)
#D2DAE3
(210,218,227)
#D7DEE6
(215,222,230)
#DCE2E9
(220,226,233)
#E1E6EC
(225,230,236)
#E6EAEF
(230,234,239)
#EBEEF2
(235,238,242)
#F0F2F5
(240,242,245)
#F5F6F8
(245,246,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D2DD; }

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

This text font color is #C8D2DD.


Background Color

.myBgColor { background-color: #C8D2DD; }

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

This div background color is #C8D2DD.


Border color

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

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

This div border color is #C8D2DD.


Opacity

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

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

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

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

This text has shadow with #C8D2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D2DD on black background.


Color preview on white background

This text has color #C8D2DD on white background.



Black color preview on #C8D2DD background

This text has black color on #C8D2DD background.


White color preview on #C8D2DD background

This text has white color on #C8D2DD background.