COLOR #D3B79B

HEX: #D3B79B
RGB: (211,183,155)

Color info

#D3B79B contains red, green and blue colors in about the same proportion. Web safe color of #D3B79B is #CCCC99 (or #CC9).

RGB color model

#D3B79B color RGB value is (211,183,155).

  • red value is 211;
  • green value is 183;
  • blue value is 155.
RGB:
(211,183,155)
(83%,72%,61%)

RGB channels and saturation

R 211 of 255 = 83%
G 183 of 255 = 72%
B 155 of 255 = 61%

211
183
155

R + G + B ~ 72%. #D3B79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 183 + 155 = 549 (100%)
R 211 of 549 ~ 38.43%
G 183 of 549 ~ 33.33%
B 155 of 549 ~ 28.23%

%38.43
%33.33
%28.23

CMYK color model

#D3B79B color CMYK value is (0,13,27,17).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(0,13,27,17)
C0M13Y27K17 
(0%,13%,27%,17%)
(0.00/0.13/0.27/0.17)	

CMYK percentages

%0
%13.27
%26.54
%17.25

Codes

Color #D3B79B in popluar color models

D3B79B
RGB211183155
HSL30°38.89%71.76%
HSB/HSV30°26.54%82.75%
CMYK0.00%13.27%26.54%
17.25%

Color #D3B79B in popluar number systems.

HEXD3B79B
Decimal211183155
Binary110100111011011110011011
Octal323267233

Shades and tints

Shades of #D3B79B

#D3B79B
(211,183,155)
#C0A78D
(192,167,141)
#AD977F
(173,151,127)
#9A8771
(154,135,113)
#877763
(135,119,99)
#746755
(116,103,85)
#615747
(97,87,71)
#4E4739
(78,71,57)
#3B372B
(59,55,43)
#28271D
(40,39,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #D3B79B

#D3B79B
(211,183,155)
#D7BDA4
(215,189,164)
#DBC3AD
(219,195,173)
#DFC9B6
(223,201,182)
#E3CFBF
(227,207,191)
#E7D5C8
(231,213,200)
#EBDBD1
(235,219,209)
#EFE1DA
(239,225,218)
#F3E7E3
(243,231,227)
#F7EDEC
(247,237,236)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B79B color. Also use rgb(211,183,155) instead hex code.

Text Font Color

.myTextColor { color: #D3B79B; }

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

This text font color is #D3B79B.


Background Color

.myBgColor { background-color: #D3B79B; }

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

This div background color is #D3B79B.


Border color

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

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

This div border color is #D3B79B.


Opacity

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

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

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

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

This text has shadow with #D3B79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B79B on black background.


Color preview on white background

This text has color #D3B79B on white background.



Black color preview on #D3B79B background

This text has black color on #D3B79B background.


White color preview on #D3B79B background

This text has white color on #D3B79B background.