COLOR #D7FA92

HEX: #D7FA92
RGB: (215,250,146)

Color info

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

RGB color model

#D7FA92 color RGB value is (215,250,146).

  • red value is 215;
  • green value is 250;
  • blue value is 146.
RGB:
(215,250,146)
(84%,98%,57%)

RGB channels and saturation

R 215 of 255 = 84%
G 250 of 255 = 98%
B 146 of 255 = 57%

215
250
146

R + G + B ~ 80%. #D7FA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 250 + 146 = 611 (100%)
R 215 of 611 ~ 35.19%
G 250 of 611 ~ 40.92%
B 146 of 611 ~ 23.9%

%35.19
%40.92
%23.9

CMYK color model

#D7FA92 color CMYK value is (14,0,42,2).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 41.60%
  • key color value is 1.96%
CMYK:
(14,0,42,2)
C14M0Y42K2 
(14%,0%,42%,2%)
(0.14/0.00/0.42/0.02)	

CMYK percentages

%14
%0
%41.6
%1.96

Codes

Color #D7FA92 in popluar color models

D7FA92
RGB215250146
HSL80°91.23%77.65%
HSB/HSV80°41.60%98.04%
CMYK14.00%0.00%41.60%
1.96%

Color #D7FA92 in popluar number systems.

HEXD7FA92
Decimal215250146
Binary110101111111101010010010
Octal327372222

Shades and tints

Shades of #D7FA92

#D7FA92
(215,250,146)
#C4E485
(196,228,133)
#B1CE78
(177,206,120)
#9EB86B
(158,184,107)
#8BA25E
(139,162,94)
#788C51
(120,140,81)
#657644
(101,118,68)
#526037
(82,96,55)
#3F4A2A
(63,74,42)
#2C341D
(44,52,29)
#191E10
(25,30,16)
#000000
(0,0,0)

Tints of #D7FA92

#D7FA92
(215,250,146)
#DAFA9B
(218,250,155)
#DDFAA4
(221,250,164)
#E0FAAD
(224,250,173)
#E3FAB6
(227,250,182)
#E6FABF
(230,250,191)
#E9FAC8
(233,250,200)
#ECFAD1
(236,250,209)
#EFFADA
(239,250,218)
#F2FAE3
(242,250,227)
#F5FAEC
(245,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FA92; }

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

This text font color is #D7FA92.


Background Color

.myBgColor { background-color: #D7FA92; }

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

This div background color is #D7FA92.


Border color

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

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

This div border color is #D7FA92.


Opacity

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

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

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

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

This text has shadow with #D7FA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FA92 on black background.


Color preview on white background

This text has color #D7FA92 on white background.



Black color preview on #D7FA92 background

This text has black color on #D7FA92 background.


White color preview on #D7FA92 background

This text has white color on #D7FA92 background.