COLOR #D7F2BD

HEX: #D7F2BD
RGB: (215,242,189)

Color info

#D7F2BD contains red, green and blue colors in about the same proportion. Web safe color of #D7F2BD is #CCFFCC (or #CFC).

RGB color model

#D7F2BD color RGB value is (215,242,189).

  • red value is 215;
  • green value is 242;
  • blue value is 189.
RGB:
(215,242,189)
(84%,95%,74%)

RGB channels and saturation

R 215 of 255 = 84%
G 242 of 255 = 95%
B 189 of 255 = 74%

215
242
189

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

Portions of RGB colors in percentages

R + G + B =
215 + 242 + 189 = 646 (100%)
R 215 of 646 ~ 33.28%
G 242 of 646 ~ 37.46%
B 189 of 646 ~ 29.26%

%33.28
%37.46
%29.26

CMYK color model

#D7F2BD color CMYK value is (11,0,22,5).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(11,0,22,5)
C11M0Y22K5 
(11%,0%,22%,5%)
(0.11/0.00/0.22/0.05)	

CMYK percentages

%11.16
%0
%21.9
%5.1

Codes

Color #D7F2BD in popluar color models

D7F2BD
RGB215242189
HSL91°67.09%84.51%
HSB/HSV91°21.90%94.90%
CMYK11.16%0.00%21.90%
5.10%

Color #D7F2BD in popluar number systems.

HEXD7F2BD
Decimal215242189
Binary110101111111001010111101
Octal327362275

Shades and tints

Shades of #D7F2BD

#D7F2BD
(215,242,189)
#C4DCAC
(196,220,172)
#B1C69B
(177,198,155)
#9EB08A
(158,176,138)
#8B9A79
(139,154,121)
#788468
(120,132,104)
#656E57
(101,110,87)
#525846
(82,88,70)
#3F4235
(63,66,53)
#2C2C24
(44,44,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #D7F2BD

#D7F2BD
(215,242,189)
#DAF3C3
(218,243,195)
#DDF4C9
(221,244,201)
#E0F5CF
(224,245,207)
#E3F6D5
(227,246,213)
#E6F7DB
(230,247,219)
#E9F8E1
(233,248,225)
#ECF9E7
(236,249,231)
#EFFAED
(239,250,237)
#F2FBF3
(242,251,243)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F2BD color. Also use rgb(215,242,189) instead hex code.

Text Font Color

.myTextColor { color: #D7F2BD; }

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

This text font color is #D7F2BD.


Background Color

.myBgColor { background-color: #D7F2BD; }

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

This div background color is #D7F2BD.


Border color

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

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

This div border color is #D7F2BD.


Opacity

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

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

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

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

This text has shadow with #D7F2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F2BD on black background.


Color preview on white background

This text has color #D7F2BD on white background.



Black color preview on #D7F2BD background

This text has black color on #D7F2BD background.


White color preview on #D7F2BD background

This text has white color on #D7F2BD background.