COLOR #D3B896

HEX: #D3B896
RGB: (211,184,150)

Color info

#D3B896 contains mainly red and green colors. Web safe color of #D3B896 is #CCCC99 (or #CC9).

RGB color model

#D3B896 color RGB value is (211,184,150).

  • red value is 211;
  • green value is 184;
  • blue value is 150.
RGB:
(211,184,150)
(83%,72%,59%)

RGB channels and saturation

R 211 of 255 = 83%
G 184 of 255 = 72%
B 150 of 255 = 59%

211
184
150

R + G + B ~ 71%. #D3B896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 184 + 150 = 545 (100%)
R 211 of 545 ~ 38.72%
G 184 of 545 ~ 33.76%
B 150 of 545 ~ 27.52%

%38.72
%33.76
%27.52

CMYK color model

#D3B896 color CMYK value is (0,13,29,17).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(0,13,29,17)
C0M13Y29K17 
(0%,13%,29%,17%)
(0.00/0.13/0.29/0.17)	

CMYK percentages

%0
%12.8
%28.91
%17.25

Codes

Color #D3B896 in popluar color models

D3B896
RGB211184150
HSL33°40.94%70.78%
HSB/HSV33°28.91%82.75%
CMYK0.00%12.80%28.91%
17.25%

Color #D3B896 in popluar number systems.

HEXD3B896
Decimal211184150
Binary110100111011100010010110
Octal323270226

Shades and tints

Shades of #D3B896

#D3B896
(211,184,150)
#C0A889
(192,168,137)
#AD987C
(173,152,124)
#9A886F
(154,136,111)
#877862
(135,120,98)
#746855
(116,104,85)
#615848
(97,88,72)
#4E483B
(78,72,59)
#3B382E
(59,56,46)
#282821
(40,40,33)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #D3B896

#D3B896
(211,184,150)
#D7BE9F
(215,190,159)
#DBC4A8
(219,196,168)
#DFCAB1
(223,202,177)
#E3D0BA
(227,208,186)
#E7D6C3
(231,214,195)
#EBDCCC
(235,220,204)
#EFE2D5
(239,226,213)
#F3E8DE
(243,232,222)
#F7EEE7
(247,238,231)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B896 color. Also use rgb(211,184,150) instead hex code.

Text Font Color

.myTextColor { color: #D3B896; }

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

This text font color is #D3B896.


Background Color

.myBgColor { background-color: #D3B896; }

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

This div background color is #D3B896.


Border color

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

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

This div border color is #D3B896.


Opacity

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

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

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

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

This text has shadow with #D3B896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B896 on black background.


Color preview on white background

This text has color #D3B896 on white background.



Black color preview on #D3B896 background

This text has black color on #D3B896 background.


White color preview on #D3B896 background

This text has white color on #D3B896 background.