COLOR #D7F6A7

HEX: #D7F6A7
RGB: (215,246,167)

Color info

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

RGB color model

#D7F6A7 color RGB value is (215,246,167).

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

RGB channels and saturation

R 215 of 255 = 84%
G 246 of 255 = 96%
B 167 of 255 = 65%

215
246
167

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

Portions of RGB colors in percentages

R + G + B =
215 + 246 + 167 = 628 (100%)
R 215 of 628 ~ 34.24%
G 246 of 628 ~ 39.17%
B 167 of 628 ~ 26.59%

%34.24
%39.17
%26.59

CMYK color model

#D7F6A7 color CMYK value is (13,0,32,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 3.53%
CMYK: (13,0,32,4) C13M0Y32K4 (13%,0%,32%,4%) (0.13/0.00/0.32/0.04)

CMYK percentages

%12.6
%0
%32.11
%3.53

Codes

Color #D7F6A7 in popluar color models

D7F6A7
RGB215246167
HSL84°81.44%80.98%
HSB/HSV84°32.11%96.47%
CMYK12.60%0.00%32.11%
3.53%

Color #D7F6A7 in popluar number systems.

HEXD7F6A7
Decimal215246167
Binary110101111111011010100111
Octal327366247

Shades and tints

Shades of #D7F6A7

#D7F6A7
(215,246,167)
#C4E098
(196,224,152)
#B1CA89
(177,202,137)
#9EB47A
(158,180,122)
#8B9E6B
(139,158,107)
#78885C
(120,136,92)
#65724D
(101,114,77)
#525C3E
(82,92,62)
#3F462F
(63,70,47)
#2C3020
(44,48,32)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #D7F6A7

#D7F6A7
(215,246,167)
#DAF6AF
(218,246,175)
#DDF6B7
(221,246,183)
#E0F6BF
(224,246,191)
#E3F6C7
(227,246,199)
#E6F6CF
(230,246,207)
#E9F6D7
(233,246,215)
#ECF6DF
(236,246,223)
#EFF6E7
(239,246,231)
#F2F6EF
(242,246,239)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6A7; }

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

This text font color is #D7F6A7.


Background Color

.myBgColor { background-color: #D7F6A7; }

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

This div background color is #D7F6A7.


Border color

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

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

This div border color is #D7F6A7.


Opacity

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

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

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

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

This text has shadow with #D7F6A7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7F6A7 on black background.


Color preview on white background

This text has color #D7F6A7 on white background.



Black color preview on #D7F6A7 background

This text has black color on #D7F6A7 background.


White color preview on #D7F6A7 background

This text has white color on #D7F6A7 background.