COLOR #D0DFE1

HEX: #D0DFE1
RGB: (208,223,225)

Color info

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

RGB color model

#D0DFE1 color RGB value is (208,223,225).

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

RGB channels and saturation

R 208 of 255 = 82%
G 223 of 255 = 87%
B 225 of 255 = 88%

208
223
225

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

Portions of RGB colors in percentages

R + G + B =
208 + 223 + 225 = 656 (100%)
R 208 of 656 ~ 31.71%
G 223 of 656 ~ 33.99%
B 225 of 656 ~ 34.3%

%31.71
%33.99
%34.3

CMYK color model

#D0DFE1 color CMYK value is (8,1,0,12).

  • cyan value is 7.56%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,1,0,12)
C8M1Y0K12 
(8%,1%,0%,12%)
(0.08/0.01/0.00/0.12)	

CMYK percentages

%7.56
%0.89
%0
%11.76

Codes

Color #D0DFE1 in popluar color models

D0DFE1
RGB208223225
HSL187°22.08%84.90%
HSB/HSV187°7.56%88.24%
CMYK7.56%0.89%0.00%
11.76%

Color #D0DFE1 in popluar number systems.

HEXD0DFE1
Decimal208223225
Binary110100001101111111100001
Octal320337341

Shades and tints

Shades of #D0DFE1

#D0DFE1
(208,223,225)
#BECBCD
(190,203,205)
#ACB7B9
(172,183,185)
#9AA3A5
(154,163,165)
#888F91
(136,143,145)
#767B7D
(118,123,125)
#646769
(100,103,105)
#525355
(82,83,85)
#403F41
(64,63,65)
#2E2B2D
(46,43,45)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #D0DFE1

#D0DFE1
(208,223,225)
#D4E1E3
(212,225,227)
#D8E3E5
(216,227,229)
#DCE5E7
(220,229,231)
#E0E7E9
(224,231,233)
#E4E9EB
(228,233,235)
#E8EBED
(232,235,237)
#ECEDEF
(236,237,239)
#F0EFF1
(240,239,241)
#F4F1F3
(244,241,243)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DFE1; }

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

This text font color is #D0DFE1.


Background Color

.myBgColor { background-color: #D0DFE1; }

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

This div background color is #D0DFE1.


Border color

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

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

This div border color is #D0DFE1.


Opacity

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

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

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

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

This text has shadow with #D0DFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DFE1 on black background.


Color preview on white background

This text has color #D0DFE1 on white background.



Black color preview on #D0DFE1 background

This text has black color on #D0DFE1 background.


White color preview on #D0DFE1 background

This text has white color on #D0DFE1 background.