COLOR #D2EEBB

HEX: #D2EEBB RGB: (210,238,187)

Color info

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

RGB color model

#D2EEBB color RGB value is (210,238,187).

RGB: (210,238,187) (82%, 93%, 73%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 187 of 255 = 73%

210
238
187

R + G + B ~ 83%. #D2EEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 238 + 187 = 635 (100%)
R 210 of 635 ~ 33.07%
G 238 of 635 ~ 37.48%
B 187 of 635 ~ 29.45'%

%33.07
%37.48
%29.45

CMYK color model

#D2EEBB color CMYK value is (12,0,21,7).

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

CMYK: (12,0,21,7)
C12M0Y21K7 (12%, 0%, 21%, 7%)
(0.12 / 0.00 / 0.21 / 0.07)

CMYK percentages

%11.76
%0
%21.43
%6.67

Codes

Color #D2EEBB in popluar color models

D2 EE BB
RGB 210 238 187
HSL 93° 60.00% 83.33%
HSB/HSV 93° 21.43% 93.33%
CMYK 11.76% 0.00% 21.43%
6.67%

Color #D2EEBB in popluar number systems.

HEX D2 EE BB
Decimal 210 238 187
Binary 11010010 11101110 10111011
Octal 322 356 273

Shades and tints

Shades of #D2EEBB

#D2EEBB
(210,238,187)
#BFD9AA
(191,217,170)
#ACC499
(172,196,153)
#99AF88
(153,175,136)
#869A77
(134,154,119)
#738566
(115,133,102)
#607055
(96,112,85)
#4D5B44
(77,91,68)
#3A4633
(58,70,51)
#273122
(39,49,34)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #D2EEBB

#D2EEBB
(210,238,187)
#D6EFC1
(214,239,193)
#DAF0C7
(218,240,199)
#DEF1CD
(222,241,205)
#E2F2D3
(226,242,211)
#E6F3D9
(230,243,217)
#EAF4DF
(234,244,223)
#EEF5E5
(238,245,229)
#F2F6EB
(242,246,235)
#F6F7F1
(246,247,241)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EEBB; }

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

This text font color is #D2EEBB.

Background Color

.myBgColor { background-color: #D2EEBB; }

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

This div background color is #D2EEBB.

Border color

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

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

This div border color is #D2EEBB.

Opacity

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

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

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

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

This text has shadow with #D2EEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EEBB.

Preview

Color preview on black background

This text has color #D2EEBB on black background.


Color preview on white background

This text has color #D2EEBB on white background.


Black color preview on #D2EEBB background

This text has black color on #D2EEBB background.


White color preview on #D2EEBB background

This text has white color on #D2EEBB background.


Related colors

Complementary color

Complementary color for #hex is #2D1144.


I love getcolorcode.com

Triadic colors

1 #BBD2EE and #EEBBD2 with #D2EEBB are triadic colors.

2 #BBEED2 and #EED2BB with #D2EEBB are triadic colors.