COLOR #D3E8EC

HEX: #D3E8EC RGB: (211,232,236)

Color info

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

RGB color model

#D3E8EC color RGB value is (211,232,236).

RGB: (211,232,236) (83%, 91%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 232 of 255 = 91%
B 236 of 255 = 93%

211
232
236

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

Portions of RGB colors in percentages

R + G + B = 211 + 232 + 236 = 679 (100%)
R 211 of 679 ~ 31.08%
G 232 of 679 ~ 34.17%
B 236 of 679 ~ 34.76'%

%31.08
%34.17
%34.76

CMYK color model

#D3E8EC color CMYK value is (11,2,0,7).

  • cyan value is 10.59%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (11,2,0,7) C11M2Y0K7 (11%,2%,0%,7%) (0.11/0.02/0.00/0.07) 

CMYK percentages

%10.59
%1.69
%0
%7.45

Codes

Color #D3E8EC in popluar color models

D3 E8 EC
RGB 211 232 236
HSL 190° 39.68% 87.65%
HSB/HSV 190° 10.59% 92.55%
CMYK 10.59% 1.69% 0.00%
7.45%

Color #D3E8EC in popluar number systems.

HEX D3 E8 EC
Decimal 211 232 236
Binary 11010011 11101000 11101100
Octal 323 350 354

Shades and tints

Shades of #D3E8EC

#D3E8EC
(211,232,236)
#C0D3D7
(192,211,215)
#ADBEC2
(173,190,194)
#9AA9AD
(154,169,173)
#879498
(135,148,152)
#747F83
(116,127,131)
#616A6E
(97,106,110)
#4E5559
(78,85,89)
#3B4044
(59,64,68)
#282B2F
(40,43,47)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #D3E8EC

#D3E8EC
(211,232,236)
#D7EAED
(215,234,237)
#DBECEE
(219,236,238)
#DFEEEF
(223,238,239)
#E3F0F0
(227,240,240)
#E7F2F1
(231,242,241)
#EBF4F2
(235,244,242)
#EFF6F3
(239,246,243)
#F3F8F4
(243,248,244)
#F7FAF5
(247,250,245)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E8EC color. Also use rgb(211,232,236) instead hex code.

Text Font Color

.myTextColor { color: #D3E8EC; }

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

This text font color is #D3E8EC.

Background Color

.myBgColor { background-color: #D3E8EC; }

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

This div background color is #D3E8EC.

Border color

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

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

This div border color is #D3E8EC.

Opacity

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

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

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

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

This text has shadow with #D3E8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E8EC.

Preview

Color preview on black background

This text has color #D3E8EC on black background.


Color preview on white background

This text has color #D3E8EC on white background.


Black color preview on #D3E8EC background

This text has black color on #D3E8EC background.


White color preview on #D3E8EC background

This text has white color on #D3E8EC background.


Related colors

Complementary color

Complementary color for #hex is #2C1713.


I love getcolorcode.com

Triadic colors

1 #ECD3E8 and #E8ECD3 with #D3E8EC are triadic colors.

2 #ECE8D3 and #E8D3EC with #D3E8EC are triadic colors.