COLOR #D7F5B1

HEX: #D7F5B1
RGB: (215,245,177)

Color info

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

RGB color model

#D7F5B1 color RGB value is (215,245,177).

  • red value is 215;
  • green value is 245;
  • blue value is 177.
RGB:
(215,245,177)
(84%,96%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 245 of 255 = 96%
B 177 of 255 = 69%

215
245
177

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

Portions of RGB colors in percentages

R + G + B =
215 + 245 + 177 = 637 (100%)
R 215 of 637 ~ 33.75%
G 245 of 637 ~ 38.46%
B 177 of 637 ~ 27.79%

%33.75
%38.46
%27.79

CMYK color model

#D7F5B1 color CMYK value is (12,0,28,4).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 27.76%
  • key color value is 3.92%
CMYK:
(12,0,28,4)
C12M0Y28K4 
(12%,0%,28%,4%)
(0.12/0.00/0.28/0.04)	

CMYK percentages

%12.24
%0
%27.76
%3.92

Codes

Color #D7F5B1 in popluar color models

D7F5B1
RGB215245177
HSL86°77.27%82.75%
HSB/HSV86°27.76%96.08%
CMYK12.24%0.00%27.76%
3.92%

Color #D7F5B1 in popluar number systems.

HEXD7F5B1
Decimal215245177
Binary110101111111010110110001
Octal327365261

Shades and tints

Shades of #D7F5B1

#D7F5B1
(215,245,177)
#C4DFA1
(196,223,161)
#B1C991
(177,201,145)
#9EB381
(158,179,129)
#8B9D71
(139,157,113)
#788761
(120,135,97)
#657151
(101,113,81)
#525B41
(82,91,65)
#3F4531
(63,69,49)
#2C2F21
(44,47,33)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #D7F5B1

#D7F5B1
(215,245,177)
#DAF5B8
(218,245,184)
#DDF5BF
(221,245,191)
#E0F5C6
(224,245,198)
#E3F5CD
(227,245,205)
#E6F5D4
(230,245,212)
#E9F5DB
(233,245,219)
#ECF5E2
(236,245,226)
#EFF5E9
(239,245,233)
#F2F5F0
(242,245,240)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F5B1 color. Also use rgb(215,245,177) instead hex code.

Text Font Color

.myTextColor { color: #D7F5B1; }

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

This text font color is #D7F5B1.


Background Color

.myBgColor { background-color: #D7F5B1; }

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

This div background color is #D7F5B1.


Border color

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

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

This div border color is #D7F5B1.


Opacity

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

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

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

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

This text has shadow with #D7F5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F5B1 on black background.


Color preview on white background

This text has color #D7F5B1 on white background.



Black color preview on #D7F5B1 background

This text has black color on #D7F5B1 background.


White color preview on #D7F5B1 background

This text has white color on #D7F5B1 background.