COLOR #D3E3EE

HEX: #D3E3EE
RGB: (211,227,238)

Color info

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

RGB color model

#D3E3EE color RGB value is (211,227,238).

  • red value is 211;
  • green value is 227;
  • blue value is 238.
RGB:
(211,227,238)
(83%,89%,93%)

RGB channels and saturation

R 211 of 255 = 83%
G 227 of 255 = 89%
B 238 of 255 = 93%

211
227
238

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

Portions of RGB colors in percentages

R + G + B =
211 + 227 + 238 = 676 (100%)
R 211 of 676 ~ 31.21%
G 227 of 676 ~ 33.58%
B 238 of 676 ~ 35.21%

%31.21
%33.58
%35.21

CMYK color model

#D3E3EE color CMYK value is (11,5,0,7).

  • cyan value is 11.34%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,5,0,7)
C11M5Y0K7 
(11%,5%,0%,7%)
(0.11/0.05/0.00/0.07)	

CMYK percentages

%11.34
%4.62
%0
%6.67

Codes

Color #D3E3EE in popluar color models

D3E3EE
RGB211227238
HSL204°44.26%88.04%
HSB/HSV204°11.34%93.33%
CMYK11.34%4.62%0.00%
6.67%

Color #D3E3EE in popluar number systems.

HEXD3E3EE
Decimal211227238
Binary110100111110001111101110
Octal323343356

Shades and tints

Shades of #D3E3EE

#D3E3EE
(211,227,238)
#C0CFD9
(192,207,217)
#ADBBC4
(173,187,196)
#9AA7AF
(154,167,175)
#87939A
(135,147,154)
#747F85
(116,127,133)
#616B70
(97,107,112)
#4E575B
(78,87,91)
#3B4346
(59,67,70)
#282F31
(40,47,49)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #D3E3EE

#D3E3EE
(211,227,238)
#D7E5EF
(215,229,239)
#DBE7F0
(219,231,240)
#DFE9F1
(223,233,241)
#E3EBF2
(227,235,242)
#E7EDF3
(231,237,243)
#EBEFF4
(235,239,244)
#EFF1F5
(239,241,245)
#F3F3F6
(243,243,246)
#F7F5F7
(247,245,247)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E3EE; }

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

This text font color is #D3E3EE.


Background Color

.myBgColor { background-color: #D3E3EE; }

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

This div background color is #D3E3EE.


Border color

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

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

This div border color is #D3E3EE.


Opacity

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

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

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

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

This text has shadow with #D3E3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E3EE on black background.


Color preview on white background

This text has color #D3E3EE on white background.



Black color preview on #D3E3EE background

This text has black color on #D3E3EE background.


White color preview on #D3E3EE background

This text has white color on #D3E3EE background.