COLOR #D0DBD6

HEX: #D0DBD6
RGB: (208,219,214)

Color info

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

RGB color model

#D0DBD6 color RGB value is (208,219,214).

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

RGB channels and saturation

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

208
219
214

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

Portions of RGB colors in percentages

R + G + B =
208 + 219 + 214 = 641 (100%)
R 208 of 641 ~ 32.45%
G 219 of 641 ~ 34.17%
B 214 of 641 ~ 33.39%

%32.45
%34.17
%33.39

CMYK color model

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

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

CMYK percentages

%5.02
%0
%2.28
%14.12

Codes

Color #D0DBD6 in popluar color models

D0DBD6
RGB208219214
HSL153°13.25%83.73%
HSB/HSV153°5.02%85.88%
CMYK5.02%0.00%2.28%
14.12%

Color #D0DBD6 in popluar number systems.

HEXD0DBD6
Decimal208219214
Binary110100001101101111010110
Octal320333326

Shades and tints

Shades of #D0DBD6

#D0DBD6
(208,219,214)
#BEC8C3
(190,200,195)
#ACB5B0
(172,181,176)
#9AA29D
(154,162,157)
#888F8A
(136,143,138)
#767C77
(118,124,119)
#646964
(100,105,100)
#525651
(82,86,81)
#40433E
(64,67,62)
#2E302B
(46,48,43)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #D0DBD6

#D0DBD6
(208,219,214)
#D4DED9
(212,222,217)
#D8E1DC
(216,225,220)
#DCE4DF
(220,228,223)
#E0E7E2
(224,231,226)
#E4EAE5
(228,234,229)
#E8EDE8
(232,237,232)
#ECF0EB
(236,240,235)
#F0F3EE
(240,243,238)
#F4F6F1
(244,246,241)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DBD6; }

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

This text font color is #D0DBD6.


Background Color

.myBgColor { background-color: #D0DBD6; }

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

This div background color is #D0DBD6.


Border color

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

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

This div border color is #D0DBD6.


Opacity

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

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

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

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

This text has shadow with #D0DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DBD6 on black background.


Color preview on white background

This text has color #D0DBD6 on white background.



Black color preview on #D0DBD6 background

This text has black color on #D0DBD6 background.


White color preview on #D0DBD6 background

This text has white color on #D0DBD6 background.