COLOR #D3E7ED

HEX: #D3E7ED
RGB: (211,231,237)

Color info

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

RGB color model

#D3E7ED color RGB value is (211,231,237).

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

RGB channels and saturation

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

211
231
237

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

Portions of RGB colors in percentages

R + G + B =
211 + 231 + 237 = 679 (100%)
R 211 of 679 ~ 31.08%
G 231 of 679 ~ 34.02%
B 237 of 679 ~ 34.9%

%31.08
%34.02
%34.9

CMYK color model

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

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

CMYK percentages

%10.97
%2.53
%0
%7.06

Codes

Color #D3E7ED in popluar color models

D3E7ED
RGB211231237
HSL194°41.94%87.84%
HSB/HSV194°10.97%92.94%
CMYK10.97%2.53%0.00%
7.06%

Color #D3E7ED in popluar number systems.

HEXD3E7ED
Decimal211231237
Binary110100111110011111101101
Octal323347355

Shades and tints

Shades of #D3E7ED

#D3E7ED
(211,231,237)
#C0D2D8
(192,210,216)
#ADBDC3
(173,189,195)
#9AA8AE
(154,168,174)
#879399
(135,147,153)
#747E84
(116,126,132)
#61696F
(97,105,111)
#4E545A
(78,84,90)
#3B3F45
(59,63,69)
#282A30
(40,42,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #D3E7ED

#D3E7ED
(211,231,237)
#D7E9EE
(215,233,238)
#DBEBEF
(219,235,239)
#DFEDF0
(223,237,240)
#E3EFF1
(227,239,241)
#E7F1F2
(231,241,242)
#EBF3F3
(235,243,243)
#EFF5F4
(239,245,244)
#F3F7F5
(243,247,245)
#F7F9F6
(247,249,246)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E7ED; }

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

This text font color is #D3E7ED.


Background Color

.myBgColor { background-color: #D3E7ED; }

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

This div background color is #D3E7ED.


Border color

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

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

This div border color is #D3E7ED.


Opacity

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

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

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

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

This text has shadow with #D3E7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E7ED on black background.


Color preview on white background

This text has color #D3E7ED on white background.



Black color preview on #D3E7ED background

This text has black color on #D3E7ED background.


White color preview on #D3E7ED background

This text has white color on #D3E7ED background.