COLOR #D3B7BB

HEX: #D3B7BB
RGB: (211,183,187)

Color info

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

RGB color model

#D3B7BB color RGB value is (211,183,187).

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

RGB channels and saturation

R 211 of 255 = 83%
G 183 of 255 = 72%
B 187 of 255 = 73%

211
183
187

R + G + B ~ 76%. #D3B7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 183 + 187 = 581 (100%)
R 211 of 581 ~ 36.32%
G 183 of 581 ~ 31.5%
B 187 of 581 ~ 32.19%

%36.32
%31.5
%32.19

CMYK color model

#D3B7BB color CMYK value is (0,13,11,17).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK:
(0,13,11,17)
C0M13Y11K17 
(0%,13%,11%,17%)
(0.00/0.13/0.11/0.17)	

CMYK percentages

%0
%13.27
%11.37
%17.25

Codes

Color #D3B7BB in popluar color models

D3B7BB
RGB211183187
HSL351°24.14%77.25%
HSB/HSV351°13.27%82.75%
CMYK0.00%13.27%11.37%
17.25%

Color #D3B7BB in popluar number systems.

HEXD3B7BB
Decimal211183187
Binary110100111011011110111011
Octal323267273

Shades and tints

Shades of #D3B7BB

#D3B7BB
(211,183,187)
#C0A7AA
(192,167,170)
#AD9799
(173,151,153)
#9A8788
(154,135,136)
#877777
(135,119,119)
#746766
(116,103,102)
#615755
(97,87,85)
#4E4744
(78,71,68)
#3B3733
(59,55,51)
#282722
(40,39,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #D3B7BB

#D3B7BB
(211,183,187)
#D7BDC1
(215,189,193)
#DBC3C7
(219,195,199)
#DFC9CD
(223,201,205)
#E3CFD3
(227,207,211)
#E7D5D9
(231,213,217)
#EBDBDF
(235,219,223)
#EFE1E5
(239,225,229)
#F3E7EB
(243,231,235)
#F7EDF1
(247,237,241)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B7BB; }

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

This text font color is #D3B7BB.


Background Color

.myBgColor { background-color: #D3B7BB; }

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

This div background color is #D3B7BB.


Border color

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

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

This div border color is #D3B7BB.


Opacity

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

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

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

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

This text has shadow with #D3B7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B7BB on black background.


Color preview on white background

This text has color #D3B7BB on white background.



Black color preview on #D3B7BB background

This text has black color on #D3B7BB background.


White color preview on #D3B7BB background

This text has white color on #D3B7BB background.