COLOR #D4E3EC

HEX: #D4E3EC RGB: (212,227,236)

Color info

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

RGB color model

#D4E3EC color RGB value is (212,227,236).

RGB: (212,227,236) (83%, 89%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 236 of 255 = 93%

212
227
236

R + G + B ~ 88%. #D4E3EC is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 227 + 236 = 675 (100%)
R 212 of 675 ~ 31.41%
G 227 of 675 ~ 33.63%
B 236 of 675 ~ 34.96'%

%31.41
%33.63
%34.96

CMYK color model

#D4E3EC color CMYK value is (10,4,0,7).

  • cyan value is 10.17%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (10,4,0,7) C10M4Y0K7 (10%,4%,0%,7%) (0.10/0.04/0.00/0.07) 

CMYK percentages

%10.17
%3.81
%0
%7.45

Codes

Color #D4E3EC in popluar color models

D4 E3 EC
RGB 212 227 236
HSL 203° 38.71% 87.84%
HSB/HSV 203° 10.17% 92.55%
CMYK 10.17% 3.81% 0.00%
7.45%

Color #D4E3EC in popluar number systems.

HEX D4 E3 EC
Decimal 212 227 236
Binary 11010100 11100011 11101100
Octal 324 343 354

Shades and tints

Shades of #D4E3EC

#D4E3EC
(212,227,236)
#C1CFD7
(193,207,215)
#AEBBC2
(174,187,194)
#9BA7AD
(155,167,173)
#889398
(136,147,152)
#757F83
(117,127,131)
#626B6E
(98,107,110)
#4F5759
(79,87,89)
#3C4344
(60,67,68)
#292F2F
(41,47,47)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #D4E3EC

#D4E3EC
(212,227,236)
#D7E5ED
(215,229,237)
#DAE7EE
(218,231,238)
#DDE9EF
(221,233,239)
#E0EBF0
(224,235,240)
#E3EDF1
(227,237,241)
#E6EFF2
(230,239,242)
#E9F1F3
(233,241,243)
#ECF3F4
(236,243,244)
#EFF5F5
(239,245,245)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E3EC; }

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

This text font color is #D4E3EC.

Background Color

.myBgColor { background-color: #D4E3EC; }

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

This div background color is #D4E3EC.

Border color

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

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

This div border color is #D4E3EC.

Opacity

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

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

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

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

This text has shadow with #D4E3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E3EC.

Preview

Color preview on black background

This text has color #D4E3EC on black background.


Color preview on white background

This text has color #D4E3EC on white background.


Black color preview on #D4E3EC background

This text has black color on #D4E3EC background.


White color preview on #D4E3EC background

This text has white color on #D4E3EC background.


Related colors

Complementary color

Complementary color for #hex is #2B1C13.


I love getcolorcode.com

Triadic colors

1 #ECD4E3 and #E3ECD4 with #D4E3EC are triadic colors.

2 #ECE3D4 and #E3D4EC with #D4E3EC are triadic colors.