COLOR #D3BCA7

HEX: #D3BCA7 RGB: (211,188,167)

Color info

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

RGB color model

#D3BCA7 color RGB value is (211,188,167).

RGB: (211,188,167) (83%, 74%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 167 of 255 = 65%

211
188
167

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

Portions of RGB colors in percentages

R + G + B = 211 + 188 + 167 = 566 (100%)
R 211 of 566 ~ 37.28%
G 188 of 566 ~ 33.22%
B 167 of 566 ~ 29.51'%

%37.28
%33.22
%29.51

CMYK color model

#D3BCA7 color CMYK value is (0,11,21,17).

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

CMYK: (0,11,21,17)
C0M11Y21K17 (0%, 11%, 21%, 17%)
(0.00 / 0.11 / 0.21 / 0.17)

CMYK percentages

%0
%10.9
%20.85
%17.25

Codes

Color #D3BCA7 in popluar color models

D3 BC A7
RGB 211 188 167
HSL 29° 33.33% 74.12%
HSB/HSV 29° 20.85% 82.75%
CMYK 0.00% 10.90% 20.85%
17.25%

Color #D3BCA7 in popluar number systems.

HEX D3 BC A7
Decimal 211 188 167
Binary 11010011 10111100 10100111
Octal 323 274 247

Shades and tints

Shades of #D3BCA7

#D3BCA7
(211,188,167)
#C0AB98
(192,171,152)
#AD9A89
(173,154,137)
#9A897A
(154,137,122)
#87786B
(135,120,107)
#74675C
(116,103,92)
#61564D
(97,86,77)
#4E453E
(78,69,62)
#3B342F
(59,52,47)
#282320
(40,35,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #D3BCA7

#D3BCA7
(211,188,167)
#D7C2AF
(215,194,175)
#DBC8B7
(219,200,183)
#DFCEBF
(223,206,191)
#E3D4C7
(227,212,199)
#E7DACF
(231,218,207)
#EBE0D7
(235,224,215)
#EFE6DF
(239,230,223)
#F3ECE7
(243,236,231)
#F7F2EF
(247,242,239)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BCA7; }

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

This text font color is #D3BCA7.

Background Color

.myBgColor { background-color: #D3BCA7; }

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

This div background color is #D3BCA7.

Border color

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

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

This div border color is #D3BCA7.

Opacity

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

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

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

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

This text has shadow with #D3BCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3BCA7.

Preview

Color preview on black background

This text has color #D3BCA7 on black background.


Color preview on white background

This text has color #D3BCA7 on white background.


Black color preview on #D3BCA7 background

This text has black color on #D3BCA7 background.


White color preview on #D3BCA7 background

This text has white color on #D3BCA7 background.


Related colors

Complementary color

Complementary color for #hex is #2C4358.


I love getcolorcode.com

Triadic colors

1 #A7D3BC and #BCA7D3 with #D3BCA7 are triadic colors.

2 #A7BCD3 and #BCD3A7 with #D3BCA7 are triadic colors.