COLOR #D7F2DF

HEX: #D7F2DF
RGB: (215,242,223)

Color info

#D7F2DF contains red, green and blue colors in about the same proportion. Web safe color of #D7F2DF is #CCFFCC (or #CFC).

RGB color model

#D7F2DF color RGB value is (215,242,223).

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

RGB channels and saturation

R 215 of 255 = 84%
G 242 of 255 = 95%
B 223 of 255 = 87%

215
242
223

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

Portions of RGB colors in percentages

R + G + B =
215 + 242 + 223 = 680 (100%)
R 215 of 680 ~ 31.62%
G 242 of 680 ~ 35.59%
B 223 of 680 ~ 32.79%

%31.62
%35.59
%32.79

CMYK color model

#D7F2DF color CMYK value is (11,0,8,5).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 5.10%
CMYK:
(11,0,8,5)
C11M0Y8K5 
(11%,0%,8%,5%)
(0.11/0.00/0.08/0.05)	

CMYK percentages

%11.16
%0
%7.85
%5.1

Codes

Color #D7F2DF in popluar color models

D7F2DF
RGB215242223
HSL138°50.94%89.61%
HSB/HSV138°11.16%94.90%
CMYK11.16%0.00%7.85%
5.10%

Color #D7F2DF in popluar number systems.

HEXD7F2DF
Decimal215242223
Binary110101111111001011011111
Octal327362337

Shades and tints

Shades of #D7F2DF

#D7F2DF
(215,242,223)
#C4DCCB
(196,220,203)
#B1C6B7
(177,198,183)
#9EB0A3
(158,176,163)
#8B9A8F
(139,154,143)
#78847B
(120,132,123)
#656E67
(101,110,103)
#525853
(82,88,83)
#3F423F
(63,66,63)
#2C2C2B
(44,44,43)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #D7F2DF

#D7F2DF
(215,242,223)
#DAF3E1
(218,243,225)
#DDF4E3
(221,244,227)
#E0F5E5
(224,245,229)
#E3F6E7
(227,246,231)
#E6F7E9
(230,247,233)
#E9F8EB
(233,248,235)
#ECF9ED
(236,249,237)
#EFFAEF
(239,250,239)
#F2FBF1
(242,251,241)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F2DF; }

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

This text font color is #D7F2DF.


Background Color

.myBgColor { background-color: #D7F2DF; }

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

This div background color is #D7F2DF.


Border color

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

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

This div border color is #D7F2DF.


Opacity

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

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

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

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

This text has shadow with #D7F2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F2DF on black background.


Color preview on white background

This text has color #D7F2DF on white background.



Black color preview on #D7F2DF background

This text has black color on #D7F2DF background.


White color preview on #D7F2DF background

This text has white color on #D7F2DF background.