COLOR #D7F2ED

HEX: #D7F2ED
RGB: (215,242,237)

Color info

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

RGB color model

#D7F2ED color RGB value is (215,242,237).

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

RGB channels and saturation

R 215 of 255 = 84%
G 242 of 255 = 95%
B 237 of 255 = 93%

215
242
237

R + G + B ~ 91%. #D7F2ED is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 242 + 237 = 694 (100%)
R 215 of 694 ~ 30.98%
G 242 of 694 ~ 34.87%
B 237 of 694 ~ 34.15%

%30.98
%34.87
%34.15

CMYK color model

#D7F2ED color CMYK value is (11,0,2,5).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 5.10%
CMYK:
(11,0,2,5)
C11M0Y2K5 
(11%,0%,2%,5%)
(0.11/0.00/0.02/0.05)	

CMYK percentages

%11.16
%0
%2.07
%5.1

Codes

Color #D7F2ED in popluar color models

D7F2ED
RGB215242237
HSL169°50.94%89.61%
HSB/HSV169°11.16%94.90%
CMYK11.16%0.00%2.07%
5.10%

Color #D7F2ED in popluar number systems.

HEXD7F2ED
Decimal215242237
Binary110101111111001011101101
Octal327362355

Shades and tints

Shades of #D7F2ED

#D7F2ED
(215,242,237)
#C4DCD8
(196,220,216)
#B1C6C3
(177,198,195)
#9EB0AE
(158,176,174)
#8B9A99
(139,154,153)
#788484
(120,132,132)
#656E6F
(101,110,111)
#52585A
(82,88,90)
#3F4245
(63,66,69)
#2C2C30
(44,44,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #D7F2ED

#D7F2ED
(215,242,237)
#DAF3EE
(218,243,238)
#DDF4EF
(221,244,239)
#E0F5F0
(224,245,240)
#E3F6F1
(227,246,241)
#E6F7F2
(230,247,242)
#E9F8F3
(233,248,243)
#ECF9F4
(236,249,244)
#EFFAF5
(239,250,245)
#F2FBF6
(242,251,246)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F2ED; }

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

This text font color is #D7F2ED.


Background Color

.myBgColor { background-color: #D7F2ED; }

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

This div background color is #D7F2ED.


Border color

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

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

This div border color is #D7F2ED.


Opacity

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

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

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

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

This text has shadow with #D7F2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F2ED on black background.


Color preview on white background

This text has color #D7F2ED on white background.



Black color preview on #D7F2ED background

This text has black color on #D7F2ED background.


White color preview on #D7F2ED background

This text has white color on #D7F2ED background.