COLOR #D7E2BD

HEX: #D7E2BD RGB: (215,226,189)

Color info

#D7E2BD contains red, green and blue colors in about the same proportion. Web safe color of #D7E2BD is #CCCCCC (or #CCC).

RGB color model

#D7E2BD color RGB value is (215,226,189).

RGB: (215,226,189) (84%, 89%, 74%)

RGB channels and saturation

R 215 of 255 = 84%
G 226 of 255 = 89%
B 189 of 255 = 74%

215
226
189

R + G + B ~ 82%. #D7E2BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 226 + 189 = 630 (100%)
R 215 of 630 ~ 34.13%
G 226 of 630 ~ 35.87%
B 189 of 630 ~ 30'%

%34.13
%35.87
%30

CMYK color model

#D7E2BD color CMYK value is (5,0,16,11).

  • cyan value is 4.87%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%

CMYK: (5,0,16,11)
C5M0Y16K11 (5%, 0%, 16%, 11%)
(0.05 / 0.00 / 0.16 / 0.11)

CMYK percentages

%4.87
%0
%16.37
%11.37

Codes

Color #D7E2BD in popluar color models

D7 E2 BD
RGB 215 226 189
HSL 78° 38.95% 81.37%
HSB/HSV 78° 16.37% 88.63%
CMYK 4.87% 0.00% 16.37%
11.37%

Color #D7E2BD in popluar number systems.

HEX D7 E2 BD
Decimal 215 226 189
Binary 11010111 11100010 10111101
Octal 327 342 275

Shades and tints

Shades of #D7E2BD

#D7E2BD
(215,226,189)
#C4CEAC
(196,206,172)
#B1BA9B
(177,186,155)
#9EA68A
(158,166,138)
#8B9279
(139,146,121)
#787E68
(120,126,104)
#656A57
(101,106,87)
#525646
(82,86,70)
#3F4235
(63,66,53)
#2C2E24
(44,46,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #D7E2BD

#D7E2BD
(215,226,189)
#DAE4C3
(218,228,195)
#DDE6C9
(221,230,201)
#E0E8CF
(224,232,207)
#E3EAD5
(227,234,213)
#E6ECDB
(230,236,219)
#E9EEE1
(233,238,225)
#ECF0E7
(236,240,231)
#EFF2ED
(239,242,237)
#F2F4F3
(242,244,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E2BD; }

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

This text font color is #D7E2BD.

Background Color

.myBgColor { background-color: #D7E2BD; }

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

This div background color is #D7E2BD.

Border color

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

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

This div border color is #D7E2BD.

Opacity

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

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

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

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

This text has shadow with #D7E2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E2BD.

Preview

Color preview on black background

This text has color #D7E2BD on black background.


Color preview on white background

This text has color #D7E2BD on white background.


Black color preview on #D7E2BD background

This text has black color on #D7E2BD background.


White color preview on #D7E2BD background

This text has white color on #D7E2BD background.


Related colors

Complementary color

Complementary color for #hex is #281D42.


I love getcolorcode.com

Triadic colors

1 #BDD7E2 and #E2BDD7 with #D7E2BD are triadic colors.

2 #BDE2D7 and #E2D7BD with #D7E2BD are triadic colors.