COLOR #D1E7BB

HEX: #D1E7BB RGB: (209,231,187)

Color info

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

RGB color model

#D1E7BB color RGB value is (209,231,187).

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

RGB channels and saturation

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

209
231
187

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

Portions of RGB colors in percentages

R + G + B = 209 + 231 + 187 = 627 (100%)
R 209 of 627 ~ 33.33%
G 231 of 627 ~ 36.84%
B 187 of 627 ~ 29.82'%

%33.33
%36.84
%29.82

CMYK color model

#D1E7BB color CMYK value is (10,0,19,9).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 9.41%

CMYK: (10,0,19,9)
C10M0Y19K9 (10%, 0%, 19%, 9%)
(0.10 / 0.00 / 0.19 / 0.09)

CMYK percentages

%9.52
%0
%19.05
%9.41

Codes

Color #D1E7BB in popluar color models

D1 E7 BB
RGB 209 231 187
HSL 90° 47.83% 81.96%
HSB/HSV 90° 19.05% 90.59%
CMYK 9.52% 0.00% 19.05%
9.41%

Color #D1E7BB in popluar number systems.

HEX D1 E7 BB
Decimal 209 231 187
Binary 11010001 11100111 10111011
Octal 321 347 273

Shades and tints

Shades of #D1E7BB

#D1E7BB
(209,231,187)
#BED2AA
(190,210,170)
#ABBD99
(171,189,153)
#98A888
(152,168,136)
#859377
(133,147,119)
#727E66
(114,126,102)
#5F6955
(95,105,85)
#4C5444
(76,84,68)
#393F33
(57,63,51)
#262A22
(38,42,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #D1E7BB

#D1E7BB
(209,231,187)
#D5E9C1
(213,233,193)
#D9EBC7
(217,235,199)
#DDEDCD
(221,237,205)
#E1EFD3
(225,239,211)
#E5F1D9
(229,241,217)
#E9F3DF
(233,243,223)
#EDF5E5
(237,245,229)
#F1F7EB
(241,247,235)
#F5F9F1
(245,249,241)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E7BB; }

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

This text font color is #D1E7BB.

Background Color

.myBgColor { background-color: #D1E7BB; }

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

This div background color is #D1E7BB.

Border color

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

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

This div border color is #D1E7BB.

Opacity

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

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

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

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

This text has shadow with #D1E7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E7BB.

Preview

Color preview on black background

This text has color #D1E7BB on black background.


Color preview on white background

This text has color #D1E7BB on white background.


Black color preview on #D1E7BB background

This text has black color on #D1E7BB background.


White color preview on #D1E7BB background

This text has white color on #D1E7BB background.


Related colors

Complementary color

Complementary color for #hex is #2E1844.


I love getcolorcode.com

Triadic colors

1 #BBD1E7 and #E7BBD1 with #D1E7BB are triadic colors.

2 #BBE7D1 and #E7D1BB with #D1E7BB are triadic colors.