COLOR #D0DEE6

HEX: #D0DEE6
RGB: (208,222,230)

Color info

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

RGB color model

#D0DEE6 color RGB value is (208,222,230).

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

RGB channels and saturation

R 208 of 255 = 82%
G 222 of 255 = 87%
B 230 of 255 = 90%

208
222
230

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

Portions of RGB colors in percentages

R + G + B =
208 + 222 + 230 = 660 (100%)
R 208 of 660 ~ 31.52%
G 222 of 660 ~ 33.64%
B 230 of 660 ~ 34.85%

%31.52
%33.64
%34.85

CMYK color model

#D0DEE6 color CMYK value is (10,3,0,10).

  • cyan value is 9.57%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,3,0,10)
C10M3Y0K10 
(10%,3%,0%,10%)
(0.10/0.03/0.00/0.10)	

CMYK percentages

%9.57
%3.48
%0
%9.8

Codes

Color #D0DEE6 in popluar color models

D0DEE6
RGB208222230
HSL202°30.56%85.88%
HSB/HSV202°9.57%90.20%
CMYK9.57%3.48%0.00%
9.80%

Color #D0DEE6 in popluar number systems.

HEXD0DEE6
Decimal208222230
Binary110100001101111011100110
Octal320336346

Shades and tints

Shades of #D0DEE6

#D0DEE6
(208,222,230)
#BECAD2
(190,202,210)
#ACB6BE
(172,182,190)
#9AA2AA
(154,162,170)
#888E96
(136,142,150)
#767A82
(118,122,130)
#64666E
(100,102,110)
#52525A
(82,82,90)
#403E46
(64,62,70)
#2E2A32
(46,42,50)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #D0DEE6

#D0DEE6
(208,222,230)
#D4E1E8
(212,225,232)
#D8E4EA
(216,228,234)
#DCE7EC
(220,231,236)
#E0EAEE
(224,234,238)
#E4EDF0
(228,237,240)
#E8F0F2
(232,240,242)
#ECF3F4
(236,243,244)
#F0F6F6
(240,246,246)
#F4F9F8
(244,249,248)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DEE6; }

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

This text font color is #D0DEE6.


Background Color

.myBgColor { background-color: #D0DEE6; }

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

This div background color is #D0DEE6.


Border color

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

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

This div border color is #D0DEE6.


Opacity

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

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

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

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

This text has shadow with #D0DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DEE6 on black background.


Color preview on white background

This text has color #D0DEE6 on white background.



Black color preview on #D0DEE6 background

This text has black color on #D0DEE6 background.


White color preview on #D0DEE6 background

This text has white color on #D0DEE6 background.