COLOR #D7F6B8

HEX: #D7F6B8 RGB: (215,246,184)

Color info

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

RGB color model

#D7F6B8 color RGB value is (215,246,184).

RGB: (215,246,184) (84%, 96%, 72%)

RGB channels and saturation

R 215 of 255 = 84%
G 246 of 255 = 96%
B 184 of 255 = 72%

215
246
184

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

Portions of RGB colors in percentages

R + G + B = 215 + 246 + 184 = 645 (100%)
R 215 of 645 ~ 33.33%
G 246 of 645 ~ 38.14%
B 184 of 645 ~ 28.53'%

%33.33
%38.14
%28.53

CMYK color model

#D7F6B8 color CMYK value is (13,0,25,4).

  • cyan value is 12.60%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK: (13,0,25,4) C13M0Y25K4 (13%,0%,25%,4%) (0.13/0.00/0.25/0.04) 

CMYK percentages

%12.6
%0
%25.2
%3.53

Codes

Color #D7F6B8 in popluar color models

D7 F6 B8
RGB 215 246 184
HSL 90° 77.50% 84.31%
HSB/HSV 90° 25.20% 96.47%
CMYK 12.60% 0.00% 25.20%
3.53%

Color #D7F6B8 in popluar number systems.

HEX D7 F6 B8
Decimal 215 246 184
Binary 11010111 11110110 10111000
Octal 327 366 270

Shades and tints

Shades of #D7F6B8

#D7F6B8
(215,246,184)
#C4E0A8
(196,224,168)
#B1CA98
(177,202,152)
#9EB488
(158,180,136)
#8B9E78
(139,158,120)
#788868
(120,136,104)
#657258
(101,114,88)
#525C48
(82,92,72)
#3F4638
(63,70,56)
#2C3028
(44,48,40)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #D7F6B8

#D7F6B8
(215,246,184)
#DAF6BE
(218,246,190)
#DDF6C4
(221,246,196)
#E0F6CA
(224,246,202)
#E3F6D0
(227,246,208)
#E6F6D6
(230,246,214)
#E9F6DC
(233,246,220)
#ECF6E2
(236,246,226)
#EFF6E8
(239,246,232)
#F2F6EE
(242,246,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F6B8; }

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

This text font color is #D7F6B8.

Background Color

.myBgColor { background-color: #D7F6B8; }

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

This div background color is #D7F6B8.

Border color

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

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

This div border color is #D7F6B8.

Opacity

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

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

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

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

This text has shadow with #D7F6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F6B8.

Preview

Color preview on black background

This text has color #D7F6B8 on black background.


Color preview on white background

This text has color #D7F6B8 on white background.


Black color preview on #D7F6B8 background

This text has black color on #D7F6B8 background.


White color preview on #D7F6B8 background

This text has white color on #D7F6B8 background.


Related colors

Complementary color

Complementary color for #hex is #280947.


I love getcolorcode.com

Triadic colors

1 #B8D7F6 and #F6B8D7 with #D7F6B8 are triadic colors.

2 #B8F6D7 and #F6D7B8 with #D7F6B8 are triadic colors.