COLOR #D0DDE3

HEX: #D0DDE3
RGB: (208,221,227)

Color info

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

RGB color model

#D0DDE3 color RGB value is (208,221,227).

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

RGB channels and saturation

R 208 of 255 = 82%
G 221 of 255 = 87%
B 227 of 255 = 89%

208
221
227

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

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 227 = 656 (100%)
R 208 of 656 ~ 31.71%
G 221 of 656 ~ 33.69%
B 227 of 656 ~ 34.6%

%31.71
%33.69
%34.6

CMYK color model

#D0DDE3 color CMYK value is (8,3,0,11).

  • cyan value is 8.37%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(8,3,0,11)
C8M3Y0K11 
(8%,3%,0%,11%)
(0.08/0.03/0.00/0.11)	

CMYK percentages

%8.37
%2.64
%0
%10.98

Codes

Color #D0DDE3 in popluar color models

D0DDE3
RGB208221227
HSL199°25.33%85.29%
HSB/HSV199°8.37%89.02%
CMYK8.37%2.64%0.00%
10.98%

Color #D0DDE3 in popluar number systems.

HEXD0DDE3
Decimal208221227
Binary110100001101110111100011
Octal320335343

Shades and tints

Shades of #D0DDE3

#D0DDE3
(208,221,227)
#BEC9CF
(190,201,207)
#ACB5BB
(172,181,187)
#9AA1A7
(154,161,167)
#888D93
(136,141,147)
#76797F
(118,121,127)
#64656B
(100,101,107)
#525157
(82,81,87)
#403D43
(64,61,67)
#2E292F
(46,41,47)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #D0DDE3

#D0DDE3
(208,221,227)
#D4E0E5
(212,224,229)
#D8E3E7
(216,227,231)
#DCE6E9
(220,230,233)
#E0E9EB
(224,233,235)
#E4ECED
(228,236,237)
#E8EFEF
(232,239,239)
#ECF2F1
(236,242,241)
#F0F5F3
(240,245,243)
#F4F8F5
(244,248,245)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DDE3; }

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

This text font color is #D0DDE3.


Background Color

.myBgColor { background-color: #D0DDE3; }

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

This div background color is #D0DDE3.


Border color

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

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

This div border color is #D0DDE3.


Opacity

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

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

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

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

This text has shadow with #D0DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DDE3 on black background.


Color preview on white background

This text has color #D0DDE3 on white background.



Black color preview on #D0DDE3 background

This text has black color on #D0DDE3 background.


White color preview on #D0DDE3 background

This text has white color on #D0DDE3 background.