COLOR #D0DAE6

HEX: #D0DAE6
RGB: (208,218,230)

Color info

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

RGB color model

#D0DAE6 color RGB value is (208,218,230).

  • red value is 208;
  • green value is 218;
  • blue value is 230.
RGB:
(208,218,230)
(82%,85%,90%)

RGB channels and saturation

R 208 of 255 = 82%
G 218 of 255 = 85%
B 230 of 255 = 90%

208
218
230

R + G + B ~ 86%. #D0DAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 218 + 230 = 656 (100%)
R 208 of 656 ~ 31.71%
G 218 of 656 ~ 33.23%
B 230 of 656 ~ 35.06%

%31.71
%33.23
%35.06

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,5,0,10)
C10M5Y0K10 
(10%,5%,0%,10%)
(0.10/0.05/0.00/0.10)	

CMYK percentages

%9.57
%5.22
%0
%9.8

Codes

Color #D0DAE6 in popluar color models

D0DAE6
RGB208218230
HSL213°30.56%85.88%
HSB/HSV213°9.57%90.20%
CMYK9.57%5.22%0.00%
9.80%

Color #D0DAE6 in popluar number systems.

HEXD0DAE6
Decimal208218230
Binary110100001101101011100110
Octal320332346

Shades and tints

Shades of #D0DAE6

#D0DAE6
(208,218,230)
#BEC7D2
(190,199,210)
#ACB4BE
(172,180,190)
#9AA1AA
(154,161,170)
#888E96
(136,142,150)
#767B82
(118,123,130)
#64686E
(100,104,110)
#52555A
(82,85,90)
#404246
(64,66,70)
#2E2F32
(46,47,50)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #D0DAE6

#D0DAE6
(208,218,230)
#D4DDE8
(212,221,232)
#D8E0EA
(216,224,234)
#DCE3EC
(220,227,236)
#E0E6EE
(224,230,238)
#E4E9F0
(228,233,240)
#E8ECF2
(232,236,242)
#ECEFF4
(236,239,244)
#F0F2F6
(240,242,246)
#F4F5F8
(244,245,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DAE6 color. Also use rgb(208,218,230) instead hex code.

Text Font Color

.myTextColor { color: #D0DAE6; }

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

This text font color is #D0DAE6.


Background Color

.myBgColor { background-color: #D0DAE6; }

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

This div background color is #D0DAE6.


Border color

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

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

This div border color is #D0DAE6.


Opacity

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

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

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

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

This text has shadow with #D0DAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DAE6 on black background.


Color preview on white background

This text has color #D0DAE6 on white background.



Black color preview on #D0DAE6 background

This text has black color on #D0DAE6 background.


White color preview on #D0DAE6 background

This text has white color on #D0DAE6 background.