COLOR #C8D3DD

HEX: #C8D3DD
RGB: (200,211,221)

Color info

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

RGB color model

#C8D3DD color RGB value is (200,211,221).

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

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 221 of 255 = 87%

200
211
221

R + G + B ~ 83%. #C8D3DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 221 = 632 (100%)
R 200 of 632 ~ 31.65%
G 211 of 632 ~ 33.39%
B 221 of 632 ~ 34.97%

%31.65
%33.39
%34.97

CMYK color model

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

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

Codes

Color #C8D3DD in popluar color models

C8D3DD
RGB200211221
HSL209°23.60%82.55%
HSB/HSV209°9.50%86.67%
CMYK9.50%4.52%0.00%
13.33%

Color #C8D3DD in popluar number systems.

HEXC8D3DD
Decimal200211221
Binary110010001101001111011101
Octal310323335

Shades and tints

Shades of #C8D3DD

#C8D3DD
(200,211,221)
#B6C0C9
(182,192,201)
#A4ADB5
(164,173,181)
#929AA1
(146,154,161)
#80878D
(128,135,141)
#6E7479
(110,116,121)
#5C6165
(92,97,101)
#4A4E51
(74,78,81)
#383B3D
(56,59,61)
#262829
(38,40,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #C8D3DD

#C8D3DD
(200,211,221)
#CDD7E0
(205,215,224)
#D2DBE3
(210,219,227)
#D7DFE6
(215,223,230)
#DCE3E9
(220,227,233)
#E1E7EC
(225,231,236)
#E6EBEF
(230,235,239)
#EBEFF2
(235,239,242)
#F0F3F5
(240,243,245)
#F5F7F8
(245,247,248)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D3DD; }

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

This text font color is #C8D3DD.


Background Color

.myBgColor { background-color: #C8D3DD; }

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

This div background color is #C8D3DD.


Border color

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

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

This div border color is #C8D3DD.


Opacity

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

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

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

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

This text has shadow with #C8D3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D3DD on black background.


Color preview on white background

This text has color #C8D3DD on white background.



Black color preview on #C8D3DD background

This text has black color on #C8D3DD background.


White color preview on #C8D3DD background

This text has white color on #C8D3DD background.