COLOR #D7EEBD

HEX: #D7EEBD
RGB: (215,238,189)

Color info

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

RGB color model

#D7EEBD color RGB value is (215,238,189).

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

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 189 of 255 = 74%

215
238
189

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

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 189 = 642 (100%)
R 215 of 642 ~ 33.49%
G 238 of 642 ~ 37.07%
B 189 of 642 ~ 29.44%

%33.49
%37.07
%29.44

CMYK color model

#D7EEBD color CMYK value is (10,0,21,7).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(10,0,21,7)
C10M0Y21K7 
(10%,0%,21%,7%)
(0.10/0.00/0.21/0.07)	

CMYK percentages

%9.66
%0
%20.59
%6.67

Codes

Color #D7EEBD in popluar color models

D7EEBD
RGB215238189
HSL88°59.04%83.73%
HSB/HSV88°20.59%93.33%
CMYK9.66%0.00%20.59%
6.67%

Color #D7EEBD in popluar number systems.

HEXD7EEBD
Decimal215238189
Binary110101111110111010111101
Octal327356275

Shades and tints

Shades of #D7EEBD

#D7EEBD
(215,238,189)
#C4D9AC
(196,217,172)
#B1C49B
(177,196,155)
#9EAF8A
(158,175,138)
#8B9A79
(139,154,121)
#788568
(120,133,104)
#657057
(101,112,87)
#525B46
(82,91,70)
#3F4635
(63,70,53)
#2C3124
(44,49,36)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #D7EEBD

#D7EEBD
(215,238,189)
#DAEFC3
(218,239,195)
#DDF0C9
(221,240,201)
#E0F1CF
(224,241,207)
#E3F2D5
(227,242,213)
#E6F3DB
(230,243,219)
#E9F4E1
(233,244,225)
#ECF5E7
(236,245,231)
#EFF6ED
(239,246,237)
#F2F7F3
(242,247,243)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EEBD; }

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

This text font color is #D7EEBD.


Background Color

.myBgColor { background-color: #D7EEBD; }

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

This div background color is #D7EEBD.


Border color

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

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

This div border color is #D7EEBD.


Opacity

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

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

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

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

This text has shadow with #D7EEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EEBD on black background.


Color preview on white background

This text has color #D7EEBD on white background.



Black color preview on #D7EEBD background

This text has black color on #D7EEBD background.


White color preview on #D7EEBD background

This text has white color on #D7EEBD background.