COLOR #D0DDE1

HEX: #D0DDE1
RGB: (208,221,225)

Color info

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

RGB color model

#D0DDE1 color RGB value is (208,221,225).

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

RGB channels and saturation

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

208
221
225

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

Portions of RGB colors in percentages

R + G + B =
208 + 221 + 225 = 654 (100%)
R 208 of 654 ~ 31.8%
G 221 of 654 ~ 33.79%
B 225 of 654 ~ 34.4%

%31.8
%33.79
%34.4

CMYK color model

#D0DDE1 color CMYK value is (8,2,0,12).

  • cyan value is 7.56%
  • magenta value is 1.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,2,0,12)
C8M2Y0K12 
(8%,2%,0%,12%)
(0.08/0.02/0.00/0.12)	

CMYK percentages

%7.56
%1.78
%0
%11.76

Codes

Color #D0DDE1 in popluar color models

D0DDE1
RGB208221225
HSL194°22.08%84.90%
HSB/HSV194°7.56%88.24%
CMYK7.56%1.78%0.00%
11.76%

Color #D0DDE1 in popluar number systems.

HEXD0DDE1
Decimal208221225
Binary110100001101110111100001
Octal320335341

Shades and tints

Shades of #D0DDE1

#D0DDE1
(208,221,225)
#BEC9CD
(190,201,205)
#ACB5B9
(172,181,185)
#9AA1A5
(154,161,165)
#888D91
(136,141,145)
#76797D
(118,121,125)
#646569
(100,101,105)
#525155
(82,81,85)
#403D41
(64,61,65)
#2E292D
(46,41,45)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #D0DDE1

#D0DDE1
(208,221,225)
#D4E0E3
(212,224,227)
#D8E3E5
(216,227,229)
#DCE6E7
(220,230,231)
#E0E9E9
(224,233,233)
#E4ECEB
(228,236,235)
#E8EFED
(232,239,237)
#ECF2EF
(236,242,239)
#F0F5F1
(240,245,241)
#F4F8F3
(244,248,243)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DDE1; }

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

This text font color is #D0DDE1.


Background Color

.myBgColor { background-color: #D0DDE1; }

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

This div background color is #D0DDE1.


Border color

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

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

This div border color is #D0DDE1.


Opacity

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

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

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

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

This text has shadow with #D0DDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0DDE1 on black background.


Color preview on white background

This text has color #D0DDE1 on white background.



Black color preview on #D0DDE1 background

This text has black color on #D0DDE1 background.


White color preview on #D0DDE1 background

This text has white color on #D0DDE1 background.