COLOR #D7FC97

HEX: #D7FC97
RGB: (215,252,151)

Color info

#D7FC97 contains mainly red and green colors. Web safe color of #D7FC97 is #CCFF99 (or #CF9).

RGB color model

#D7FC97 color RGB value is (215,252,151).

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

RGB channels and saturation

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

215
252
151

R + G + B ~ 81%. #D7FC97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 252 + 151 = 618 (100%)
R 215 of 618 ~ 34.79%
G 252 of 618 ~ 40.78%
B 151 of 618 ~ 24.43%

%34.79
%40.78
%24.43

CMYK color model

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

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

CMYK percentages

%14.68
%0
%40.08
%1.18

Codes

Color #D7FC97 in popluar color models

D7FC97
RGB215252151
HSL82°94.39%79.02%
HSB/HSV82°40.08%98.82%
CMYK14.68%0.00%40.08%
1.18%

Color #D7FC97 in popluar number systems.

HEXD7FC97
Decimal215252151
Binary110101111111110010010111
Octal327374227

Shades and tints

Shades of #D7FC97

#D7FC97
(215,252,151)
#C4E68A
(196,230,138)
#B1D07D
(177,208,125)
#9EBA70
(158,186,112)
#8BA463
(139,164,99)
#788E56
(120,142,86)
#657849
(101,120,73)
#52623C
(82,98,60)
#3F4C2F
(63,76,47)
#2C3622
(44,54,34)
#192015
(25,32,21)
#000000
(0,0,0)

Tints of #D7FC97

#D7FC97
(215,252,151)
#DAFCA0
(218,252,160)
#DDFCA9
(221,252,169)
#E0FCB2
(224,252,178)
#E3FCBB
(227,252,187)
#E6FCC4
(230,252,196)
#E9FCCD
(233,252,205)
#ECFCD6
(236,252,214)
#EFFCDF
(239,252,223)
#F2FCE8
(242,252,232)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FC97; }

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

This text font color is #D7FC97.


Background Color

.myBgColor { background-color: #D7FC97; }

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

This div background color is #D7FC97.


Border color

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

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

This div border color is #D7FC97.


Opacity

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

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

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

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

This text has shadow with #D7FC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FC97 on black background.


Color preview on white background

This text has color #D7FC97 on white background.



Black color preview on #D7FC97 background

This text has black color on #D7FC97 background.


White color preview on #D7FC97 background

This text has white color on #D7FC97 background.