COLOR #D3BAA7

HEX: #D3BAA7 RGB: (211,186,167)

Color info

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

RGB color model

#D3BAA7 color RGB value is (211,186,167).

RGB: (211,186,167) (83%, 73%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 186 of 255 = 73%
B 167 of 255 = 65%

211
186
167

R + G + B ~ 74%. #D3BAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 186 + 167 = 564 (100%)
R 211 of 564 ~ 37.41%
G 186 of 564 ~ 32.98%
B 167 of 564 ~ 29.61'%

%37.41
%32.98
%29.61

CMYK color model

#D3BAA7 color CMYK value is (0,12,21,17).

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

CMYK: (0,12,21,17)
C0M12Y21K17 (0%, 12%, 21%, 17%)
(0.00 / 0.12 / 0.21 / 0.17)

CMYK percentages

%0
%11.85
%20.85
%17.25

Codes

Color #D3BAA7 in popluar color models

D3 BA A7
RGB 211 186 167
HSL 26° 33.33% 74.12%
HSB/HSV 26° 20.85% 82.75%
CMYK 0.00% 11.85% 20.85%
17.25%

Color #D3BAA7 in popluar number systems.

HEX D3 BA A7
Decimal 211 186 167
Binary 11010011 10111010 10100111
Octal 323 272 247

Shades and tints

Shades of #D3BAA7

#D3BAA7
(211,186,167)
#C0AA98
(192,170,152)
#AD9A89
(173,154,137)
#9A8A7A
(154,138,122)
#877A6B
(135,122,107)
#746A5C
(116,106,92)
#615A4D
(97,90,77)
#4E4A3E
(78,74,62)
#3B3A2F
(59,58,47)
#282A20
(40,42,32)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #D3BAA7

#D3BAA7
(211,186,167)
#D7C0AF
(215,192,175)
#DBC6B7
(219,198,183)
#DFCCBF
(223,204,191)
#E3D2C7
(227,210,199)
#E7D8CF
(231,216,207)
#EBDED7
(235,222,215)
#EFE4DF
(239,228,223)
#F3EAE7
(243,234,231)
#F7F0EF
(247,240,239)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BAA7; }

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

This text font color is #D3BAA7.

Background Color

.myBgColor { background-color: #D3BAA7; }

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

This div background color is #D3BAA7.

Border color

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

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

This div border color is #D3BAA7.

Opacity

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

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

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

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

This text has shadow with #D3BAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BAA7.

Preview

Color preview on black background

This text has color #D3BAA7 on black background.


Color preview on white background

This text has color #D3BAA7 on white background.


Black color preview on #D3BAA7 background

This text has black color on #D3BAA7 background.


White color preview on #D3BAA7 background

This text has white color on #D3BAA7 background.


Related colors

Complementary color

Complementary color for #hex is #2C4558.


I love getcolorcode.com

Triadic colors

1 #A7D3BA and #BAA7D3 with #D3BAA7 are triadic colors.

2 #A7BAD3 and #BAD3A7 with #D3BAA7 are triadic colors.