COLOR #D7F2EC

HEX: #D7F2EC
RGB: (215,242,236)

Color info

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

RGB color model

#D7F2EC color RGB value is (215,242,236).

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

RGB channels and saturation

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

215
242
236

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

Portions of RGB colors in percentages

R + G + B =
215 + 242 + 236 = 693 (100%)
R 215 of 693 ~ 31.02%
G 242 of 693 ~ 34.92%
B 236 of 693 ~ 34.05%

%31.02
%34.92
%34.05

CMYK color model

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

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • 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.48
%5.1

Codes

Color #D7F2EC in popluar color models

D7F2EC
RGB215242236
HSL167°50.94%89.61%
HSB/HSV167°11.16%94.90%
CMYK11.16%0.00%2.48%
5.10%

Color #D7F2EC in popluar number systems.

HEXD7F2EC
Decimal215242236
Binary110101111111001011101100
Octal327362354

Shades and tints

Shades of #D7F2EC

#D7F2EC
(215,242,236)
#C4DCD7
(196,220,215)
#B1C6C2
(177,198,194)
#9EB0AD
(158,176,173)
#8B9A98
(139,154,152)
#788483
(120,132,131)
#656E6E
(101,110,110)
#525859
(82,88,89)
#3F4244
(63,66,68)
#2C2C2F
(44,44,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #D7F2EC

#D7F2EC
(215,242,236)
#DAF3ED
(218,243,237)
#DDF4EE
(221,244,238)
#E0F5EF
(224,245,239)
#E3F6F0
(227,246,240)
#E6F7F1
(230,247,241)
#E9F8F2
(233,248,242)
#ECF9F3
(236,249,243)
#EFFAF4
(239,250,244)
#F2FBF5
(242,251,245)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F2EC; }

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

This text font color is #D7F2EC.


Background Color

.myBgColor { background-color: #D7F2EC; }

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

This div background color is #D7F2EC.


Border color

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

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

This div border color is #D7F2EC.


Opacity

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

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

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

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

This text has shadow with #D7F2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F2EC on black background.


Color preview on white background

This text has color #D7F2EC on white background.



Black color preview on #D7F2EC background

This text has black color on #D7F2EC background.


White color preview on #D7F2EC background

This text has white color on #D7F2EC background.