COLOR #D7F6B0

HEX: #D7F6B0 RGB: (215,246,176)

Color info

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

RGB color model

#D7F6B0 color RGB value is (215,246,176).

RGB: (215,246,176) (84%, 96%, 69%)

RGB channels and saturation

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

215
246
176

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

Portions of RGB colors in percentages

R + G + B = 215 + 246 + 176 = 637 (100%)
R 215 of 637 ~ 33.75%
G 246 of 637 ~ 38.62%
B 176 of 637 ~ 27.63'%

%33.75
%38.62
%27.63

CMYK color model

#D7F6B0 color CMYK value is (13,0,28,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 3.53%

CMYK: (13,0,28,4)
C13M0Y28K4 (13%, 0%, 28%, 4%)
(0.13 / 0.00 / 0.28 / 0.04)

CMYK percentages

%12.6
%0
%28.46
%3.53

Codes

Color #D7F6B0 in popluar color models

D7 F6 B0
RGB 215 246 176
HSL 87° 79.55% 82.75%
HSB/HSV 87° 28.46% 96.47%
CMYK 12.60% 0.00% 28.46%
3.53%

Color #D7F6B0 in popluar number systems.

HEX D7 F6 B0
Decimal 215 246 176
Binary 11010111 11110110 10110000
Octal 327 366 260

Shades and tints

Shades of #D7F6B0

#D7F6B0
(215,246,176)
#C4E0A0
(196,224,160)
#B1CA90
(177,202,144)
#9EB480
(158,180,128)
#8B9E70
(139,158,112)
#788860
(120,136,96)
#657250
(101,114,80)
#525C40
(82,92,64)
#3F4630
(63,70,48)
#2C3020
(44,48,32)
#191A10
(25,26,16)
#000000
(0,0,0)

Tints of #D7F6B0

#D7F6B0
(215,246,176)
#DAF6B7
(218,246,183)
#DDF6BE
(221,246,190)
#E0F6C5
(224,246,197)
#E3F6CC
(227,246,204)
#E6F6D3
(230,246,211)
#E9F6DA
(233,246,218)
#ECF6E1
(236,246,225)
#EFF6E8
(239,246,232)
#F2F6EF
(242,246,239)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6B0; }

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

This text font color is #D7F6B0.

Background Color

.myBgColor { background-color: #D7F6B0; }

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

This div background color is #D7F6B0.

Border color

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

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

This div border color is #D7F6B0.

Opacity

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

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

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

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

This text has shadow with #D7F6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F6B0.

Preview

Color preview on black background

This text has color #D7F6B0 on black background.


Color preview on white background

This text has color #D7F6B0 on white background.


Black color preview on #D7F6B0 background

This text has black color on #D7F6B0 background.


White color preview on #D7F6B0 background

This text has white color on #D7F6B0 background.


Related colors

Complementary color

Complementary color for #hex is #28094F.


I love getcolorcode.com

Triadic colors

1 #B0D7F6 and #F6B0D7 with #D7F6B0 are triadic colors.

2 #B0F6D7 and #F6D7B0 with #D7F6B0 are triadic colors.