COLOR #D3B7B6

HEX: #D3B7B6
RGB: (211,183,182)

Color info

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

RGB color model

#D3B7B6 color RGB value is (211,183,182).

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

RGB channels and saturation

R 211 of 255 = 83%
G 183 of 255 = 72%
B 182 of 255 = 71%

211
183
182

R + G + B ~ 75%. #D3B7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 183 + 182 = 576 (100%)
R 211 of 576 ~ 36.63%
G 183 of 576 ~ 31.77%
B 182 of 576 ~ 31.6%

%36.63
%31.77
%31.6

CMYK color model

#D3B7B6 color CMYK value is (0,13,14,17).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 13.74%
  • key color value is 17.25%
CMYK:
(0,13,14,17)
C0M13Y14K17 
(0%,13%,14%,17%)
(0.00/0.13/0.14/0.17)	

CMYK percentages

%0
%13.27
%13.74
%17.25

Codes

Color #D3B7B6 in popluar color models

D3B7B6
RGB211183182
HSL24.79%77.06%
HSB/HSV13.74%82.75%
CMYK0.00%13.27%13.74%
17.25%

Color #D3B7B6 in popluar number systems.

HEXD3B7B6
Decimal211183182
Binary110100111011011110110110
Octal323267266

Shades and tints

Shades of #D3B7B6

#D3B7B6
(211,183,182)
#C0A7A6
(192,167,166)
#AD9796
(173,151,150)
#9A8786
(154,135,134)
#877776
(135,119,118)
#746766
(116,103,102)
#615756
(97,87,86)
#4E4746
(78,71,70)
#3B3736
(59,55,54)
#282726
(40,39,38)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #D3B7B6

#D3B7B6
(211,183,182)
#D7BDBC
(215,189,188)
#DBC3C2
(219,195,194)
#DFC9C8
(223,201,200)
#E3CFCE
(227,207,206)
#E7D5D4
(231,213,212)
#EBDBDA
(235,219,218)
#EFE1E0
(239,225,224)
#F3E7E6
(243,231,230)
#F7EDEC
(247,237,236)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B7B6; }

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

This text font color is #D3B7B6.


Background Color

.myBgColor { background-color: #D3B7B6; }

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

This div background color is #D3B7B6.


Border color

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

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

This div border color is #D3B7B6.


Opacity

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

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

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

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

This text has shadow with #D3B7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B7B6 on black background.


Color preview on white background

This text has color #D3B7B6 on white background.



Black color preview on #D3B7B6 background

This text has black color on #D3B7B6 background.


White color preview on #D3B7B6 background

This text has white color on #D3B7B6 background.