COLOR #D0DEE7

HEX: #D0DEE7
RGB: (208,222,231)

Color info

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

RGB color model

#D0DEE7 color RGB value is (208,222,231).

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

RGB channels and saturation

R 208 of 255 = 82%
G 222 of 255 = 87%
B 231 of 255 = 91%

208
222
231

R + G + B ~ 87%. #D0DEE7 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 222 + 231 = 661 (100%)
R 208 of 661 ~ 31.47%
G 222 of 661 ~ 33.59%
B 231 of 661 ~ 34.95%

%31.47
%33.59
%34.95

CMYK color model

#D0DEE7 color CMYK value is (10,4,0,9).

  • cyan value is 9.96%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,4,0,9)
C10M4Y0K9 
(10%,4%,0%,9%)
(0.10/0.04/0.00/0.09)	

CMYK percentages

%9.96
%3.9
%0
%9.41

Codes

Color #D0DEE7 in popluar color models

D0DEE7
RGB208222231
HSL203°32.39%86.08%
HSB/HSV203°9.96%90.59%
CMYK9.96%3.90%0.00%
9.41%

Color #D0DEE7 in popluar number systems.

HEXD0DEE7
Decimal208222231
Binary110100001101111011100111
Octal320336347

Shades and tints

Shades of #D0DEE7

#D0DEE7
(208,222,231)
#BECAD2
(190,202,210)
#ACB6BD
(172,182,189)
#9AA2A8
(154,162,168)
#888E93
(136,142,147)
#767A7E
(118,122,126)
#646669
(100,102,105)
#525254
(82,82,84)
#403E3F
(64,62,63)
#2E2A2A
(46,42,42)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #D0DEE7

#D0DEE7
(208,222,231)
#D4E1E9
(212,225,233)
#D8E4EB
(216,228,235)
#DCE7ED
(220,231,237)
#E0EAEF
(224,234,239)
#E4EDF1
(228,237,241)
#E8F0F3
(232,240,243)
#ECF3F5
(236,243,245)
#F0F6F7
(240,246,247)
#F4F9F9
(244,249,249)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DEE7; }

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

This text font color is #D0DEE7.


Background Color

.myBgColor { background-color: #D0DEE7; }

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

This div background color is #D0DEE7.


Border color

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

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

This div border color is #D0DEE7.


Opacity

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

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

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

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

This text has shadow with #D0DEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DEE7 on black background.


Color preview on white background

This text has color #D0DEE7 on white background.



Black color preview on #D0DEE7 background

This text has black color on #D0DEE7 background.


White color preview on #D0DEE7 background

This text has white color on #D0DEE7 background.