COLOR #D1E9BB

HEX: #D1E9BB RGB: (209,233,187)

Color info

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

RGB color model

#D1E9BB color RGB value is (209,233,187).

RGB: (209,233,187) (82%, 91%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 233 of 255 = 91%
B 187 of 255 = 73%

209
233
187

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

Portions of RGB colors in percentages

R + G + B = 209 + 233 + 187 = 629 (100%)
R 209 of 629 ~ 33.23%
G 233 of 629 ~ 37.04%
B 187 of 629 ~ 29.73'%

%33.23
%37.04
%29.73

CMYK color model

#D1E9BB color CMYK value is (10,0,20,9).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 8.63%

CMYK: (10,0,20,9)
C10M0Y20K9 (10%, 0%, 20%, 9%)
(0.10 / 0.00 / 0.20 / 0.09)

CMYK percentages

%10.3
%0
%19.74
%8.63

Codes

Color #D1E9BB in popluar color models

D1 E9 BB
RGB 209 233 187
HSL 91° 51.11% 82.35%
HSB/HSV 91° 19.74% 91.37%
CMYK 10.30% 0.00% 19.74%
8.63%

Color #D1E9BB in popluar number systems.

HEX D1 E9 BB
Decimal 209 233 187
Binary 11010001 11101001 10111011
Octal 321 351 273

Shades and tints

Shades of #D1E9BB

#D1E9BB
(209,233,187)
#BED4AA
(190,212,170)
#ABBF99
(171,191,153)
#98AA88
(152,170,136)
#859577
(133,149,119)
#728066
(114,128,102)
#5F6B55
(95,107,85)
#4C5644
(76,86,68)
#394133
(57,65,51)
#262C22
(38,44,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D1E9BB

#D1E9BB
(209,233,187)
#D5EBC1
(213,235,193)
#D9EDC7
(217,237,199)
#DDEFCD
(221,239,205)
#E1F1D3
(225,241,211)
#E5F3D9
(229,243,217)
#E9F5DF
(233,245,223)
#EDF7E5
(237,247,229)
#F1F9EB
(241,249,235)
#F5FBF1
(245,251,241)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E9BB color. Also use rgb(209,233,187) instead hex code.

Text Font Color

.myTextColor { color: #D1E9BB; }

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

This text font color is #D1E9BB.

Background Color

.myBgColor { background-color: #D1E9BB; }

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

This div background color is #D1E9BB.

Border color

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

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

This div border color is #D1E9BB.

Opacity

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

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

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

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

This text has shadow with #D1E9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E9BB.

Preview

Color preview on black background

This text has color #D1E9BB on black background.


Color preview on white background

This text has color #D1E9BB on white background.


Black color preview on #D1E9BB background

This text has black color on #D1E9BB background.


White color preview on #D1E9BB background

This text has white color on #D1E9BB background.


Related colors

Complementary color

Complementary color for #hex is #2E1644.


I love getcolorcode.com

Triadic colors

1 #BBD1E9 and #E9BBD1 with #D1E9BB are triadic colors.

2 #BBE9D1 and #E9D1BB with #D1E9BB are triadic colors.