COLOR #D7F0AF

HEX: #D7F0AF
RGB: (215,240,175)

Color info

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

RGB color model

#D7F0AF color RGB value is (215,240,175).

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

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 175 of 255 = 69%

215
240
175

R + G + B ~ 82%. #D7F0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 175 = 630 (100%)
R 215 of 630 ~ 34.13%
G 240 of 630 ~ 38.1%
B 175 of 630 ~ 27.78%

%34.13
%38.1
%27.78

CMYK color model

#D7F0AF color CMYK value is (10,0,27,6).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(10,0,27,6)
C10M0Y27K6 
(10%,0%,27%,6%)
(0.10/0.00/0.27/0.06)	

CMYK percentages

%10.42
%0
%27.08
%5.88

Codes

Color #D7F0AF in popluar color models

D7F0AF
RGB215240175
HSL83°68.42%81.37%
HSB/HSV83°27.08%94.12%
CMYK10.42%0.00%27.08%
5.88%

Color #D7F0AF in popluar number systems.

HEXD7F0AF
Decimal215240175
Binary110101111111000010101111
Octal327360257

Shades and tints

Shades of #D7F0AF

#D7F0AF
(215,240,175)
#C4DBA0
(196,219,160)
#B1C691
(177,198,145)
#9EB182
(158,177,130)
#8B9C73
(139,156,115)
#788764
(120,135,100)
#657255
(101,114,85)
#525D46
(82,93,70)
#3F4837
(63,72,55)
#2C3328
(44,51,40)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #D7F0AF

#D7F0AF
(215,240,175)
#DAF1B6
(218,241,182)
#DDF2BD
(221,242,189)
#E0F3C4
(224,243,196)
#E3F4CB
(227,244,203)
#E6F5D2
(230,245,210)
#E9F6D9
(233,246,217)
#ECF7E0
(236,247,224)
#EFF8E7
(239,248,231)
#F2F9EE
(242,249,238)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F0AF; }

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

This text font color is #D7F0AF.


Background Color

.myBgColor { background-color: #D7F0AF; }

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

This div background color is #D7F0AF.


Border color

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

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

This div border color is #D7F0AF.


Opacity

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

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

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

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

This text has shadow with #D7F0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0AF on black background.


Color preview on white background

This text has color #D7F0AF on white background.



Black color preview on #D7F0AF background

This text has black color on #D7F0AF background.


White color preview on #D7F0AF background

This text has white color on #D7F0AF background.