COLOR #D7F7B6

HEX: #D7F7B6
RGB: (215,247,182)

Color info

#D7F7B6 contains mainly red and green colors. Web safe color of #D7F7B6 is #CCFFCC (or #CFC).

RGB color model

#D7F7B6 color RGB value is (215,247,182).

  • red value is 215;
  • green value is 247;
  • blue value is 182.
RGB:
(215,247,182)
(84%,97%,71%)

RGB channels and saturation

R 215 of 255 = 84%
G 247 of 255 = 97%
B 182 of 255 = 71%

215
247
182

R + G + B ~ 84%. #D7F7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 247 + 182 = 644 (100%)
R 215 of 644 ~ 33.39%
G 247 of 644 ~ 38.35%
B 182 of 644 ~ 28.26%

%33.39
%38.35
%28.26

CMYK color model

#D7F7B6 color CMYK value is (13,0,26,3).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 3.14%
CMYK:
(13,0,26,3)
C13M0Y26K3 
(13%,0%,26%,3%)
(0.13/0.00/0.26/0.03)	

CMYK percentages

%12.96
%0
%26.32
%3.14

Codes

Color #D7F7B6 in popluar color models

D7F7B6
RGB215247182
HSL90°80.25%84.12%
HSB/HSV90°26.32%96.86%
CMYK12.96%0.00%26.32%
3.14%

Color #D7F7B6 in popluar number systems.

HEXD7F7B6
Decimal215247182
Binary110101111111011110110110
Octal327367266

Shades and tints

Shades of #D7F7B6

#D7F7B6
(215,247,182)
#C4E1A6
(196,225,166)
#B1CB96
(177,203,150)
#9EB586
(158,181,134)
#8B9F76
(139,159,118)
#788966
(120,137,102)
#657356
(101,115,86)
#525D46
(82,93,70)
#3F4736
(63,71,54)
#2C3126
(44,49,38)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #D7F7B6

#D7F7B6
(215,247,182)
#DAF7BC
(218,247,188)
#DDF7C2
(221,247,194)
#E0F7C8
(224,247,200)
#E3F7CE
(227,247,206)
#E6F7D4
(230,247,212)
#E9F7DA
(233,247,218)
#ECF7E0
(236,247,224)
#EFF7E6
(239,247,230)
#F2F7EC
(242,247,236)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F7B6 color. Also use rgb(215,247,182) instead hex code.

Text Font Color

.myTextColor { color: #D7F7B6; }

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

This text font color is #D7F7B6.


Background Color

.myBgColor { background-color: #D7F7B6; }

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

This div background color is #D7F7B6.


Border color

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

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

This div border color is #D7F7B6.


Opacity

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

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

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

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

This text has shadow with #D7F7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F7B6 on black background.


Color preview on white background

This text has color #D7F7B6 on white background.



Black color preview on #D7F7B6 background

This text has black color on #D7F7B6 background.


White color preview on #D7F7B6 background

This text has white color on #D7F7B6 background.