COLOR #D7E3ED

HEX: #D7E3ED
RGB: (215,227,237)

Color info

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

RGB color model

#D7E3ED color RGB value is (215,227,237).

  • red value is 215;
  • green value is 227;
  • blue value is 237.
RGB:
(215,227,237)
(84%,89%,93%)

RGB channels and saturation

R 215 of 255 = 84%
G 227 of 255 = 89%
B 237 of 255 = 93%

215
227
237

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

Portions of RGB colors in percentages

R + G + B =
215 + 227 + 237 = 679 (100%)
R 215 of 679 ~ 31.66%
G 227 of 679 ~ 33.43%
B 237 of 679 ~ 34.9%

%31.66
%33.43
%34.9

CMYK color model

#D7E3ED color CMYK value is (9,4,0,7).

  • cyan value is 9.28%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,4,0,7)
C9M4Y0K7 
(9%,4%,0%,7%)
(0.09/0.04/0.00/0.07)	

CMYK percentages

%9.28
%4.22
%0
%7.06

Codes

Color #D7E3ED in popluar color models

D7E3ED
RGB215227237
HSL207°37.93%88.63%
HSB/HSV207°9.28%92.94%
CMYK9.28%4.22%0.00%
7.06%

Color #D7E3ED in popluar number systems.

HEXD7E3ED
Decimal215227237
Binary110101111110001111101101
Octal327343355

Shades and tints

Shades of #D7E3ED

#D7E3ED
(215,227,237)
#C4CFD8
(196,207,216)
#B1BBC3
(177,187,195)
#9EA7AE
(158,167,174)
#8B9399
(139,147,153)
#787F84
(120,127,132)
#656B6F
(101,107,111)
#52575A
(82,87,90)
#3F4345
(63,67,69)
#2C2F30
(44,47,48)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #D7E3ED

#D7E3ED
(215,227,237)
#DAE5EE
(218,229,238)
#DDE7EF
(221,231,239)
#E0E9F0
(224,233,240)
#E3EBF1
(227,235,241)
#E6EDF2
(230,237,242)
#E9EFF3
(233,239,243)
#ECF1F4
(236,241,244)
#EFF3F5
(239,243,245)
#F2F5F6
(242,245,246)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E3ED color. Also use rgb(215,227,237) instead hex code.

Text Font Color

.myTextColor { color: #D7E3ED; }

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

This text font color is #D7E3ED.


Background Color

.myBgColor { background-color: #D7E3ED; }

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

This div background color is #D7E3ED.


Border color

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

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

This div border color is #D7E3ED.


Opacity

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

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

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

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

This text has shadow with #D7E3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E3ED on black background.


Color preview on white background

This text has color #D7E3ED on white background.



Black color preview on #D7E3ED background

This text has black color on #D7E3ED background.


White color preview on #D7E3ED background

This text has white color on #D7E3ED background.