COLOR #D7F0A1

HEX: #D7F0A1
RGB: (215,240,161)

Color info

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

RGB color model

#D7F0A1 color RGB value is (215,240,161).

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

RGB channels and saturation

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

215
240
161

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

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 161 = 616 (100%)
R 215 of 616 ~ 34.9%
G 240 of 616 ~ 38.96%
B 161 of 616 ~ 26.14%

%34.9
%38.96
%26.14

CMYK color model

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

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 32.92%
  • 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
%32.92
%5.88

Codes

Color #D7F0A1 in popluar color models

D7F0A1
RGB215240161
HSL79°72.48%78.63%
HSB/HSV79°32.92%94.12%
CMYK10.42%0.00%32.92%
5.88%

Color #D7F0A1 in popluar number systems.

HEXD7F0A1
Decimal215240161
Binary110101111111000010100001
Octal327360241

Shades and tints

Shades of #D7F0A1

#D7F0A1
(215,240,161)
#C4DB93
(196,219,147)
#B1C685
(177,198,133)
#9EB177
(158,177,119)
#8B9C69
(139,156,105)
#78875B
(120,135,91)
#65724D
(101,114,77)
#525D3F
(82,93,63)
#3F4831
(63,72,49)
#2C3323
(44,51,35)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #D7F0A1

#D7F0A1
(215,240,161)
#DAF1A9
(218,241,169)
#DDF2B1
(221,242,177)
#E0F3B9
(224,243,185)
#E3F4C1
(227,244,193)
#E6F5C9
(230,245,201)
#E9F6D1
(233,246,209)
#ECF7D9
(236,247,217)
#EFF8E1
(239,248,225)
#F2F9E9
(242,249,233)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F0A1; }

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

This text font color is #D7F0A1.


Background Color

.myBgColor { background-color: #D7F0A1; }

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

This div background color is #D7F0A1.


Border color

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

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

This div border color is #D7F0A1.


Opacity

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

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

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

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

This text has shadow with #D7F0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0A1 on black background.


Color preview on white background

This text has color #D7F0A1 on white background.



Black color preview on #D7F0A1 background

This text has black color on #D7F0A1 background.


White color preview on #D7F0A1 background

This text has white color on #D7F0A1 background.