COLOR #D3E1BD

HEX: #D3E1BD
RGB: (211,225,189)

Color info

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

RGB color model

#D3E1BD color RGB value is (211,225,189).

  • red value is 211;
  • green value is 225;
  • blue value is 189.
RGB:
(211,225,189)
(83%,88%,74%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 189 of 255 = 74%

211
225
189

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

Portions of RGB colors in percentages

R + G + B =
211 + 225 + 189 = 625 (100%)
R 211 of 625 ~ 33.76%
G 225 of 625 ~ 36%
B 189 of 625 ~ 30.24%

%33.76
%36
%30.24

CMYK color model

#D3E1BD color CMYK value is (6,0,16,12).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 11.76%
CMYK:
(6,0,16,12)
C6M0Y16K12 
(6%,0%,16%,12%)
(0.06/0.00/0.16/0.12)	

CMYK percentages

%6.22
%0
%16
%11.76

Codes

Color #D3E1BD in popluar color models

D3E1BD
RGB211225189
HSL83°37.50%81.18%
HSB/HSV83°16.00%88.24%
CMYK6.22%0.00%16.00%
11.76%

Color #D3E1BD in popluar number systems.

HEXD3E1BD
Decimal211225189
Binary110100111110000110111101
Octal323341275

Shades and tints

Shades of #D3E1BD

#D3E1BD
(211,225,189)
#C0CDAC
(192,205,172)
#ADB99B
(173,185,155)
#9AA58A
(154,165,138)
#879179
(135,145,121)
#747D68
(116,125,104)
#616957
(97,105,87)
#4E5546
(78,85,70)
#3B4135
(59,65,53)
#282D24
(40,45,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #D3E1BD

#D3E1BD
(211,225,189)
#D7E3C3
(215,227,195)
#DBE5C9
(219,229,201)
#DFE7CF
(223,231,207)
#E3E9D5
(227,233,213)
#E7EBDB
(231,235,219)
#EBEDE1
(235,237,225)
#EFEFE7
(239,239,231)
#F3F1ED
(243,241,237)
#F7F3F3
(247,243,243)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E1BD color. Also use rgb(211,225,189) instead hex code.

Text Font Color

.myTextColor { color: #D3E1BD; }

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

This text font color is #D3E1BD.


Background Color

.myBgColor { background-color: #D3E1BD; }

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

This div background color is #D3E1BD.


Border color

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

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

This div border color is #D3E1BD.


Opacity

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

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

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

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

This text has shadow with #D3E1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E1BD on black background.


Color preview on white background

This text has color #D3E1BD on white background.



Black color preview on #D3E1BD background

This text has black color on #D3E1BD background.


White color preview on #D3E1BD background

This text has white color on #D3E1BD background.