COLOR #D3E4EC

HEX: #D3E4EC
RGB: (211,228,236)

Color info

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

RGB color model

#D3E4EC color RGB value is (211,228,236).

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

RGB channels and saturation

R 211 of 255 = 83%
G 228 of 255 = 89%
B 236 of 255 = 93%

211
228
236

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

Portions of RGB colors in percentages

R + G + B =
211 + 228 + 236 = 675 (100%)
R 211 of 675 ~ 31.26%
G 228 of 675 ~ 33.78%
B 236 of 675 ~ 34.96%

%31.26
%33.78
%34.96

CMYK color model

#D3E4EC color CMYK value is (11,3,0,7).

  • cyan value is 10.59%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,3,0,7)
C11M3Y0K7 
(11%,3%,0%,7%)
(0.11/0.03/0.00/0.07)	

CMYK percentages

%10.59
%3.39
%0
%7.45

Codes

Color #D3E4EC in popluar color models

D3E4EC
RGB211228236
HSL199°39.68%87.65%
HSB/HSV199°10.59%92.55%
CMYK10.59%3.39%0.00%
7.45%

Color #D3E4EC in popluar number systems.

HEXD3E4EC
Decimal211228236
Binary110100111110010011101100
Octal323344354

Shades and tints

Shades of #D3E4EC

#D3E4EC
(211,228,236)
#C0D0D7
(192,208,215)
#ADBCC2
(173,188,194)
#9AA8AD
(154,168,173)
#879498
(135,148,152)
#748083
(116,128,131)
#616C6E
(97,108,110)
#4E5859
(78,88,89)
#3B4444
(59,68,68)
#28302F
(40,48,47)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #D3E4EC

#D3E4EC
(211,228,236)
#D7E6ED
(215,230,237)
#DBE8EE
(219,232,238)
#DFEAEF
(223,234,239)
#E3ECF0
(227,236,240)
#E7EEF1
(231,238,241)
#EBF0F2
(235,240,242)
#EFF2F3
(239,242,243)
#F3F4F4
(243,244,244)
#F7F6F5
(247,246,245)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E4EC; }

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

This text font color is #D3E4EC.


Background Color

.myBgColor { background-color: #D3E4EC; }

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

This div background color is #D3E4EC.


Border color

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

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

This div border color is #D3E4EC.


Opacity

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

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

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

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

This text has shadow with #D3E4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E4EC on black background.


Color preview on white background

This text has color #D3E4EC on white background.



Black color preview on #D3E4EC background

This text has black color on #D3E4EC background.


White color preview on #D3E4EC background

This text has white color on #D3E4EC background.