COLOR #D3E9EE

HEX: #D3E9EE RGB: (211,233,238)

Color info

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

RGB color model

#D3E9EE color RGB value is (211,233,238).

RGB: (211,233,238) (83%, 91%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 233 of 255 = 91%
B 238 of 255 = 93%

211
233
238

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

Portions of RGB colors in percentages

R + G + B = 211 + 233 + 238 = 682 (100%)
R 211 of 682 ~ 30.94%
G 233 of 682 ~ 34.16%
B 238 of 682 ~ 34.9'%

%30.94
%34.16
%34.9

CMYK color model

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

  • cyan value is 11.34%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%

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

CMYK percentages

%11.34
%2.1
%0
%6.67

Codes

Color #D3E9EE in popluar color models

D3 E9 EE
RGB 211 233 238
HSL 191° 44.26% 88.04%
HSB/HSV 191° 11.34% 93.33%
CMYK 11.34% 2.10% 0.00%
6.67%

Color #D3E9EE in popluar number systems.

HEX D3 E9 EE
Decimal 211 233 238
Binary 11010011 11101001 11101110
Octal 323 351 356

Shades and tints

Shades of #D3E9EE

#D3E9EE
(211,233,238)
#C0D4D9
(192,212,217)
#ADBFC4
(173,191,196)
#9AAAAF
(154,170,175)
#87959A
(135,149,154)
#748085
(116,128,133)
#616B70
(97,107,112)
#4E565B
(78,86,91)
#3B4146
(59,65,70)
#282C31
(40,44,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #D3E9EE

#D3E9EE
(211,233,238)
#D7EBEF
(215,235,239)
#DBEDF0
(219,237,240)
#DFEFF1
(223,239,241)
#E3F1F2
(227,241,242)
#E7F3F3
(231,243,243)
#EBF5F4
(235,245,244)
#EFF7F5
(239,247,245)
#F3F9F6
(243,249,246)
#F7FBF7
(247,251,247)
#FBFDF8
(251,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E9EE color. Also use rgb(211,233,238) instead hex code.

Text Font Color

.myTextColor { color: #D3E9EE; }

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

This text font color is #D3E9EE.

Background Color

.myBgColor { background-color: #D3E9EE; }

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

This div background color is #D3E9EE.

Border color

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

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

This div border color is #D3E9EE.

Opacity

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

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

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

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

This text has shadow with #D3E9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E9EE.

Preview

Color preview on black background

This text has color #D3E9EE on black background.


Color preview on white background

This text has color #D3E9EE on white background.


Black color preview on #D3E9EE background

This text has black color on #D3E9EE background.


White color preview on #D3E9EE background

This text has white color on #D3E9EE background.


Related colors

Complementary color

Complementary color for #hex is #2C1611.


I love getcolorcode.com

Triadic colors

1 #EED3E9 and #E9EED3 with #D3E9EE are triadic colors.

2 #EEE9D3 and #E9D3EE with #D3E9EE are triadic colors.