COLOR #D7F0A0

HEX: #D7F0A0
RGB: (215,240,160)

Color info

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

RGB color model

#D7F0A0 color RGB value is (215,240,160).

  • red value is 215;
  • green value is 240;
  • blue value is 160.
RGB:
(215,240,160)
(84%,94%,63%)

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 160 of 255 = 63%

215
240
160

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

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 160 = 615 (100%)
R 215 of 615 ~ 34.96%
G 240 of 615 ~ 39.02%
B 160 of 615 ~ 26.02%

%34.96
%39.02
%26.02

CMYK color model

#D7F0A0 color CMYK value is (10,0,33,6).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 5.88%
CMYK:
(10,0,33,6)
C10M0Y33K6 
(10%,0%,33%,6%)
(0.10/0.00/0.33/0.06)	

CMYK percentages

%10.42
%0
%33.33
%5.88

Codes

Color #D7F0A0 in popluar color models

D7F0A0
RGB215240160
HSL79°72.73%78.43%
HSB/HSV79°33.33%94.12%
CMYK10.42%0.00%33.33%
5.88%

Color #D7F0A0 in popluar number systems.

HEXD7F0A0
Decimal215240160
Binary110101111111000010100000
Octal327360240

Shades and tints

Shades of #D7F0A0

#D7F0A0
(215,240,160)
#C4DB92
(196,219,146)
#B1C684
(177,198,132)
#9EB176
(158,177,118)
#8B9C68
(139,156,104)
#78875A
(120,135,90)
#65724C
(101,114,76)
#525D3E
(82,93,62)
#3F4830
(63,72,48)
#2C3322
(44,51,34)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #D7F0A0

#D7F0A0
(215,240,160)
#DAF1A8
(218,241,168)
#DDF2B0
(221,242,176)
#E0F3B8
(224,243,184)
#E3F4C0
(227,244,192)
#E6F5C8
(230,245,200)
#E9F6D0
(233,246,208)
#ECF7D8
(236,247,216)
#EFF8E0
(239,248,224)
#F2F9E8
(242,249,232)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F0A0; }

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

This text font color is #D7F0A0.


Background Color

.myBgColor { background-color: #D7F0A0; }

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

This div background color is #D7F0A0.


Border color

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

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

This div border color is #D7F0A0.


Opacity

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

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

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

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

This text has shadow with #D7F0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0A0 on black background.


Color preview on white background

This text has color #D7F0A0 on white background.



Black color preview on #D7F0A0 background

This text has black color on #D7F0A0 background.


White color preview on #D7F0A0 background

This text has white color on #D7F0A0 background.