COLOR #D3E8BC

HEX: #D3E8BC
RGB: (211,232,188)

Color info

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

RGB color model

#D3E8BC color RGB value is (211,232,188).

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

RGB channels and saturation

R 211 of 255 = 83%
G 232 of 255 = 91%
B 188 of 255 = 74%

211
232
188

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

Portions of RGB colors in percentages

R + G + B =
211 + 232 + 188 = 631 (100%)
R 211 of 631 ~ 33.44%
G 232 of 631 ~ 36.77%
B 188 of 631 ~ 29.79%

%33.44
%36.77
%29.79

CMYK color model

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

  • cyan value is 9.05%
  • 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.05
%0
%18.97
%9.02

Codes

Color #D3E8BC in popluar color models

D3E8BC
RGB211232188
HSL89°48.89%82.35%
HSB/HSV89°18.97%90.98%
CMYK9.05%0.00%18.97%
9.02%

Color #D3E8BC in popluar number systems.

HEXD3E8BC
Decimal211232188
Binary110100111110100010111100
Octal323350274

Shades and tints

Shades of #D3E8BC

#D3E8BC
(211,232,188)
#C0D3AB
(192,211,171)
#ADBE9A
(173,190,154)
#9AA989
(154,169,137)
#879478
(135,148,120)
#747F67
(116,127,103)
#616A56
(97,106,86)
#4E5545
(78,85,69)
#3B4034
(59,64,52)
#282B23
(40,43,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #D3E8BC

#D3E8BC
(211,232,188)
#D7EAC2
(215,234,194)
#DBECC8
(219,236,200)
#DFEECE
(223,238,206)
#E3F0D4
(227,240,212)
#E7F2DA
(231,242,218)
#EBF4E0
(235,244,224)
#EFF6E6
(239,246,230)
#F3F8EC
(243,248,236)
#F7FAF2
(247,250,242)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E8BC; }

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

This text font color is #D3E8BC.


Background Color

.myBgColor { background-color: #D3E8BC; }

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

This div background color is #D3E8BC.


Border color

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

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

This div border color is #D3E8BC.


Opacity

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

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

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

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

This text has shadow with #D3E8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E8BC on black background.


Color preview on white background

This text has color #D3E8BC on white background.



Black color preview on #D3E8BC background

This text has black color on #D3E8BC background.


White color preview on #D3E8BC background

This text has white color on #D3E8BC background.