COLOR #D7FCD7

HEX: #D7FCD7
RGB: (215,252,215)

Color info

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

RGB color model

#D7FCD7 color RGB value is (215,252,215).

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

RGB channels and saturation

R 215 of 255 = 84%
G 252 of 255 = 99%
B 215 of 255 = 84%

215
252
215

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

Portions of RGB colors in percentages

R + G + B =
215 + 252 + 215 = 682 (100%)
R 215 of 682 ~ 31.52%
G 252 of 682 ~ 36.95%
B 215 of 682 ~ 31.52%

%31.52
%36.95
%31.52

CMYK color model

#D7FCD7 color CMYK value is (15,0,15,1).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(15,0,15,1)
C15M0Y15K1 
(15%,0%,15%,1%)
(0.15/0.00/0.15/0.01)	

CMYK percentages

%14.68
%0
%14.68
%1.18

Codes

Color #D7FCD7 in popluar color models

D7FCD7
RGB215252215
HSL120°86.05%91.57%
HSB/HSV120°14.68%98.82%
CMYK14.68%0.00%14.68%
1.18%

Color #D7FCD7 in popluar number systems.

HEXD7FCD7
Decimal215252215
Binary110101111111110011010111
Octal327374327

Shades and tints

Shades of #D7FCD7

#D7FCD7
(215,252,215)
#C4E6C4
(196,230,196)
#B1D0B1
(177,208,177)
#9EBA9E
(158,186,158)
#8BA48B
(139,164,139)
#788E78
(120,142,120)
#657865
(101,120,101)
#526252
(82,98,82)
#3F4C3F
(63,76,63)
#2C362C
(44,54,44)
#192019
(25,32,25)
#000000
(0,0,0)

Tints of #D7FCD7

#D7FCD7
(215,252,215)
#DAFCDA
(218,252,218)
#DDFCDD
(221,252,221)
#E0FCE0
(224,252,224)
#E3FCE3
(227,252,227)
#E6FCE6
(230,252,230)
#E9FCE9
(233,252,233)
#ECFCEC
(236,252,236)
#EFFCEF
(239,252,239)
#F2FCF2
(242,252,242)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FCD7; }

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

This text font color is #D7FCD7.


Background Color

.myBgColor { background-color: #D7FCD7; }

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

This div background color is #D7FCD7.


Border color

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

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

This div border color is #D7FCD7.


Opacity

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

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

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

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

This text has shadow with #D7FCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FCD7 on black background.


Color preview on white background

This text has color #D7FCD7 on white background.



Black color preview on #D7FCD7 background

This text has black color on #D7FCD7 background.


White color preview on #D7FCD7 background

This text has white color on #D7FCD7 background.