COLOR #D3E0BA

HEX: #D3E0BA
RGB: (211,224,186)

Color info

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

RGB color model

#D3E0BA color RGB value is (211,224,186).

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

RGB channels and saturation

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

211
224
186

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

Portions of RGB colors in percentages

R + G + B =
211 + 224 + 186 = 621 (100%)
R 211 of 621 ~ 33.98%
G 224 of 621 ~ 36.07%
B 186 of 621 ~ 29.95%

%33.98
%36.07
%29.95

CMYK color model

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

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • 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.96
%12.16

Codes

Color #D3E0BA in popluar color models

D3E0BA
RGB211224186
HSL81°38.00%80.39%
HSB/HSV81°16.96%87.84%
CMYK5.80%0.00%16.96%
12.16%

Color #D3E0BA in popluar number systems.

HEXD3E0BA
Decimal211224186
Binary110100111110000010111010
Octal323340272

Shades and tints

Shades of #D3E0BA

#D3E0BA
(211,224,186)
#C0CCAA
(192,204,170)
#ADB89A
(173,184,154)
#9AA48A
(154,164,138)
#87907A
(135,144,122)
#747C6A
(116,124,106)
#61685A
(97,104,90)
#4E544A
(78,84,74)
#3B403A
(59,64,58)
#282C2A
(40,44,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #D3E0BA

#D3E0BA
(211,224,186)
#D7E2C0
(215,226,192)
#DBE4C6
(219,228,198)
#DFE6CC
(223,230,204)
#E3E8D2
(227,232,210)
#E7EAD8
(231,234,216)
#EBECDE
(235,236,222)
#EFEEE4
(239,238,228)
#F3F0EA
(243,240,234)
#F7F2F0
(247,242,240)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E0BA; }

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

This text font color is #D3E0BA.


Background Color

.myBgColor { background-color: #D3E0BA; }

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

This div background color is #D3E0BA.


Border color

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

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

This div border color is #D3E0BA.


Opacity

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

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

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

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

This text has shadow with #D3E0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E0BA on black background.


Color preview on white background

This text has color #D3E0BA on white background.



Black color preview on #D3E0BA background

This text has black color on #D3E0BA background.


White color preview on #D3E0BA background

This text has white color on #D3E0BA background.