COLOR #D1E1BD

HEX: #D1E1BD RGB: (209,225,189)

Color info

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

RGB color model

#D1E1BD color RGB value is (209,225,189).

RGB: (209,225,189) (82%, 88%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 225 of 255 = 88%
B 189 of 255 = 74%

209
225
189

R + G + B ~ 81%. #D1E1BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 225 + 189 = 623 (100%)
R 209 of 623 ~ 33.55%
G 225 of 623 ~ 36.12%
B 189 of 623 ~ 30.34'%

%33.55
%36.12
%30.34

CMYK color model

#D1E1BD color CMYK value is (7,0,16,12).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK: (7,0,16,12) C7M0Y16K12 (7%,0%,16%,12%) (0.07/0.00/0.16/0.12) 

CMYK percentages

%7.11
%0
%16
%11.76

Codes

Color #D1E1BD in popluar color models

D1 E1 BD
RGB 209 225 189
HSL 87° 37.50% 81.18%
HSB/HSV 87° 16.00% 88.24%
CMYK 7.11% 0.00% 16.00%
11.76%

Color #D1E1BD in popluar number systems.

HEX D1 E1 BD
Decimal 209 225 189
Binary 11010001 11100001 10111101
Octal 321 341 275

Shades and tints

Shades of #D1E1BD

#D1E1BD
(209,225,189)
#BECDAC
(190,205,172)
#ABB99B
(171,185,155)
#98A58A
(152,165,138)
#859179
(133,145,121)
#727D68
(114,125,104)
#5F6957
(95,105,87)
#4C5546
(76,85,70)
#394135
(57,65,53)
#262D24
(38,45,36)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #D1E1BD

#D1E1BD
(209,225,189)
#D5E3C3
(213,227,195)
#D9E5C9
(217,229,201)
#DDE7CF
(221,231,207)
#E1E9D5
(225,233,213)
#E5EBDB
(229,235,219)
#E9EDE1
(233,237,225)
#EDEFE7
(237,239,231)
#F1F1ED
(241,241,237)
#F5F3F3
(245,243,243)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E1BD; }

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

This text font color is #D1E1BD.

Background Color

.myBgColor { background-color: #D1E1BD; }

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

This div background color is #D1E1BD.

Border color

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

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

This div border color is #D1E1BD.

Opacity

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

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

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

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

This text has shadow with #D1E1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E1BD.

Preview

Color preview on black background

This text has color #D1E1BD on black background.


Color preview on white background

This text has color #D1E1BD on white background.


Black color preview on #D1E1BD background

This text has black color on #D1E1BD background.


White color preview on #D1E1BD background

This text has white color on #D1E1BD background.


Related colors

Complementary color

Complementary color for #hex is #2E1E42.


I love getcolorcode.com

Triadic colors

1 #BDD1E1 and #E1BDD1 with #D1E1BD are triadic colors.

2 #BDE1D1 and #E1D1BD with #D1E1BD are triadic colors.