COLOR #D3B8A7

HEX: #D3B8A7 RGB: (211,184,167)

Color info

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

RGB color model

#D3B8A7 color RGB value is (211,184,167).

RGB: (211,184,167) (83%, 72%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 184 of 255 = 72%
B 167 of 255 = 65%

211
184
167

R + G + B ~ 73%. #D3B8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 184 + 167 = 562 (100%)
R 211 of 562 ~ 37.54%
G 184 of 562 ~ 32.74%
B 167 of 562 ~ 29.72'%

%37.54
%32.74
%29.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 20.85%
  • key color value is 17.25%

CMYK: (0,13,21,17)
C0M13Y21K17 (0%, 13%, 21%, 17%)
(0.00 / 0.13 / 0.21 / 0.17)

CMYK percentages

%0
%12.8
%20.85
%17.25

Codes

Color #D3B8A7 in popluar color models

D3 B8 A7
RGB 211 184 167
HSL 23° 33.33% 74.12%
HSB/HSV 23° 20.85% 82.75%
CMYK 0.00% 12.80% 20.85%
17.25%

Color #D3B8A7 in popluar number systems.

HEX D3 B8 A7
Decimal 211 184 167
Binary 11010011 10111000 10100111
Octal 323 270 247

Shades and tints

Shades of #D3B8A7

#D3B8A7
(211,184,167)
#C0A898
(192,168,152)
#AD9889
(173,152,137)
#9A887A
(154,136,122)
#87786B
(135,120,107)
#74685C
(116,104,92)
#61584D
(97,88,77)
#4E483E
(78,72,62)
#3B382F
(59,56,47)
#282820
(40,40,32)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #D3B8A7

#D3B8A7
(211,184,167)
#D7BEAF
(215,190,175)
#DBC4B7
(219,196,183)
#DFCABF
(223,202,191)
#E3D0C7
(227,208,199)
#E7D6CF
(231,214,207)
#EBDCD7
(235,220,215)
#EFE2DF
(239,226,223)
#F3E8E7
(243,232,231)
#F7EEEF
(247,238,239)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B8A7; }

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

This text font color is #D3B8A7.

Background Color

.myBgColor { background-color: #D3B8A7; }

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

This div background color is #D3B8A7.

Border color

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

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

This div border color is #D3B8A7.

Opacity

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

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

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

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

This text has shadow with #D3B8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B8A7.

Preview

Color preview on black background

This text has color #D3B8A7 on black background.


Color preview on white background

This text has color #D3B8A7 on white background.


Black color preview on #D3B8A7 background

This text has black color on #D3B8A7 background.


White color preview on #D3B8A7 background

This text has white color on #D3B8A7 background.


Related colors

Complementary color

Complementary color for #hex is #2C4758.


I love getcolorcode.com

Triadic colors

1 #A7D3B8 and #B8A7D3 with #D3B8A7 are triadic colors.

2 #A7B8D3 and #B8D3A7 with #D3B8A7 are triadic colors.