COLOR #D0D8DB

HEX: #D0D8DB
RGB: (208,216,219)

Color info

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

RGB color model

#D0D8DB color RGB value is (208,216,219).

  • red value is 208;
  • green value is 216;
  • blue value is 219.
RGB:
(208,216,219)
(82%,85%,86%)

RGB channels and saturation

R 208 of 255 = 82%
G 216 of 255 = 85%
B 219 of 255 = 86%

208
216
219

R + G + B ~ 84%. #D0D8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 216 + 219 = 643 (100%)
R 208 of 643 ~ 32.35%
G 216 of 643 ~ 33.59%
B 219 of 643 ~ 34.06%

%32.35
%33.59
%34.06

CMYK color model

#D0D8DB color CMYK value is (5,1,0,14).

  • cyan value is 5.02%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,1,0,14)
C5M1Y0K14 
(5%,1%,0%,14%)
(0.05/0.01/0.00/0.14)	

CMYK percentages

%5.02
%1.37
%0
%14.12

Codes

Color #D0D8DB in popluar color models

D0D8DB
RGB208216219
HSL196°13.25%83.73%
HSB/HSV196°5.02%85.88%
CMYK5.02%1.37%0.00%
14.12%

Color #D0D8DB in popluar number systems.

HEXD0D8DB
Decimal208216219
Binary110100001101100011011011
Octal320330333

Shades and tints

Shades of #D0D8DB

#D0D8DB
(208,216,219)
#BEC5C8
(190,197,200)
#ACB2B5
(172,178,181)
#9A9FA2
(154,159,162)
#888C8F
(136,140,143)
#76797C
(118,121,124)
#646669
(100,102,105)
#525356
(82,83,86)
#404043
(64,64,67)
#2E2D30
(46,45,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #D0D8DB

#D0D8DB
(208,216,219)
#D4DBDE
(212,219,222)
#D8DEE1
(216,222,225)
#DCE1E4
(220,225,228)
#E0E4E7
(224,228,231)
#E4E7EA
(228,231,234)
#E8EAED
(232,234,237)
#ECEDF0
(236,237,240)
#F0F0F3
(240,240,243)
#F4F3F6
(244,243,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D8DB color. Also use rgb(208,216,219) instead hex code.

Text Font Color

.myTextColor { color: #D0D8DB; }

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

This text font color is #D0D8DB.


Background Color

.myBgColor { background-color: #D0D8DB; }

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

This div background color is #D0D8DB.


Border color

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

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

This div border color is #D0D8DB.


Opacity

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

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

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

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

This text has shadow with #D0D8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D8DB on black background.


Color preview on white background

This text has color #D0D8DB on white background.



Black color preview on #D0D8DB background

This text has black color on #D0D8DB background.


White color preview on #D0D8DB background

This text has white color on #D0D8DB background.