COLOR #D7F2D7

HEX: #D7F2D7
RGB: (215,242,215)

Color info

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

RGB color model

#D7F2D7 color RGB value is (215,242,215).

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

RGB channels and saturation

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

215
242
215

R + G + B ~ 88%. #D7F2D7 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 242 + 215 = 672 (100%)
R 215 of 672 ~ 31.99%
G 242 of 672 ~ 36.01%
B 215 of 672 ~ 31.99%

%31.99
%36.01
%31.99

CMYK color model

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

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

CMYK percentages

%11.16
%0
%11.16
%5.1

Codes

Color #D7F2D7 in popluar color models

D7F2D7
RGB215242215
HSL120°50.94%89.61%
HSB/HSV120°11.16%94.90%
CMYK11.16%0.00%11.16%
5.10%

Color #D7F2D7 in popluar number systems.

HEXD7F2D7
Decimal215242215
Binary110101111111001011010111
Octal327362327

Shades and tints

Shades of #D7F2D7

#D7F2D7
(215,242,215)
#C4DCC4
(196,220,196)
#B1C6B1
(177,198,177)
#9EB09E
(158,176,158)
#8B9A8B
(139,154,139)
#788478
(120,132,120)
#656E65
(101,110,101)
#525852
(82,88,82)
#3F423F
(63,66,63)
#2C2C2C
(44,44,44)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #D7F2D7

#D7F2D7
(215,242,215)
#DAF3DA
(218,243,218)
#DDF4DD
(221,244,221)
#E0F5E0
(224,245,224)
#E3F6E3
(227,246,227)
#E6F7E6
(230,247,230)
#E9F8E9
(233,248,233)
#ECF9EC
(236,249,236)
#EFFAEF
(239,250,239)
#F2FBF2
(242,251,242)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F2D7; }

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

This text font color is #D7F2D7.


Background Color

.myBgColor { background-color: #D7F2D7; }

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

This div background color is #D7F2D7.


Border color

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

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

This div border color is #D7F2D7.


Opacity

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

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

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

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

This text has shadow with #D7F2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F2D7 on black background.


Color preview on white background

This text has color #D7F2D7 on white background.



Black color preview on #D7F2D7 background

This text has black color on #D7F2D7 background.


White color preview on #D7F2D7 background

This text has white color on #D7F2D7 background.