COLOR #D7E2ED

HEX: #D7E2ED
RGB: (215,226,237)

Color info

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

RGB color model

#D7E2ED color RGB value is (215,226,237).

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

RGB channels and saturation

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

215
226
237

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

Portions of RGB colors in percentages

R + G + B =
215 + 226 + 237 = 678 (100%)
R 215 of 678 ~ 31.71%
G 226 of 678 ~ 33.33%
B 237 of 678 ~ 34.96%

%31.71
%33.33
%34.96

CMYK color model

#D7E2ED color CMYK value is (9,5,0,7).

  • cyan value is 9.28%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,5,0,7)
C9M5Y0K7 
(9%,5%,0%,7%)
(0.09/0.05/0.00/0.07)	

CMYK percentages

%9.28
%4.64
%0
%7.06

Codes

Color #D7E2ED in popluar color models

D7E2ED
RGB215226237
HSL210°37.93%88.63%
HSB/HSV210°9.28%92.94%
CMYK9.28%4.64%0.00%
7.06%

Color #D7E2ED in popluar number systems.

HEXD7E2ED
Decimal215226237
Binary110101111110001011101101
Octal327342355

Shades and tints

Shades of #D7E2ED

#D7E2ED
(215,226,237)
#C4CED8
(196,206,216)
#B1BAC3
(177,186,195)
#9EA6AE
(158,166,174)
#8B9299
(139,146,153)
#787E84
(120,126,132)
#656A6F
(101,106,111)
#52565A
(82,86,90)
#3F4245
(63,66,69)
#2C2E30
(44,46,48)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #D7E2ED

#D7E2ED
(215,226,237)
#DAE4EE
(218,228,238)
#DDE6EF
(221,230,239)
#E0E8F0
(224,232,240)
#E3EAF1
(227,234,241)
#E6ECF2
(230,236,242)
#E9EEF3
(233,238,243)
#ECF0F4
(236,240,244)
#EFF2F5
(239,242,245)
#F2F4F6
(242,244,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E2ED; }

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

This text font color is #D7E2ED.


Background Color

.myBgColor { background-color: #D7E2ED; }

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

This div background color is #D7E2ED.


Border color

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

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

This div border color is #D7E2ED.


Opacity

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

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

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

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

This text has shadow with #D7E2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E2ED on black background.


Color preview on white background

This text has color #D7E2ED on white background.



Black color preview on #D7E2ED background

This text has black color on #D7E2ED background.


White color preview on #D7E2ED background

This text has white color on #D7E2ED background.