COLOR #C8D1DD

HEX: #C8D1DD
RGB: (200,209,221)

Color info

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

RGB color model

#C8D1DD color RGB value is (200,209,221).

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

RGB channels and saturation

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

200
209
221

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

Portions of RGB colors in percentages

R + G + B =
200 + 209 + 221 = 630 (100%)
R 200 of 630 ~ 31.75%
G 209 of 630 ~ 33.17%
B 221 of 630 ~ 35.08%

%31.75
%33.17
%35.08

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 5.43%
  • 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
%5.43
%0
%13.33

Codes

Color #C8D1DD in popluar color models

C8D1DD
RGB200209221
HSL214°23.60%82.55%
HSB/HSV214°9.50%86.67%
CMYK9.50%5.43%0.00%
13.33%

Color #C8D1DD in popluar number systems.

HEXC8D1DD
Decimal200209221
Binary110010001101000111011101
Octal310321335

Shades and tints

Shades of #C8D1DD

#C8D1DD
(200,209,221)
#B6BEC9
(182,190,201)
#A4ABB5
(164,171,181)
#9298A1
(146,152,161)
#80858D
(128,133,141)
#6E7279
(110,114,121)
#5C5F65
(92,95,101)
#4A4C51
(74,76,81)
#38393D
(56,57,61)
#262629
(38,38,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C8D1DD

#C8D1DD
(200,209,221)
#CDD5E0
(205,213,224)
#D2D9E3
(210,217,227)
#D7DDE6
(215,221,230)
#DCE1E9
(220,225,233)
#E1E5EC
(225,229,236)
#E6E9EF
(230,233,239)
#EBEDF2
(235,237,242)
#F0F1F5
(240,241,245)
#F5F5F8
(245,245,248)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D1DD; }

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

This text font color is #C8D1DD.


Background Color

.myBgColor { background-color: #C8D1DD; }

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

This div background color is #C8D1DD.


Border color

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

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

This div border color is #C8D1DD.


Opacity

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

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

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

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

This text has shadow with #C8D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D1DD on black background.


Color preview on white background

This text has color #C8D1DD on white background.



Black color preview on #C8D1DD background

This text has black color on #C8D1DD background.


White color preview on #C8D1DD background

This text has white color on #C8D1DD background.