COLOR #D4E7EC

HEX: #D4E7EC RGB: (212,231,236)

Color info

#D4E7EC contains red, green and blue colors in about the same proportion. Web safe color of #D4E7EC is #CCFFFF (or #CFF).

RGB color model

#D4E7EC color RGB value is (212,231,236).

RGB: (212,231,236) (83%, 91%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 231 of 255 = 91%
B 236 of 255 = 93%

212
231
236

R + G + B ~ 89%. #D4E7EC is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 231 + 236 = 679 (100%)
R 212 of 679 ~ 31.22%
G 231 of 679 ~ 34.02%
B 236 of 679 ~ 34.76'%

%31.22
%34.02
%34.76

CMYK color model

#D4E7EC color CMYK value is (10,2,0,7).

  • cyan value is 10.17%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (10,2,0,7)
C10M2Y0K7 (10%, 2%, 0%, 7%)
(0.10 / 0.02 / 0.00 / 0.07)

CMYK percentages

%10.17
%2.12
%0
%7.45

Codes

Color #D4E7EC in popluar color models

D4 E7 EC
RGB 212 231 236
HSL 193° 38.71% 87.84%
HSB/HSV 193° 10.17% 92.55%
CMYK 10.17% 2.12% 0.00%
7.45%

Color #D4E7EC in popluar number systems.

HEX D4 E7 EC
Decimal 212 231 236
Binary 11010100 11100111 11101100
Octal 324 347 354

Shades and tints

Shades of #D4E7EC

#D4E7EC
(212,231,236)
#C1D2D7
(193,210,215)
#AEBDC2
(174,189,194)
#9BA8AD
(155,168,173)
#889398
(136,147,152)
#757E83
(117,126,131)
#62696E
(98,105,110)
#4F5459
(79,84,89)
#3C3F44
(60,63,68)
#292A2F
(41,42,47)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D4E7EC

#D4E7EC
(212,231,236)
#D7E9ED
(215,233,237)
#DAEBEE
(218,235,238)
#DDEDEF
(221,237,239)
#E0EFF0
(224,239,240)
#E3F1F1
(227,241,241)
#E6F3F2
(230,243,242)
#E9F5F3
(233,245,243)
#ECF7F4
(236,247,244)
#EFF9F5
(239,249,245)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E7EC; }

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

This text font color is #D4E7EC.

Background Color

.myBgColor { background-color: #D4E7EC; }

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

This div background color is #D4E7EC.

Border color

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

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

This div border color is #D4E7EC.

Opacity

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

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

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

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

This text has shadow with #D4E7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E7EC.

Preview

Color preview on black background

This text has color #D4E7EC on black background.


Color preview on white background

This text has color #D4E7EC on white background.


Black color preview on #D4E7EC background

This text has black color on #D4E7EC background.


White color preview on #D4E7EC background

This text has white color on #D4E7EC background.


Related colors

Complementary color

Complementary color for #hex is #2B1813.


I love getcolorcode.com

Triadic colors

1 #ECD4E7 and #E7ECD4 with #D4E7EC are triadic colors.

2 #ECE7D4 and #E7D4EC with #D4E7EC are triadic colors.