COLOR #D1E7BD

HEX: #D1E7BD RGB: (209,231,189)

Color info

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

RGB color model

#D1E7BD color RGB value is (209,231,189).

RGB: (209,231,189) (82%, 91%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 231 of 255 = 91%
B 189 of 255 = 74%

209
231
189

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

Portions of RGB colors in percentages

R + G + B = 209 + 231 + 189 = 629 (100%)
R 209 of 629 ~ 33.23%
G 231 of 629 ~ 36.72%
B 189 of 629 ~ 30.05'%

%33.23
%36.72
%30.05

CMYK color model

#D1E7BD color CMYK value is (10,0,18,9).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK: (10,0,18,9) C10M0Y18K9 (10%,0%,18%,9%) (0.10/0.00/0.18/0.09) 

CMYK percentages

%9.52
%0
%18.18
%9.41

Codes

Color #D1E7BD in popluar color models

D1 E7 BD
RGB 209 231 189
HSL 91° 46.67% 82.35%
HSB/HSV 91° 18.18% 90.59%
CMYK 9.52% 0.00% 18.18%
9.41%

Color #D1E7BD in popluar number systems.

HEX D1 E7 BD
Decimal 209 231 189
Binary 11010001 11100111 10111101
Octal 321 347 275

Shades and tints

Shades of #D1E7BD

#D1E7BD
(209,231,189)
#BED2AC
(190,210,172)
#ABBD9B
(171,189,155)
#98A88A
(152,168,138)
#859379
(133,147,121)
#727E68
(114,126,104)
#5F6957
(95,105,87)
#4C5446
(76,84,70)
#393F35
(57,63,53)
#262A24
(38,42,36)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #D1E7BD

#D1E7BD
(209,231,189)
#D5E9C3
(213,233,195)
#D9EBC9
(217,235,201)
#DDEDCF
(221,237,207)
#E1EFD5
(225,239,213)
#E5F1DB
(229,241,219)
#E9F3E1
(233,243,225)
#EDF5E7
(237,245,231)
#F1F7ED
(241,247,237)
#F5F9F3
(245,249,243)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E7BD color. Also use rgb(209,231,189) instead hex code.

Text Font Color

.myTextColor { color: #D1E7BD; }

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

This text font color is #D1E7BD.

Background Color

.myBgColor { background-color: #D1E7BD; }

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

This div background color is #D1E7BD.

Border color

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

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

This div border color is #D1E7BD.

Opacity

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

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

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

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

This text has shadow with #D1E7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E7BD.

Preview

Color preview on black background

This text has color #D1E7BD on black background.


Color preview on white background

This text has color #D1E7BD on white background.


Black color preview on #D1E7BD background

This text has black color on #D1E7BD background.


White color preview on #D1E7BD background

This text has white color on #D1E7BD background.


Related colors

Complementary color

Complementary color for #hex is #2E1842.


I love getcolorcode.com

Triadic colors

1 #BDD1E7 and #E7BDD1 with #D1E7BD are triadic colors.

2 #BDE7D1 and #E7D1BD with #D1E7BD are triadic colors.