COLOR #D0DAE3

HEX: #D0DAE3
RGB: (208,218,227)

Color info

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

RGB color model

#D0DAE3 color RGB value is (208,218,227).

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

RGB channels and saturation

R 208 of 255 = 82%
G 218 of 255 = 85%
B 227 of 255 = 89%

208
218
227

R + G + B ~ 85%. #D0DAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 218 + 227 = 653 (100%)
R 208 of 653 ~ 31.85%
G 218 of 653 ~ 33.38%
B 227 of 653 ~ 34.76%

%31.85
%33.38
%34.76

CMYK color model

#D0DAE3 color CMYK value is (8,4,0,11).

  • cyan value is 8.37%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(8,4,0,11)
C8M4Y0K11 
(8%,4%,0%,11%)
(0.08/0.04/0.00/0.11)	

CMYK percentages

%8.37
%3.96
%0
%10.98

Codes

Color #D0DAE3 in popluar color models

D0DAE3
RGB208218227
HSL208°25.33%85.29%
HSB/HSV208°8.37%89.02%
CMYK8.37%3.96%0.00%
10.98%

Color #D0DAE3 in popluar number systems.

HEXD0DAE3
Decimal208218227
Binary110100001101101011100011
Octal320332343

Shades and tints

Shades of #D0DAE3

#D0DAE3
(208,218,227)
#BEC7CF
(190,199,207)
#ACB4BB
(172,180,187)
#9AA1A7
(154,161,167)
#888E93
(136,142,147)
#767B7F
(118,123,127)
#64686B
(100,104,107)
#525557
(82,85,87)
#404243
(64,66,67)
#2E2F2F
(46,47,47)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #D0DAE3

#D0DAE3
(208,218,227)
#D4DDE5
(212,221,229)
#D8E0E7
(216,224,231)
#DCE3E9
(220,227,233)
#E0E6EB
(224,230,235)
#E4E9ED
(228,233,237)
#E8ECEF
(232,236,239)
#ECEFF1
(236,239,241)
#F0F2F3
(240,242,243)
#F4F5F5
(244,245,245)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DAE3; }

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

This text font color is #D0DAE3.


Background Color

.myBgColor { background-color: #D0DAE3; }

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

This div background color is #D0DAE3.


Border color

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

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

This div border color is #D0DAE3.


Opacity

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

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

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

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

This text has shadow with #D0DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DAE3 on black background.


Color preview on white background

This text has color #D0DAE3 on white background.



Black color preview on #D0DAE3 background

This text has black color on #D0DAE3 background.


White color preview on #D0DAE3 background

This text has white color on #D0DAE3 background.