COLOR #D4E4EB

HEX: #D4E4EB RGB: (212,228,235)

Color info

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

RGB color model

#D4E4EB color RGB value is (212,228,235).

RGB: (212,228,235) (83%, 89%, 92%)

RGB channels and saturation

R 212 of 255 = 83%
G 228 of 255 = 89%
B 235 of 255 = 92%

212
228
235

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

Portions of RGB colors in percentages

R + G + B = 212 + 228 + 235 = 675 (100%)
R 212 of 675 ~ 31.41%
G 228 of 675 ~ 33.78%
B 235 of 675 ~ 34.81'%

%31.41
%33.78
%34.81

CMYK color model

#D4E4EB color CMYK value is (10,3,0,8).

  • cyan value is 9.79%
  • magenta value is 2.98%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (10,3,0,8)
C10M3Y0K8 (10%, 3%, 0%, 8%)
(0.10 / 0.03 / 0.00 / 0.08)

CMYK percentages

%9.79
%2.98
%0
%7.84

Codes

Color #D4E4EB in popluar color models

D4 E4 EB
RGB 212 228 235
HSL 198° 36.51% 87.65%
HSB/HSV 198° 9.79% 92.16%
CMYK 9.79% 2.98% 0.00%
7.84%

Color #D4E4EB in popluar number systems.

HEX D4 E4 EB
Decimal 212 228 235
Binary 11010100 11100100 11101011
Octal 324 344 353

Shades and tints

Shades of #D4E4EB

#D4E4EB
(212,228,235)
#C1D0D6
(193,208,214)
#AEBCC1
(174,188,193)
#9BA8AC
(155,168,172)
#889497
(136,148,151)
#758082
(117,128,130)
#626C6D
(98,108,109)
#4F5858
(79,88,88)
#3C4443
(60,68,67)
#29302E
(41,48,46)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #D4E4EB

#D4E4EB
(212,228,235)
#D7E6EC
(215,230,236)
#DAE8ED
(218,232,237)
#DDEAEE
(221,234,238)
#E0ECEF
(224,236,239)
#E3EEF0
(227,238,240)
#E6F0F1
(230,240,241)
#E9F2F2
(233,242,242)
#ECF4F3
(236,244,243)
#EFF6F4
(239,246,244)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E4EB color. Also use rgb(212,228,235) instead hex code.

Text Font Color

.myTextColor { color: #D4E4EB; }

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

This text font color is #D4E4EB.

Background Color

.myBgColor { background-color: #D4E4EB; }

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

This div background color is #D4E4EB.

Border color

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

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

This div border color is #D4E4EB.

Opacity

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

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

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

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

This text has shadow with #D4E4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E4EB.

Preview

Color preview on black background

This text has color #D4E4EB on black background.


Color preview on white background

This text has color #D4E4EB on white background.


Black color preview on #D4E4EB background

This text has black color on #D4E4EB background.


White color preview on #D4E4EB background

This text has white color on #D4E4EB background.


Related colors

Complementary color

Complementary color for #hex is #2B1B14.


I love getcolorcode.com

Triadic colors

1 #EBD4E4 and #E4EBD4 with #D4E4EB are triadic colors.

2 #EBE4D4 and #E4D4EB with #D4E4EB are triadic colors.