COLOR #D3B8AC

HEX: #D3B8AC
RGB: (211,184,172)

Color info

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

RGB color model

#D3B8AC color RGB value is (211,184,172).

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

RGB channels and saturation

R 211 of 255 = 83%
G 184 of 255 = 72%
B 172 of 255 = 67%

211
184
172

R + G + B ~ 74%. #D3B8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 184 + 172 = 567 (100%)
R 211 of 567 ~ 37.21%
G 184 of 567 ~ 32.45%
B 172 of 567 ~ 30.34%

%37.21
%32.45
%30.34

CMYK color model

#D3B8AC color CMYK value is (0,13,18,17).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 18.48%
  • key color value is 17.25%
CMYK:
(0,13,18,17)
C0M13Y18K17 
(0%,13%,18%,17%)
(0.00/0.13/0.18/0.17)	

CMYK percentages

%0
%12.8
%18.48
%17.25

Codes

Color #D3B8AC in popluar color models

D3B8AC
RGB211184172
HSL18°30.71%75.10%
HSB/HSV18°18.48%82.75%
CMYK0.00%12.80%18.48%
17.25%

Color #D3B8AC in popluar number systems.

HEXD3B8AC
Decimal211184172
Binary110100111011100010101100
Octal323270254

Shades and tints

Shades of #D3B8AC

#D3B8AC
(211,184,172)
#C0A89D
(192,168,157)
#AD988E
(173,152,142)
#9A887F
(154,136,127)
#877870
(135,120,112)
#746861
(116,104,97)
#615852
(97,88,82)
#4E4843
(78,72,67)
#3B3834
(59,56,52)
#282825
(40,40,37)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #D3B8AC

#D3B8AC
(211,184,172)
#D7BEB3
(215,190,179)
#DBC4BA
(219,196,186)
#DFCAC1
(223,202,193)
#E3D0C8
(227,208,200)
#E7D6CF
(231,214,207)
#EBDCD6
(235,220,214)
#EFE2DD
(239,226,221)
#F3E8E4
(243,232,228)
#F7EEEB
(247,238,235)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B8AC; }

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

This text font color is #D3B8AC.


Background Color

.myBgColor { background-color: #D3B8AC; }

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

This div background color is #D3B8AC.


Border color

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

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

This div border color is #D3B8AC.


Opacity

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

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

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

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

This text has shadow with #D3B8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B8AC on black background.


Color preview on white background

This text has color #D3B8AC on white background.



Black color preview on #D3B8AC background

This text has black color on #D3B8AC background.


White color preview on #D3B8AC background

This text has white color on #D3B8AC background.