COLOR #D7F8B9

HEX: #D7F8B9 RGB: (215,248,185)

Color info

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

RGB color model

#D7F8B9 color RGB value is (215,248,185).

RGB: (215,248,185) (84%, 97%, 73%)

RGB channels and saturation

R 215 of 255 = 84%
G 248 of 255 = 97%
B 185 of 255 = 73%

215
248
185

R + G + B ~ 85%. #D7F8B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 248 + 185 = 648 (100%)
R 215 of 648 ~ 33.18%
G 248 of 648 ~ 38.27%
B 185 of 648 ~ 28.55'%

%33.18
%38.27
%28.55

CMYK color model

#D7F8B9 color CMYK value is (13,0,25,3).

  • cyan value is 13.31%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 2.75%

CMYK: (13,0,25,3)
C13M0Y25K3 (13%, 0%, 25%, 3%)
(0.13 / 0.00 / 0.25 / 0.03)

CMYK percentages

%13.31
%0
%25.4
%2.75

Codes

Color #D7F8B9 in popluar color models

D7 F8 B9
RGB 215 248 185
HSL 91° 81.82% 84.90%
HSB/HSV 91° 25.40% 97.25%
CMYK 13.31% 0.00% 25.40%
2.75%

Color #D7F8B9 in popluar number systems.

HEX D7 F8 B9
Decimal 215 248 185
Binary 11010111 11111000 10111001
Octal 327 370 271

Shades and tints

Shades of #D7F8B9

#D7F8B9
(215,248,185)
#C4E2A9
(196,226,169)
#B1CC99
(177,204,153)
#9EB689
(158,182,137)
#8BA079
(139,160,121)
#788A69
(120,138,105)
#657459
(101,116,89)
#525E49
(82,94,73)
#3F4839
(63,72,57)
#2C3229
(44,50,41)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #D7F8B9

#D7F8B9
(215,248,185)
#DAF8BF
(218,248,191)
#DDF8C5
(221,248,197)
#E0F8CB
(224,248,203)
#E3F8D1
(227,248,209)
#E6F8D7
(230,248,215)
#E9F8DD
(233,248,221)
#ECF8E3
(236,248,227)
#EFF8E9
(239,248,233)
#F2F8EF
(242,248,239)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F8B9 color. Also use rgb(215,248,185) instead hex code.

Text Font Color

.myTextColor { color: #D7F8B9; }

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

This text font color is #D7F8B9.

Background Color

.myBgColor { background-color: #D7F8B9; }

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

This div background color is #D7F8B9.

Border color

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

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

This div border color is #D7F8B9.

Opacity

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

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

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

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

This text has shadow with #D7F8B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F8B9.

Preview

Color preview on black background

This text has color #D7F8B9 on black background.


Color preview on white background

This text has color #D7F8B9 on white background.


Black color preview on #D7F8B9 background

This text has black color on #D7F8B9 background.


White color preview on #D7F8B9 background

This text has white color on #D7F8B9 background.


Related colors

Complementary color

Complementary color for #hex is #280746.


I love getcolorcode.com

Triadic colors

1 #B9D7F8 and #F8B9D7 with #D7F8B9 are triadic colors.

2 #B9F8D7 and #F8D7B9 with #D7F8B9 are triadic colors.