COLOR #D3E1B9

HEX: #D3E1B9 RGB: (211,225,185)

Color info

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

RGB color model

#D3E1B9 color RGB value is (211,225,185).

RGB: (211,225,185) (83%, 88%, 73%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 185 of 255 = 73%

211
225
185

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

Portions of RGB colors in percentages

R + G + B = 211 + 225 + 185 = 621 (100%)
R 211 of 621 ~ 33.98%
G 225 of 621 ~ 36.23%
B 185 of 621 ~ 29.79'%

%33.98
%36.23
%29.79

CMYK color model

#D3E1B9 color CMYK value is (6,0,18,12).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 11.76%
CMYK: (6,0,18,12) C6M0Y18K12 (6%,0%,18%,12%) (0.06/0.00/0.18/0.12) 

CMYK percentages

%6.22
%0
%17.78
%11.76

Codes

Color #D3E1B9 in popluar color models

D3 E1 B9
RGB 211 225 185
HSL 81° 40.00% 80.39%
HSB/HSV 81° 17.78% 88.24%
CMYK 6.22% 0.00% 17.78%
11.76%

Color #D3E1B9 in popluar number systems.

HEX D3 E1 B9
Decimal 211 225 185
Binary 11010011 11100001 10111001
Octal 323 341 271

Shades and tints

Shades of #D3E1B9

#D3E1B9
(211,225,185)
#C0CDA9
(192,205,169)
#ADB999
(173,185,153)
#9AA589
(154,165,137)
#879179
(135,145,121)
#747D69
(116,125,105)
#616959
(97,105,89)
#4E5549
(78,85,73)
#3B4139
(59,65,57)
#282D29
(40,45,41)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #D3E1B9

#D3E1B9
(211,225,185)
#D7E3BF
(215,227,191)
#DBE5C5
(219,229,197)
#DFE7CB
(223,231,203)
#E3E9D1
(227,233,209)
#E7EBD7
(231,235,215)
#EBEDDD
(235,237,221)
#EFEFE3
(239,239,227)
#F3F1E9
(243,241,233)
#F7F3EF
(247,243,239)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E1B9; }

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

This text font color is #D3E1B9.

Background Color

.myBgColor { background-color: #D3E1B9; }

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

This div background color is #D3E1B9.

Border color

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

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

This div border color is #D3E1B9.

Opacity

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

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

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

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

This text has shadow with #D3E1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E1B9.

Preview

Color preview on black background

This text has color #D3E1B9 on black background.


Color preview on white background

This text has color #D3E1B9 on white background.


Black color preview on #D3E1B9 background

This text has black color on #D3E1B9 background.


White color preview on #D3E1B9 background

This text has white color on #D3E1B9 background.


Related colors

Complementary color

Complementary color for #hex is #2C1E46.


I love getcolorcode.com

Triadic colors

1 #B9D3E1 and #E1B9D3 with #D3E1B9 are triadic colors.

2 #B9E1D3 and #E1D3B9 with #D3E1B9 are triadic colors.