COLOR #D3E0BB

HEX: #D3E0BB
RGB: (211,224,187)

Color info

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

RGB color model

#D3E0BB color RGB value is (211,224,187).

  • red value is 211;
  • green value is 224;
  • blue value is 187.
RGB:
(211,224,187)
(83%,88%,73%)

RGB channels and saturation

R 211 of 255 = 83%
G 224 of 255 = 88%
B 187 of 255 = 73%

211
224
187

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

Portions of RGB colors in percentages

R + G + B =
211 + 224 + 187 = 622 (100%)
R 211 of 622 ~ 33.92%
G 224 of 622 ~ 36.01%
B 187 of 622 ~ 30.06%

%33.92
%36.01
%30.06

CMYK color model

#D3E0BB color CMYK value is (6,0,17,12).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK:
(6,0,17,12)
C6M0Y17K12 
(6%,0%,17%,12%)
(0.06/0.00/0.17/0.12)	

CMYK percentages

%5.8
%0
%16.52
%12.16

Codes

Color #D3E0BB in popluar color models

D3E0BB
RGB211224187
HSL81°37.37%80.59%
HSB/HSV81°16.52%87.84%
CMYK5.80%0.00%16.52%
12.16%

Color #D3E0BB in popluar number systems.

HEXD3E0BB
Decimal211224187
Binary110100111110000010111011
Octal323340273

Shades and tints

Shades of #D3E0BB

#D3E0BB
(211,224,187)
#C0CCAA
(192,204,170)
#ADB899
(173,184,153)
#9AA488
(154,164,136)
#879077
(135,144,119)
#747C66
(116,124,102)
#616855
(97,104,85)
#4E5444
(78,84,68)
#3B4033
(59,64,51)
#282C22
(40,44,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #D3E0BB

#D3E0BB
(211,224,187)
#D7E2C1
(215,226,193)
#DBE4C7
(219,228,199)
#DFE6CD
(223,230,205)
#E3E8D3
(227,232,211)
#E7EAD9
(231,234,217)
#EBECDF
(235,236,223)
#EFEEE5
(239,238,229)
#F3F0EB
(243,240,235)
#F7F2F1
(247,242,241)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E0BB color. Also use rgb(211,224,187) instead hex code.

Text Font Color

.myTextColor { color: #D3E0BB; }

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

This text font color is #D3E0BB.


Background Color

.myBgColor { background-color: #D3E0BB; }

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

This div background color is #D3E0BB.


Border color

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

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

This div border color is #D3E0BB.


Opacity

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

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

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

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

This text has shadow with #D3E0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E0BB on black background.


Color preview on white background

This text has color #D3E0BB on white background.



Black color preview on #D3E0BB background

This text has black color on #D3E0BB background.


White color preview on #D3E0BB background

This text has white color on #D3E0BB background.