COLOR #D1E0E4

HEX: #D1E0E4 RGB: (209,224,228)

Color info

#D1E0E4 contains red, green and blue colors in about the same proportion. Web safe color of #D1E0E4 is #CCCCCC (or #CCC).

RGB color model

#D1E0E4 color RGB value is (209,224,228).

RGB: (209,224,228) (82%, 88%, 89%)

RGB channels and saturation

R 209 of 255 = 82%
G 224 of 255 = 88%
B 228 of 255 = 89%

209
224
228

R + G + B ~ 86%. #D1E0E4 is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 224 + 228 = 661 (100%)
R 209 of 661 ~ 31.62%
G 224 of 661 ~ 33.89%
B 228 of 661 ~ 34.49'%

%31.62
%33.89
%34.49

CMYK color model

#D1E0E4 color CMYK value is (8,2,0,11).

  • cyan value is 8.33%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (8,2,0,11)
C8M2Y0K11 (8%, 2%, 0%, 11%)
(0.08 / 0.02 / 0.00 / 0.11)

CMYK percentages

%8.33
%1.75
%0
%10.59

Codes

Color #D1E0E4 in popluar color models

D1 E0 E4
RGB 209 224 228
HSL 193° 26.03% 85.69%
HSB/HSV 193° 8.33% 89.41%
CMYK 8.33% 1.75% 0.00%
10.59%

Color #D1E0E4 in popluar number systems.

HEX D1 E0 E4
Decimal 209 224 228
Binary 11010001 11100000 11100100
Octal 321 340 344

Shades and tints

Shades of #D1E0E4

#D1E0E4
(209,224,228)
#BECCD0
(190,204,208)
#ABB8BC
(171,184,188)
#98A4A8
(152,164,168)
#859094
(133,144,148)
#727C80
(114,124,128)
#5F686C
(95,104,108)
#4C5458
(76,84,88)
#394044
(57,64,68)
#262C30
(38,44,48)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #D1E0E4

#D1E0E4
(209,224,228)
#D5E2E6
(213,226,230)
#D9E4E8
(217,228,232)
#DDE6EA
(221,230,234)
#E1E8EC
(225,232,236)
#E5EAEE
(229,234,238)
#E9ECF0
(233,236,240)
#EDEEF2
(237,238,242)
#F1F0F4
(241,240,244)
#F5F2F6
(245,242,246)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E0E4 color. Also use rgb(209,224,228) instead hex code.

Text Font Color

.myTextColor { color: #D1E0E4; }

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

This text font color is #D1E0E4.

Background Color

.myBgColor { background-color: #D1E0E4; }

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

This div background color is #D1E0E4.

Border color

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

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

This div border color is #D1E0E4.

Opacity

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

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

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

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

This text has shadow with #D1E0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E0E4.

Preview

Color preview on black background

This text has color #D1E0E4 on black background.


Color preview on white background

This text has color #D1E0E4 on white background.


Black color preview on #D1E0E4 background

This text has black color on #D1E0E4 background.


White color preview on #D1E0E4 background

This text has white color on #D1E0E4 background.


Related colors

Complementary color

Complementary color for #hex is #2E1F1B.


I love getcolorcode.com

Triadic colors

1 #E4D1E0 and #E0E4D1 with #D1E0E4 are triadic colors.

2 #E4E0D1 and #E0D1E4 with #D1E0E4 are triadic colors.