COLOR #D3E0ED

HEX: #D3E0ED
RGB: (211,224,237)

Color info

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

RGB color model

#D3E0ED color RGB value is (211,224,237).

  • red value is 211;
  • green value is 224;
  • blue value is 237.
RGB:
(211,224,237)
(83%,88%,93%)

RGB channels and saturation

R 211 of 255 = 83%
G 224 of 255 = 88%
B 237 of 255 = 93%

211
224
237

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

Portions of RGB colors in percentages

R + G + B =
211 + 224 + 237 = 672 (100%)
R 211 of 672 ~ 31.4%
G 224 of 672 ~ 33.33%
B 237 of 672 ~ 35.27%

%31.4
%33.33
%35.27

CMYK color model

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

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

CMYK percentages

%10.97
%5.49
%0
%7.06

Codes

Color #D3E0ED in popluar color models

D3E0ED
RGB211224237
HSL210°41.94%87.84%
HSB/HSV210°10.97%92.94%
CMYK10.97%5.49%0.00%
7.06%

Color #D3E0ED in popluar number systems.

HEXD3E0ED
Decimal211224237
Binary110100111110000011101101
Octal323340355

Shades and tints

Shades of #D3E0ED

#D3E0ED
(211,224,237)
#C0CCD8
(192,204,216)
#ADB8C3
(173,184,195)
#9AA4AE
(154,164,174)
#879099
(135,144,153)
#747C84
(116,124,132)
#61686F
(97,104,111)
#4E545A
(78,84,90)
#3B4045
(59,64,69)
#282C30
(40,44,48)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #D3E0ED

#D3E0ED
(211,224,237)
#D7E2EE
(215,226,238)
#DBE4EF
(219,228,239)
#DFE6F0
(223,230,240)
#E3E8F1
(227,232,241)
#E7EAF2
(231,234,242)
#EBECF3
(235,236,243)
#EFEEF4
(239,238,244)
#F3F0F5
(243,240,245)
#F7F2F6
(247,242,246)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E0ED; }

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

This text font color is #D3E0ED.


Background Color

.myBgColor { background-color: #D3E0ED; }

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

This div background color is #D3E0ED.


Border color

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

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

This div border color is #D3E0ED.


Opacity

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

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

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

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

This text has shadow with #D3E0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E0ED on black background.


Color preview on white background

This text has color #D3E0ED on white background.



Black color preview on #D3E0ED background

This text has black color on #D3E0ED background.


White color preview on #D3E0ED background

This text has white color on #D3E0ED background.