COLOR #D4DFE9

HEX: #D4DFE9 RGB: (212,223,233)

Color info

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

RGB color model

#D4DFE9 color RGB value is (212,223,233).

RGB: (212,223,233) (83%, 87%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 233 of 255 = 91%

212
223
233

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

Portions of RGB colors in percentages

R + G + B = 212 + 223 + 233 = 668 (100%)
R 212 of 668 ~ 31.74%
G 223 of 668 ~ 33.38%
B 233 of 668 ~ 34.88'%

%31.74
%33.38
%34.88

CMYK color model

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

  • cyan value is 9.01%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (9,4,0,9)
C9M4Y0K9 (9%, 4%, 0%, 9%)
(0.09 / 0.04 / 0.00 / 0.09)

CMYK percentages

%9.01
%4.29
%0
%8.63

Codes

Color #D4DFE9 in popluar color models

D4 DF E9
RGB 212 223 233
HSL 209° 32.31% 87.25%
HSB/HSV 209° 9.01% 91.37%
CMYK 9.01% 4.29% 0.00%
8.63%

Color #D4DFE9 in popluar number systems.

HEX D4 DF E9
Decimal 212 223 233
Binary 11010100 11011111 11101001
Octal 324 337 351

Shades and tints

Shades of #D4DFE9

#D4DFE9
(212,223,233)
#C1CBD4
(193,203,212)
#AEB7BF
(174,183,191)
#9BA3AA
(155,163,170)
#888F95
(136,143,149)
#757B80
(117,123,128)
#62676B
(98,103,107)
#4F5356
(79,83,86)
#3C3F41
(60,63,65)
#292B2C
(41,43,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #D4DFE9

#D4DFE9
(212,223,233)
#D7E1EB
(215,225,235)
#DAE3ED
(218,227,237)
#DDE5EF
(221,229,239)
#E0E7F1
(224,231,241)
#E3E9F3
(227,233,243)
#E6EBF5
(230,235,245)
#E9EDF7
(233,237,247)
#ECEFF9
(236,239,249)
#EFF1FB
(239,241,251)
#F2F3FD
(242,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DFE9; }

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

This text font color is #D4DFE9.

Background Color

.myBgColor { background-color: #D4DFE9; }

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

This div background color is #D4DFE9.

Border color

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

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

This div border color is #D4DFE9.

Opacity

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

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

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

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

This text has shadow with #D4DFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DFE9.

Preview

Color preview on black background

This text has color #D4DFE9 on black background.


Color preview on white background

This text has color #D4DFE9 on white background.


Black color preview on #D4DFE9 background

This text has black color on #D4DFE9 background.


White color preview on #D4DFE9 background

This text has white color on #D4DFE9 background.


Related colors

Complementary color

Complementary color for #hex is #2B2016.


I love getcolorcode.com

Triadic colors

1 #E9D4DF and #DFE9D4 with #D4DFE9 are triadic colors.

2 #E9DFD4 and #DFD4E9 with #D4DFE9 are triadic colors.