COLOR #D3B6B7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

211
182
183

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

Portions of RGB colors in percentages

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

%36.63
%31.6
%31.77

CMYK color model

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

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

CMYK percentages

%0
%13.74
%13.27
%17.25

Codes

Color #D3B6B7 in popluar color models

D3B6B7
RGB211182183
HSL358°24.79%77.06%
HSB/HSV358°13.74%82.75%
CMYK0.00%13.74%13.27%
17.25%

Color #D3B6B7 in popluar number systems.

HEXD3B6B7
Decimal211182183
Binary110100111011011010110111
Octal323266267

Shades and tints

Shades of #D3B6B7

#D3B6B7
(211,182,183)
#C0A6A7
(192,166,167)
#AD9697
(173,150,151)
#9A8687
(154,134,135)
#877677
(135,118,119)
#746667
(116,102,103)
#615657
(97,86,87)
#4E4647
(78,70,71)
#3B3637
(59,54,55)
#282627
(40,38,39)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #D3B6B7

#D3B6B7
(211,182,183)
#D7BCBD
(215,188,189)
#DBC2C3
(219,194,195)
#DFC8C9
(223,200,201)
#E3CECF
(227,206,207)
#E7D4D5
(231,212,213)
#EBDADB
(235,218,219)
#EFE0E1
(239,224,225)
#F3E6E7
(243,230,231)
#F7ECED
(247,236,237)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B6B7; }

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

This text font color is #D3B6B7.


Background Color

.myBgColor { background-color: #D3B6B7; }

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

This div background color is #D3B6B7.


Border color

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

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

This div border color is #D3B6B7.


Opacity

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

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

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

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

This text has shadow with #D3B6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B6B7 on black background.


Color preview on white background

This text has color #D3B6B7 on white background.



Black color preview on #D3B6B7 background

This text has black color on #D3B6B7 background.


White color preview on #D3B6B7 background

This text has white color on #D3B6B7 background.