COLOR #D4DDE7

HEX: #D4DDE7
RGB: (212,221,231)

Color info

#D4DDE7 contains red, green and blue colors in about the same proportion. Web safe color of #D4DDE7 is #CCCCFF (or #CCF).

RGB color model

#D4DDE7 color RGB value is (212,221,231).

  • red value is 212;
  • green value is 221;
  • blue value is 231.
RGB:
(212,221,231)
(83%,87%,91%)

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 231 of 255 = 91%

212
221
231

R + G + B ~ 87%. #D4DDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 221 + 231 = 664 (100%)
R 212 of 664 ~ 31.93%
G 221 of 664 ~ 33.28%
B 231 of 664 ~ 34.79%

%31.93
%33.28
%34.79

CMYK color model

#D4DDE7 color CMYK value is (8,4,0,9).

  • cyan value is 8.23%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(8,4,0,9)
C8M4Y0K9 
(8%,4%,0%,9%)
(0.08/0.04/0.00/0.09)	

CMYK percentages

%8.23
%4.33
%0
%9.41

Codes

Color #D4DDE7 in popluar color models

D4DDE7
RGB212221231
HSL212°28.36%86.86%
HSB/HSV212°8.23%90.59%
CMYK8.23%4.33%0.00%
9.41%

Color #D4DDE7 in popluar number systems.

HEXD4DDE7
Decimal212221231
Binary110101001101110111100111
Octal324335347

Shades and tints

Shades of #D4DDE7

#D4DDE7
(212,221,231)
#C1C9D2
(193,201,210)
#AEB5BD
(174,181,189)
#9BA1A8
(155,161,168)
#888D93
(136,141,147)
#75797E
(117,121,126)
#626569
(98,101,105)
#4F5154
(79,81,84)
#3C3D3F
(60,61,63)
#29292A
(41,41,42)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #D4DDE7

#D4DDE7
(212,221,231)
#D7E0E9
(215,224,233)
#DAE3EB
(218,227,235)
#DDE6ED
(221,230,237)
#E0E9EF
(224,233,239)
#E3ECF1
(227,236,241)
#E6EFF3
(230,239,243)
#E9F2F5
(233,242,245)
#ECF5F7
(236,245,247)
#EFF8F9
(239,248,249)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DDE7 color. Also use rgb(212,221,231) instead hex code.

Text Font Color

.myTextColor { color: #D4DDE7; }

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

This text font color is #D4DDE7.


Background Color

.myBgColor { background-color: #D4DDE7; }

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

This div background color is #D4DDE7.


Border color

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

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

This div border color is #D4DDE7.


Opacity

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

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

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

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

This text has shadow with #D4DDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DDE7 on black background.


Color preview on white background

This text has color #D4DDE7 on white background.



Black color preview on #D4DDE7 background

This text has black color on #D4DDE7 background.


White color preview on #D4DDE7 background

This text has white color on #D4DDE7 background.