COLOR #D3E8B0

HEX: #D3E8B0
RGB: (211,232,176)

Color info

#D3E8B0 contains red, green and blue colors in about the same proportion. Web safe color of #D3E8B0 is #CCFF99 (or #CF9).

RGB color model

#D3E8B0 color RGB value is (211,232,176).

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

RGB channels and saturation

R 211 of 255 = 83%
G 232 of 255 = 91%
B 176 of 255 = 69%

211
232
176

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

Portions of RGB colors in percentages

R + G + B =
211 + 232 + 176 = 619 (100%)
R 211 of 619 ~ 34.09%
G 232 of 619 ~ 37.48%
B 176 of 619 ~ 28.43%

%34.09
%37.48
%28.43

CMYK color model

#D3E8B0 color CMYK value is (9,0,24,9).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(9,0,24,9)
C9M0Y24K9 
(9%,0%,24%,9%)
(0.09/0.00/0.24/0.09)	

CMYK percentages

%9.05
%0
%24.14
%9.02

Codes

Color #D3E8B0 in popluar color models

D3E8B0
RGB211232176
HSL83°54.90%80.00%
HSB/HSV83°24.14%90.98%
CMYK9.05%0.00%24.14%
9.02%

Color #D3E8B0 in popluar number systems.

HEXD3E8B0
Decimal211232176
Binary110100111110100010110000
Octal323350260

Shades and tints

Shades of #D3E8B0

#D3E8B0
(211,232,176)
#C0D3A0
(192,211,160)
#ADBE90
(173,190,144)
#9AA980
(154,169,128)
#879470
(135,148,112)
#747F60
(116,127,96)
#616A50
(97,106,80)
#4E5540
(78,85,64)
#3B4030
(59,64,48)
#282B20
(40,43,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #D3E8B0

#D3E8B0
(211,232,176)
#D7EAB7
(215,234,183)
#DBECBE
(219,236,190)
#DFEEC5
(223,238,197)
#E3F0CC
(227,240,204)
#E7F2D3
(231,242,211)
#EBF4DA
(235,244,218)
#EFF6E1
(239,246,225)
#F3F8E8
(243,248,232)
#F7FAEF
(247,250,239)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E8B0; }

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

This text font color is #D3E8B0.


Background Color

.myBgColor { background-color: #D3E8B0; }

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

This div background color is #D3E8B0.


Border color

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

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

This div border color is #D3E8B0.


Opacity

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

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

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

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

This text has shadow with #D3E8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E8B0 on black background.


Color preview on white background

This text has color #D3E8B0 on white background.



Black color preview on #D3E8B0 background

This text has black color on #D3E8B0 background.


White color preview on #D3E8B0 background

This text has white color on #D3E8B0 background.