COLOR #D3B7B7

HEX: #D3B7B7 RGB: (211,183,183)

Color info

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

RGB color model

#D3B7B7 color RGB value is (211,183,183).

RGB: (211,183,183) (83%, 72%, 72%)

RGB channels and saturation

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

211
183
183

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

Portions of RGB colors in percentages

R + G + B = 211 + 183 + 183 = 577 (100%)
R 211 of 577 ~ 36.57%
G 183 of 577 ~ 31.72%
B 183 of 577 ~ 31.72'%

%36.57
%31.72
%31.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 13.27%
  • key color value is 17.25%

CMYK: (0,13,13,17)
C0M13Y13K17 (0%, 13%, 13%, 17%)
(0.00 / 0.13 / 0.13 / 0.17)

CMYK percentages

%0
%13.27
%13.27
%17.25

Codes

Color #D3B7B7 in popluar color models

D3 B7 B7
RGB 211 183 183
HSL 24.14% 77.25%
HSB/HSV 13.27% 82.75%
CMYK 0.00% 13.27% 13.27%
17.25%

Color #D3B7B7 in popluar number systems.

HEX D3 B7 B7
Decimal 211 183 183
Binary 11010011 10110111 10110111
Octal 323 267 267

Shades and tints

Shades of #D3B7B7

#D3B7B7
(211,183,183)
#C0A7A7
(192,167,167)
#AD9797
(173,151,151)
#9A8787
(154,135,135)
#877777
(135,119,119)
#746767
(116,103,103)
#615757
(97,87,87)
#4E4747
(78,71,71)
#3B3737
(59,55,55)
#282727
(40,39,39)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #D3B7B7

#D3B7B7
(211,183,183)
#D7BDBD
(215,189,189)
#DBC3C3
(219,195,195)
#DFC9C9
(223,201,201)
#E3CFCF
(227,207,207)
#E7D5D5
(231,213,213)
#EBDBDB
(235,219,219)
#EFE1E1
(239,225,225)
#F3E7E7
(243,231,231)
#F7EDED
(247,237,237)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B7B7; }

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

This text font color is #D3B7B7.

Background Color

.myBgColor { background-color: #D3B7B7; }

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

This div background color is #D3B7B7.

Border color

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

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

This div border color is #D3B7B7.

Opacity

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

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

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

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

This text has shadow with #D3B7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B7B7.

Preview

Color preview on black background

This text has color #D3B7B7 on black background.


Color preview on white background

This text has color #D3B7B7 on white background.


Black color preview on #D3B7B7 background

This text has black color on #D3B7B7 background.


White color preview on #D3B7B7 background

This text has white color on #D3B7B7 background.


Related colors

Complementary color

Complementary color for #hex is #2C4848.


I love getcolorcode.com