COLOR #D4E6EC

HEX: #D4E6EC RGB: (212,230,236)

Color info

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

RGB color model

#D4E6EC color RGB value is (212,230,236).

RGB: (212,230,236) (83%, 90%, 93%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 236 of 255 = 93%

212
230
236

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

Portions of RGB colors in percentages

R + G + B = 212 + 230 + 236 = 678 (100%)
R 212 of 678 ~ 31.27%
G 230 of 678 ~ 33.92%
B 236 of 678 ~ 34.81'%

%31.27
%33.92
%34.81

CMYK color model

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

  • cyan value is 10.17%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (10,3,0,7) C10M3Y0K7 (10%,3%,0%,7%) (0.10/0.03/0.00/0.07) 

CMYK percentages

%10.17
%2.54
%0
%7.45

Codes

Color #D4E6EC in popluar color models

D4 E6 EC
RGB 212 230 236
HSL 195° 38.71% 87.84%
HSB/HSV 195° 10.17% 92.55%
CMYK 10.17% 2.54% 0.00%
7.45%

Color #D4E6EC in popluar number systems.

HEX D4 E6 EC
Decimal 212 230 236
Binary 11010100 11100110 11101100
Octal 324 346 354

Shades and tints

Shades of #D4E6EC

#D4E6EC
(212,230,236)
#C1D2D7
(193,210,215)
#AEBEC2
(174,190,194)
#9BAAAD
(155,170,173)
#889698
(136,150,152)
#758283
(117,130,131)
#626E6E
(98,110,110)
#4F5A59
(79,90,89)
#3C4644
(60,70,68)
#29322F
(41,50,47)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #D4E6EC

#D4E6EC
(212,230,236)
#D7E8ED
(215,232,237)
#DAEAEE
(218,234,238)
#DDECEF
(221,236,239)
#E0EEF0
(224,238,240)
#E3F0F1
(227,240,241)
#E6F2F2
(230,242,242)
#E9F4F3
(233,244,243)
#ECF6F4
(236,246,244)
#EFF8F5
(239,248,245)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6EC; }

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

This text font color is #D4E6EC.

Background Color

.myBgColor { background-color: #D4E6EC; }

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

This div background color is #D4E6EC.

Border color

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

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

This div border color is #D4E6EC.

Opacity

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

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

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

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

This text has shadow with #D4E6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E6EC.

Preview

Color preview on black background

This text has color #D4E6EC on black background.


Color preview on white background

This text has color #D4E6EC on white background.


Black color preview on #D4E6EC background

This text has black color on #D4E6EC background.


White color preview on #D4E6EC background

This text has white color on #D4E6EC background.


Related colors

Complementary color

Complementary color for #hex is #2B1913.


I love getcolorcode.com

Triadic colors

1 #ECD4E6 and #E6ECD4 with #D4E6EC are triadic colors.

2 #ECE6D4 and #E6D4EC with #D4E6EC are triadic colors.