COLOR #D4DFE5

HEX: #D4DFE5 RGB: (212,223,229)

Color info

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

RGB color model

#D4DFE5 color RGB value is (212,223,229).

RGB: (212,223,229) (83%, 87%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 229 of 255 = 90%

212
223
229

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

Portions of RGB colors in percentages

R + G + B = 212 + 223 + 229 = 664 (100%)
R 212 of 664 ~ 31.93%
G 223 of 664 ~ 33.58%
B 229 of 664 ~ 34.49'%

%31.93
%33.58
%34.49

CMYK color model

#D4DFE5 color CMYK value is (7,3,0,10).

  • cyan value is 7.42%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (7,3,0,10)
C7M3Y0K10 (7%, 3%, 0%, 10%)
(0.07 / 0.03 / 0.00 / 0.10)

CMYK percentages

%7.42
%2.62
%0
%10.2

Codes

Color #D4DFE5 in popluar color models

D4 DF E5
RGB 212 223 229
HSL 201° 24.64% 86.47%
HSB/HSV 201° 7.42% 89.80%
CMYK 7.42% 2.62% 0.00%
10.20%

Color #D4DFE5 in popluar number systems.

HEX D4 DF E5
Decimal 212 223 229
Binary 11010100 11011111 11100101
Octal 324 337 345

Shades and tints

Shades of #D4DFE5

#D4DFE5
(212,223,229)
#C1CBD1
(193,203,209)
#AEB7BD
(174,183,189)
#9BA3A9
(155,163,169)
#888F95
(136,143,149)
#757B81
(117,123,129)
#62676D
(98,103,109)
#4F5359
(79,83,89)
#3C3F45
(60,63,69)
#292B31
(41,43,49)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #D4DFE5

#D4DFE5
(212,223,229)
#D7E1E7
(215,225,231)
#DAE3E9
(218,227,233)
#DDE5EB
(221,229,235)
#E0E7ED
(224,231,237)
#E3E9EF
(227,233,239)
#E6EBF1
(230,235,241)
#E9EDF3
(233,237,243)
#ECEFF5
(236,239,245)
#EFF1F7
(239,241,247)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DFE5 color. Also use rgb(212,223,229) instead hex code.

Text Font Color

.myTextColor { color: #D4DFE5; }

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

This text font color is #D4DFE5.

Background Color

.myBgColor { background-color: #D4DFE5; }

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

This div background color is #D4DFE5.

Border color

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

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

This div border color is #D4DFE5.

Opacity

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

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

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

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

This text has shadow with #D4DFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DFE5.

Preview

Color preview on black background

This text has color #D4DFE5 on black background.


Color preview on white background

This text has color #D4DFE5 on white background.


Black color preview on #D4DFE5 background

This text has black color on #D4DFE5 background.


White color preview on #D4DFE5 background

This text has white color on #D4DFE5 background.


Related colors

Complementary color

Complementary color for #hex is #2B201A.


I love getcolorcode.com

Triadic colors

1 #E5D4DF and #DFE5D4 with #D4DFE5 are triadic colors.

2 #E5DFD4 and #DFD4E5 with #D4DFE5 are triadic colors.