COLOR #D7E9ED

HEX: #D7E9ED RGB: (215,233,237)

Color info

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

RGB color model

#D7E9ED color RGB value is (215,233,237).

RGB: (215,233,237) (84%, 91%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 237 of 255 = 93%

215
233
237

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

Portions of RGB colors in percentages

R + G + B = 215 + 233 + 237 = 685 (100%)
R 215 of 685 ~ 31.39%
G 233 of 685 ~ 34.01%
B 237 of 685 ~ 34.6'%

%31.39
%34.01
%34.6

CMYK color model

#D7E9ED color CMYK value is (9,2,0,7).

  • cyan value is 9.28%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (9,2,0,7) C9M2Y0K7 (9%,2%,0%,7%) (0.09/0.02/0.00/0.07) 

CMYK percentages

%9.28
%1.69
%0
%7.06

Codes

Color #D7E9ED in popluar color models

D7 E9 ED
RGB 215 233 237
HSL 191° 37.93% 88.63%
HSB/HSV 191° 9.28% 92.94%
CMYK 9.28% 1.69% 0.00%
7.06%

Color #D7E9ED in popluar number systems.

HEX D7 E9 ED
Decimal 215 233 237
Binary 11010111 11101001 11101101
Octal 327 351 355

Shades and tints

Shades of #D7E9ED

#D7E9ED
(215,233,237)
#C4D4D8
(196,212,216)
#B1BFC3
(177,191,195)
#9EAAAE
(158,170,174)
#8B9599
(139,149,153)
#788084
(120,128,132)
#656B6F
(101,107,111)
#52565A
(82,86,90)
#3F4145
(63,65,69)
#2C2C30
(44,44,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #D7E9ED

#D7E9ED
(215,233,237)
#DAEBEE
(218,235,238)
#DDEDEF
(221,237,239)
#E0EFF0
(224,239,240)
#E3F1F1
(227,241,241)
#E6F3F2
(230,243,242)
#E9F5F3
(233,245,243)
#ECF7F4
(236,247,244)
#EFF9F5
(239,249,245)
#F2FBF6
(242,251,246)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E9ED; }

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

This text font color is #D7E9ED.

Background Color

.myBgColor { background-color: #D7E9ED; }

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

This div background color is #D7E9ED.

Border color

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

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

This div border color is #D7E9ED.

Opacity

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

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

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

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

This text has shadow with #D7E9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E9ED.

Preview

Color preview on black background

This text has color #D7E9ED on black background.


Color preview on white background

This text has color #D7E9ED on white background.


Black color preview on #D7E9ED background

This text has black color on #D7E9ED background.


White color preview on #D7E9ED background

This text has white color on #D7E9ED background.


Related colors

Complementary color

Complementary color for #hex is #281612.


I love getcolorcode.com

Triadic colors

1 #EDD7E9 and #E9EDD7 with #D7E9ED are triadic colors.

2 #EDE9D7 and #E9D7ED with #D7E9ED are triadic colors.