COLOR #D3B196

HEX: #D3B196
RGB: (211,177,150)

Color info

#D3B196 contains mainly red and green colors. Web safe color of #D3B196 is #CC9999 (or #C99).

RGB color model

#D3B196 color RGB value is (211,177,150).

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

RGB channels and saturation

R 211 of 255 = 83%
G 177 of 255 = 69%
B 150 of 255 = 59%

211
177
150

R + G + B ~ 70%. #D3B196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 177 + 150 = 538 (100%)
R 211 of 538 ~ 39.22%
G 177 of 538 ~ 32.9%
B 150 of 538 ~ 27.88%

%39.22
%32.9
%27.88

CMYK color model

#D3B196 color CMYK value is (0,16,29,17).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(0,16,29,17)
C0M16Y29K17 
(0%,16%,29%,17%)
(0.00/0.16/0.29/0.17)	

CMYK percentages

%0
%16.11
%28.91
%17.25

Codes

Color #D3B196 in popluar color models

D3B196
RGB211177150
HSL27°40.94%70.78%
HSB/HSV27°28.91%82.75%
CMYK0.00%16.11%28.91%
17.25%

Color #D3B196 in popluar number systems.

HEXD3B196
Decimal211177150
Binary110100111011000110010110
Octal323261226

Shades and tints

Shades of #D3B196

#D3B196
(211,177,150)
#C0A189
(192,161,137)
#AD917C
(173,145,124)
#9A816F
(154,129,111)
#877162
(135,113,98)
#746155
(116,97,85)
#615148
(97,81,72)
#4E413B
(78,65,59)
#3B312E
(59,49,46)
#282121
(40,33,33)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #D3B196

#D3B196
(211,177,150)
#D7B89F
(215,184,159)
#DBBFA8
(219,191,168)
#DFC6B1
(223,198,177)
#E3CDBA
(227,205,186)
#E7D4C3
(231,212,195)
#EBDBCC
(235,219,204)
#EFE2D5
(239,226,213)
#F3E9DE
(243,233,222)
#F7F0E7
(247,240,231)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B196; }

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

This text font color is #D3B196.


Background Color

.myBgColor { background-color: #D3B196; }

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

This div background color is #D3B196.


Border color

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

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

This div border color is #D3B196.


Opacity

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

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

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

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

This text has shadow with #D3B196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B196 on black background.


Color preview on white background

This text has color #D3B196 on white background.



Black color preview on #D3B196 background

This text has black color on #D3B196 background.


White color preview on #D3B196 background

This text has white color on #D3B196 background.