COLOR #D3E8ED

HEX: #D3E8ED RGB: (211,232,237)

Color info

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

RGB color model

#D3E8ED color RGB value is (211,232,237).

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

RGB channels and saturation

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

211
232
237

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

Portions of RGB colors in percentages

R + G + B = 211 + 232 + 237 = 680 (100%)
R 211 of 680 ~ 31.03%
G 232 of 680 ~ 34.12%
B 237 of 680 ~ 34.85'%

%31.03
%34.12
%34.85

CMYK color model

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

  • cyan value is 10.97%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (11,2,0,7)
C11M2Y0K7 (11%, 2%, 0%, 7%)
(0.11 / 0.02 / 0.00 / 0.07)

CMYK percentages

%10.97
%2.11
%0
%7.06

Codes

Color #D3E8ED in popluar color models

D3 E8 ED
RGB 211 232 237
HSL 192° 41.94% 87.84%
HSB/HSV 192° 10.97% 92.94%
CMYK 10.97% 2.11% 0.00%
7.06%

Color #D3E8ED in popluar number systems.

HEX D3 E8 ED
Decimal 211 232 237
Binary 11010011 11101000 11101101
Octal 323 350 355

Shades and tints

Shades of #D3E8ED

#D3E8ED
(211,232,237)
#C0D3D8
(192,211,216)
#ADBEC3
(173,190,195)
#9AA9AE
(154,169,174)
#879499
(135,148,153)
#747F84
(116,127,132)
#616A6F
(97,106,111)
#4E555A
(78,85,90)
#3B4045
(59,64,69)
#282B30
(40,43,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #D3E8ED

#D3E8ED
(211,232,237)
#D7EAEE
(215,234,238)
#DBECEF
(219,236,239)
#DFEEF0
(223,238,240)
#E3F0F1
(227,240,241)
#E7F2F2
(231,242,242)
#EBF4F3
(235,244,243)
#EFF6F4
(239,246,244)
#F3F8F5
(243,248,245)
#F7FAF6
(247,250,246)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E8ED; }

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

This text font color is #D3E8ED.

Background Color

.myBgColor { background-color: #D3E8ED; }

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

This div background color is #D3E8ED.

Border color

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

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

This div border color is #D3E8ED.

Opacity

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

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

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

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

This text has shadow with #D3E8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E8ED.

Preview

Color preview on black background

This text has color #D3E8ED on black background.


Color preview on white background

This text has color #D3E8ED on white background.


Black color preview on #D3E8ED background

This text has black color on #D3E8ED background.


White color preview on #D3E8ED background

This text has white color on #D3E8ED background.


Related colors

Complementary color

Complementary color for #hex is #2C1712.


I love getcolorcode.com

Triadic colors

1 #EDD3E8 and #E8EDD3 with #D3E8ED are triadic colors.

2 #EDE8D3 and #E8D3ED with #D3E8ED are triadic colors.