COLOR #D0DFE6

HEX: #D0DFE6
RGB: (208,223,230)

Color info

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

RGB color model

#D0DFE6 color RGB value is (208,223,230).

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

RGB channels and saturation

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

208
223
230

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

Portions of RGB colors in percentages

R + G + B =
208 + 223 + 230 = 661 (100%)
R 208 of 661 ~ 31.47%
G 223 of 661 ~ 33.74%
B 230 of 661 ~ 34.8%

%31.47
%33.74
%34.8

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 3.04%
  • 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.04
%0
%9.8

Codes

Color #D0DFE6 in popluar color models

D0DFE6
RGB208223230
HSL199°30.56%85.88%
HSB/HSV199°9.57%90.20%
CMYK9.57%3.04%0.00%
9.80%

Color #D0DFE6 in popluar number systems.

HEXD0DFE6
Decimal208223230
Binary110100001101111111100110
Octal320337346

Shades and tints

Shades of #D0DFE6

#D0DFE6
(208,223,230)
#BECBD2
(190,203,210)
#ACB7BE
(172,183,190)
#9AA3AA
(154,163,170)
#888F96
(136,143,150)
#767B82
(118,123,130)
#64676E
(100,103,110)
#52535A
(82,83,90)
#403F46
(64,63,70)
#2E2B32
(46,43,50)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #D0DFE6

#D0DFE6
(208,223,230)
#D4E1E8
(212,225,232)
#D8E3EA
(216,227,234)
#DCE5EC
(220,229,236)
#E0E7EE
(224,231,238)
#E4E9F0
(228,233,240)
#E8EBF2
(232,235,242)
#ECEDF4
(236,237,244)
#F0EFF6
(240,239,246)
#F4F1F8
(244,241,248)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DFE6; }

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

This text font color is #D0DFE6.


Background Color

.myBgColor { background-color: #D0DFE6; }

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

This div background color is #D0DFE6.


Border color

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

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

This div border color is #D0DFE6.


Opacity

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

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

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

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

This text has shadow with #D0DFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DFE6 on black background.


Color preview on white background

This text has color #D0DFE6 on white background.



Black color preview on #D0DFE6 background

This text has black color on #D0DFE6 background.


White color preview on #D0DFE6 background

This text has white color on #D0DFE6 background.