COLOR #D0D7DB

HEX: #D0D7DB
RGB: (208,215,219)

Color info

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

RGB color model

#D0D7DB color RGB value is (208,215,219).

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

RGB channels and saturation

R 208 of 255 = 82%
G 215 of 255 = 84%
B 219 of 255 = 86%

208
215
219

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

Portions of RGB colors in percentages

R + G + B =
208 + 215 + 219 = 642 (100%)
R 208 of 642 ~ 32.4%
G 215 of 642 ~ 33.49%
B 219 of 642 ~ 34.11%

%32.4
%33.49
%34.11

CMYK color model

#D0D7DB color CMYK value is (5,2,0,14).

  • cyan value is 5.02%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,2,0,14)
C5M2Y0K14 
(5%,2%,0%,14%)
(0.05/0.02/0.00/0.14)	

CMYK percentages

%5.02
%1.83
%0
%14.12

Codes

Color #D0D7DB in popluar color models

D0D7DB
RGB208215219
HSL202°13.25%83.73%
HSB/HSV202°5.02%85.88%
CMYK5.02%1.83%0.00%
14.12%

Color #D0D7DB in popluar number systems.

HEXD0D7DB
Decimal208215219
Binary110100001101011111011011
Octal320327333

Shades and tints

Shades of #D0D7DB

#D0D7DB
(208,215,219)
#BEC4C8
(190,196,200)
#ACB1B5
(172,177,181)
#9A9EA2
(154,158,162)
#888B8F
(136,139,143)
#76787C
(118,120,124)
#646569
(100,101,105)
#525256
(82,82,86)
#403F43
(64,63,67)
#2E2C30
(46,44,48)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #D0D7DB

#D0D7DB
(208,215,219)
#D4DADE
(212,218,222)
#D8DDE1
(216,221,225)
#DCE0E4
(220,224,228)
#E0E3E7
(224,227,231)
#E4E6EA
(228,230,234)
#E8E9ED
(232,233,237)
#ECECF0
(236,236,240)
#F0EFF3
(240,239,243)
#F4F2F6
(244,242,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D7DB; }

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

This text font color is #D0D7DB.


Background Color

.myBgColor { background-color: #D0D7DB; }

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

This div background color is #D0D7DB.


Border color

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

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

This div border color is #D0D7DB.


Opacity

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

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

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

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

This text has shadow with #D0D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D7DB on black background.


Color preview on white background

This text has color #D0D7DB on white background.



Black color preview on #D0D7DB background

This text has black color on #D0D7DB background.


White color preview on #D0D7DB background

This text has white color on #D0D7DB background.