COLOR #D7F0A5

HEX: #D7F0A5
RGB: (215,240,165)

Color info

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

RGB color model

#D7F0A5 color RGB value is (215,240,165).

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

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 165 of 255 = 65%

215
240
165

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

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 165 = 620 (100%)
R 215 of 620 ~ 34.68%
G 240 of 620 ~ 38.71%
B 165 of 620 ~ 26.61%

%34.68
%38.71
%26.61

CMYK color model

#D7F0A5 color CMYK value is (10,0,31,6).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 5.88%
CMYK:
(10,0,31,6)
C10M0Y31K6 
(10%,0%,31%,6%)
(0.10/0.00/0.31/0.06)	

CMYK percentages

%10.42
%0
%31.25
%5.88

Codes

Color #D7F0A5 in popluar color models

D7F0A5
RGB215240165
HSL80°71.43%79.41%
HSB/HSV80°31.25%94.12%
CMYK10.42%0.00%31.25%
5.88%

Color #D7F0A5 in popluar number systems.

HEXD7F0A5
Decimal215240165
Binary110101111111000010100101
Octal327360245

Shades and tints

Shades of #D7F0A5

#D7F0A5
(215,240,165)
#C4DB96
(196,219,150)
#B1C687
(177,198,135)
#9EB178
(158,177,120)
#8B9C69
(139,156,105)
#78875A
(120,135,90)
#65724B
(101,114,75)
#525D3C
(82,93,60)
#3F482D
(63,72,45)
#2C331E
(44,51,30)
#191E0F
(25,30,15)
#000000
(0,0,0)

Tints of #D7F0A5

#D7F0A5
(215,240,165)
#DAF1AD
(218,241,173)
#DDF2B5
(221,242,181)
#E0F3BD
(224,243,189)
#E3F4C5
(227,244,197)
#E6F5CD
(230,245,205)
#E9F6D5
(233,246,213)
#ECF7DD
(236,247,221)
#EFF8E5
(239,248,229)
#F2F9ED
(242,249,237)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F0A5; }

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

This text font color is #D7F0A5.


Background Color

.myBgColor { background-color: #D7F0A5; }

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

This div background color is #D7F0A5.


Border color

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

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

This div border color is #D7F0A5.


Opacity

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

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

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

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

This text has shadow with #D7F0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0A5 on black background.


Color preview on white background

This text has color #D7F0A5 on white background.



Black color preview on #D7F0A5 background

This text has black color on #D7F0A5 background.


White color preview on #D7F0A5 background

This text has white color on #D7F0A5 background.