COLOR #D7F6AF

HEX: #D7F6AF
RGB: (215,246,175)

Color info

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

RGB color model

#D7F6AF color RGB value is (215,246,175).

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

RGB channels and saturation

R 215 of 255 = 84%
G 246 of 255 = 96%
B 175 of 255 = 69%

215
246
175

R + G + B ~ 83%. #D7F6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 246 + 175 = 636 (100%)
R 215 of 636 ~ 33.81%
G 246 of 636 ~ 38.68%
B 175 of 636 ~ 27.52%

%33.81
%38.68
%27.52

CMYK color model

#D7F6AF color CMYK value is (13,0,29,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 3.53%
CMYK:
(13,0,29,4)
C13M0Y29K4 
(13%,0%,29%,4%)
(0.13/0.00/0.29/0.04)	

CMYK percentages

%12.6
%0
%28.86
%3.53

Codes

Color #D7F6AF in popluar color models

D7F6AF
RGB215246175
HSL86°79.78%82.55%
HSB/HSV86°28.86%96.47%
CMYK12.60%0.00%28.86%
3.53%

Color #D7F6AF in popluar number systems.

HEXD7F6AF
Decimal215246175
Binary110101111111011010101111
Octal327366257

Shades and tints

Shades of #D7F6AF

#D7F6AF
(215,246,175)
#C4E0A0
(196,224,160)
#B1CA91
(177,202,145)
#9EB482
(158,180,130)
#8B9E73
(139,158,115)
#788864
(120,136,100)
#657255
(101,114,85)
#525C46
(82,92,70)
#3F4637
(63,70,55)
#2C3028
(44,48,40)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #D7F6AF

#D7F6AF
(215,246,175)
#DAF6B6
(218,246,182)
#DDF6BD
(221,246,189)
#E0F6C4
(224,246,196)
#E3F6CB
(227,246,203)
#E6F6D2
(230,246,210)
#E9F6D9
(233,246,217)
#ECF6E0
(236,246,224)
#EFF6E7
(239,246,231)
#F2F6EE
(242,246,238)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6AF; }

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

This text font color is #D7F6AF.


Background Color

.myBgColor { background-color: #D7F6AF; }

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

This div background color is #D7F6AF.


Border color

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

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

This div border color is #D7F6AF.


Opacity

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

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

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

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

This text has shadow with #D7F6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F6AF on black background.


Color preview on white background

This text has color #D7F6AF on white background.



Black color preview on #D7F6AF background

This text has black color on #D7F6AF background.


White color preview on #D7F6AF background

This text has white color on #D7F6AF background.