COLOR #D2E8BC

HEX: #D2E8BC
RGB: (210,232,188)

Color info

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

RGB color model

#D2E8BC color RGB value is (210,232,188).

  • red value is 210;
  • green value is 232;
  • blue value is 188.
RGB:
(210,232,188)
(82%,91%,74%)

RGB channels and saturation

R 210 of 255 = 82%
G 232 of 255 = 91%
B 188 of 255 = 74%

210
232
188

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

Portions of RGB colors in percentages

R + G + B =
210 + 232 + 188 = 630 (100%)
R 210 of 630 ~ 33.33%
G 232 of 630 ~ 36.83%
B 188 of 630 ~ 29.84%

%33.33
%36.83
%29.84

CMYK color model

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

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 9.02%
CMYK:
(9,0,19,9)
C9M0Y19K9 
(9%,0%,19%,9%)
(0.09/0.00/0.19/0.09)	

CMYK percentages

%9.48
%0
%18.97
%9.02

Codes

Color #D2E8BC in popluar color models

D2E8BC
RGB210232188
HSL90°48.89%82.35%
HSB/HSV90°18.97%90.98%
CMYK9.48%0.00%18.97%
9.02%

Color #D2E8BC in popluar number systems.

HEXD2E8BC
Decimal210232188
Binary110100101110100010111100
Octal322350274

Shades and tints

Shades of #D2E8BC

#D2E8BC
(210,232,188)
#BFD3AB
(191,211,171)
#ACBE9A
(172,190,154)
#99A989
(153,169,137)
#869478
(134,148,120)
#737F67
(115,127,103)
#606A56
(96,106,86)
#4D5545
(77,85,69)
#3A4034
(58,64,52)
#272B23
(39,43,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #D2E8BC

#D2E8BC
(210,232,188)
#D6EAC2
(214,234,194)
#DAECC8
(218,236,200)
#DEEECE
(222,238,206)
#E2F0D4
(226,240,212)
#E6F2DA
(230,242,218)
#EAF4E0
(234,244,224)
#EEF6E6
(238,246,230)
#F2F8EC
(242,248,236)
#F6FAF2
(246,250,242)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E8BC color. Also use rgb(210,232,188) instead hex code.

Text Font Color

.myTextColor { color: #D2E8BC; }

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

This text font color is #D2E8BC.


Background Color

.myBgColor { background-color: #D2E8BC; }

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

This div background color is #D2E8BC.


Border color

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

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

This div border color is #D2E8BC.


Opacity

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

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

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

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

This text has shadow with #D2E8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E8BC on black background.


Color preview on white background

This text has color #D2E8BC on white background.



Black color preview on #D2E8BC background

This text has black color on #D2E8BC background.


White color preview on #D2E8BC background

This text has white color on #D2E8BC background.