COLOR #D0DAE7

HEX: #D0DAE7
RGB: (208,218,231)

Color info

#D0DAE7 contains red, green and blue colors in about the same proportion. Web safe color of #D0DAE7 is #CCCCFF (or #CCF).

RGB color model

#D0DAE7 color RGB value is (208,218,231).

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

RGB channels and saturation

R 208 of 255 = 82%
G 218 of 255 = 85%
B 231 of 255 = 91%

208
218
231

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

Portions of RGB colors in percentages

R + G + B =
208 + 218 + 231 = 657 (100%)
R 208 of 657 ~ 31.66%
G 218 of 657 ~ 33.18%
B 231 of 657 ~ 35.16%

%31.66
%33.18
%35.16

CMYK color model

#D0DAE7 color CMYK value is (10,6,0,9).

  • cyan value is 9.96%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,6,0,9)
C10M6Y0K9 
(10%,6%,0%,9%)
(0.10/0.06/0.00/0.09)	

CMYK percentages

%9.96
%5.63
%0
%9.41

Codes

Color #D0DAE7 in popluar color models

D0DAE7
RGB208218231
HSL214°32.39%86.08%
HSB/HSV214°9.96%90.59%
CMYK9.96%5.63%0.00%
9.41%

Color #D0DAE7 in popluar number systems.

HEXD0DAE7
Decimal208218231
Binary110100001101101011100111
Octal320332347

Shades and tints

Shades of #D0DAE7

#D0DAE7
(208,218,231)
#BEC7D2
(190,199,210)
#ACB4BD
(172,180,189)
#9AA1A8
(154,161,168)
#888E93
(136,142,147)
#767B7E
(118,123,126)
#646869
(100,104,105)
#525554
(82,85,84)
#40423F
(64,66,63)
#2E2F2A
(46,47,42)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #D0DAE7

#D0DAE7
(208,218,231)
#D4DDE9
(212,221,233)
#D8E0EB
(216,224,235)
#DCE3ED
(220,227,237)
#E0E6EF
(224,230,239)
#E4E9F1
(228,233,241)
#E8ECF3
(232,236,243)
#ECEFF5
(236,239,245)
#F0F2F7
(240,242,247)
#F4F5F9
(244,245,249)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DAE7; }

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

This text font color is #D0DAE7.


Background Color

.myBgColor { background-color: #D0DAE7; }

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

This div background color is #D0DAE7.


Border color

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

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

This div border color is #D0DAE7.


Opacity

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

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

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

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

This text has shadow with #D0DAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DAE7 on black background.


Color preview on white background

This text has color #D0DAE7 on white background.



Black color preview on #D0DAE7 background

This text has black color on #D0DAE7 background.


White color preview on #D0DAE7 background

This text has white color on #D0DAE7 background.