COLOR #D7EDEC

HEX: #D7EDEC
RGB: (215,237,236)

Color info

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

RGB color model

#D7EDEC color RGB value is (215,237,236).

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

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 236 of 255 = 93%

215
237
236

R + G + B ~ 90%. #D7EDEC is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 237 + 236 = 688 (100%)
R 215 of 688 ~ 31.25%
G 237 of 688 ~ 34.45%
B 236 of 688 ~ 34.3%

%31.25
%34.45
%34.3

CMYK color model

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

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 7.06%
CMYK:
(9,0,0,7)
C9M0Y0K7 
(9%,0%,0%,7%)
(0.09/0.00/0.00/0.07)	

CMYK percentages

%9.28
%0
%0.42
%7.06

Codes

Color #D7EDEC in popluar color models

D7EDEC
RGB215237236
HSL177°37.93%88.63%
HSB/HSV177°9.28%92.94%
CMYK9.28%0.00%0.42%
7.06%

Color #D7EDEC in popluar number systems.

HEXD7EDEC
Decimal215237236
Binary110101111110110111101100
Octal327355354

Shades and tints

Shades of #D7EDEC

#D7EDEC
(215,237,236)
#C4D8D7
(196,216,215)
#B1C3C2
(177,195,194)
#9EAEAD
(158,174,173)
#8B9998
(139,153,152)
#788483
(120,132,131)
#656F6E
(101,111,110)
#525A59
(82,90,89)
#3F4544
(63,69,68)
#2C302F
(44,48,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #D7EDEC

#D7EDEC
(215,237,236)
#DAEEED
(218,238,237)
#DDEFEE
(221,239,238)
#E0F0EF
(224,240,239)
#E3F1F0
(227,241,240)
#E6F2F1
(230,242,241)
#E9F3F2
(233,243,242)
#ECF4F3
(236,244,243)
#EFF5F4
(239,245,244)
#F2F6F5
(242,246,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EDEC; }

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

This text font color is #D7EDEC.


Background Color

.myBgColor { background-color: #D7EDEC; }

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

This div background color is #D7EDEC.


Border color

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

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

This div border color is #D7EDEC.


Opacity

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

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

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

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

This text has shadow with #D7EDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EDEC on black background.


Color preview on white background

This text has color #D7EDEC on white background.



Black color preview on #D7EDEC background

This text has black color on #D7EDEC background.


White color preview on #D7EDEC background

This text has white color on #D7EDEC background.