COLOR #D7EDE9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
237
233

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

Portions of RGB colors in percentages

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

%31.39
%34.6
%34.01

CMYK color model

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

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

CMYK percentages

%9.28
%0
%1.69
%7.06

Codes

Color #D7EDE9 in popluar color models

D7EDE9
RGB215237233
HSL169°37.93%88.63%
HSB/HSV169°9.28%92.94%
CMYK9.28%0.00%1.69%
7.06%

Color #D7EDE9 in popluar number systems.

HEXD7EDE9
Decimal215237233
Binary110101111110110111101001
Octal327355351

Shades and tints

Shades of #D7EDE9

#D7EDE9
(215,237,233)
#C4D8D4
(196,216,212)
#B1C3BF
(177,195,191)
#9EAEAA
(158,174,170)
#8B9995
(139,153,149)
#788480
(120,132,128)
#656F6B
(101,111,107)
#525A56
(82,90,86)
#3F4541
(63,69,65)
#2C302C
(44,48,44)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #D7EDE9

#D7EDE9
(215,237,233)
#DAEEEB
(218,238,235)
#DDEFED
(221,239,237)
#E0F0EF
(224,240,239)
#E3F1F1
(227,241,241)
#E6F2F3
(230,242,243)
#E9F3F5
(233,243,245)
#ECF4F7
(236,244,247)
#EFF5F9
(239,245,249)
#F2F6FB
(242,246,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EDE9; }

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

This text font color is #D7EDE9.


Background Color

.myBgColor { background-color: #D7EDE9; }

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

This div background color is #D7EDE9.


Border color

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

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

This div border color is #D7EDE9.


Opacity

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

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

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

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

This text has shadow with #D7EDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EDE9 on black background.


Color preview on white background

This text has color #D7EDE9 on white background.



Black color preview on #D7EDE9 background

This text has black color on #D7EDE9 background.


White color preview on #D7EDE9 background

This text has white color on #D7EDE9 background.