COLOR #D2E1BB

HEX: #D2E1BB RGB: (210,225,187)

Color info

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

RGB color model

#D2E1BB color RGB value is (210,225,187).

RGB: (210,225,187) (82%, 88%, 73%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 187 of 255 = 73%

210
225
187

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

Portions of RGB colors in percentages

R + G + B = 210 + 225 + 187 = 622 (100%)
R 210 of 622 ~ 33.76%
G 225 of 622 ~ 36.17%
B 187 of 622 ~ 30.06'%

%33.76
%36.17
%30.06

CMYK color model

#D2E1BB color CMYK value is (7,0,17,12).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 11.76%

CMYK: (7,0,17,12)
C7M0Y17K12 (7%, 0%, 17%, 12%)
(0.07 / 0.00 / 0.17 / 0.12)

CMYK percentages

%6.67
%0
%16.89
%11.76

Codes

Color #D2E1BB in popluar color models

D2 E1 BB
RGB 210 225 187
HSL 84° 38.78% 80.78%
HSB/HSV 84° 16.89% 88.24%
CMYK 6.67% 0.00% 16.89%
11.76%

Color #D2E1BB in popluar number systems.

HEX D2 E1 BB
Decimal 210 225 187
Binary 11010010 11100001 10111011
Octal 322 341 273

Shades and tints

Shades of #D2E1BB

#D2E1BB
(210,225,187)
#BFCDAA
(191,205,170)
#ACB999
(172,185,153)
#99A588
(153,165,136)
#869177
(134,145,119)
#737D66
(115,125,102)
#606955
(96,105,85)
#4D5544
(77,85,68)
#3A4133
(58,65,51)
#272D22
(39,45,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #D2E1BB

#D2E1BB
(210,225,187)
#D6E3C1
(214,227,193)
#DAE5C7
(218,229,199)
#DEE7CD
(222,231,205)
#E2E9D3
(226,233,211)
#E6EBD9
(230,235,217)
#EAEDDF
(234,237,223)
#EEEFE5
(238,239,229)
#F2F1EB
(242,241,235)
#F6F3F1
(246,243,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E1BB color. Also use rgb(210,225,187) instead hex code.

Text Font Color

.myTextColor { color: #D2E1BB; }

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

This text font color is #D2E1BB.

Background Color

.myBgColor { background-color: #D2E1BB; }

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

This div background color is #D2E1BB.

Border color

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

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

This div border color is #D2E1BB.

Opacity

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

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

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

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

This text has shadow with #D2E1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E1BB.

Preview

Color preview on black background

This text has color #D2E1BB on black background.


Color preview on white background

This text has color #D2E1BB on white background.


Black color preview on #D2E1BB background

This text has black color on #D2E1BB background.


White color preview on #D2E1BB background

This text has white color on #D2E1BB background.


Related colors

Complementary color

Complementary color for #hex is #2D1E44.


I love getcolorcode.com

Triadic colors

1 #BBD2E1 and #E1BBD2 with #D2E1BB are triadic colors.

2 #BBE1D2 and #E1D2BB with #D2E1BB are triadic colors.