COLOR #D7BC8F

HEX: #D7BC8F RGB: (215,188,143)

Color info

#D7BC8F contains mainly red and green colors. Web safe color of #D7BC8F is #CCCC99 (or #CC9).

RGB color model

#D7BC8F color RGB value is (215,188,143).

RGB: (215,188,143) (84%, 74%, 56%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 143 of 255 = 56%

215
188
143

R + G + B ~ 71%. #D7BC8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 188 + 143 = 546 (100%)
R 215 of 546 ~ 39.38%
G 188 of 546 ~ 34.43%
B 143 of 546 ~ 26.19'%

%39.38
%34.43
%26.19

CMYK color model

#D7BC8F color CMYK value is (0,13,33,16).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 33.49%
  • key color value is 15.69%

CMYK: (0,13,33,16)
C0M13Y33K16 (0%, 13%, 33%, 16%)
(0.00 / 0.13 / 0.33 / 0.16)

CMYK percentages

%0
%12.56
%33.49
%15.69

Codes

Color #D7BC8F in popluar color models

D7 BC 8F
RGB 215 188 143
HSL 38° 47.37% 70.20%
HSB/HSV 38° 33.49% 84.31%
CMYK 0.00% 12.56% 33.49%
15.69%

Color #D7BC8F in popluar number systems.

HEX D7 BC 8F
Decimal 215 188 143
Binary 11010111 10111100 10001111
Octal 327 274 217

Shades and tints

Shades of #D7BC8F

#D7BC8F
(215,188,143)
#C4AB82
(196,171,130)
#B19A75
(177,154,117)
#9E8968
(158,137,104)
#8B785B
(139,120,91)
#78674E
(120,103,78)
#655641
(101,86,65)
#524534
(82,69,52)
#3F3427
(63,52,39)
#2C231A
(44,35,26)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #D7BC8F

#D7BC8F
(215,188,143)
#DAC299
(218,194,153)
#DDC8A3
(221,200,163)
#E0CEAD
(224,206,173)
#E3D4B7
(227,212,183)
#E6DAC1
(230,218,193)
#E9E0CB
(233,224,203)
#ECE6D5
(236,230,213)
#EFECDF
(239,236,223)
#F2F2E9
(242,242,233)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BC8F color. Also use rgb(215,188,143) instead hex code.

Text Font Color

.myTextColor { color: #D7BC8F; }

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

This text font color is #D7BC8F.

Background Color

.myBgColor { background-color: #D7BC8F; }

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

This div background color is #D7BC8F.

Border color

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

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

This div border color is #D7BC8F.

Opacity

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

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

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

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

This text has shadow with #D7BC8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7BC8F.

Preview

Color preview on black background

This text has color #D7BC8F on black background.


Color preview on white background

This text has color #D7BC8F on white background.


Black color preview on #D7BC8F background

This text has black color on #D7BC8F background.


White color preview on #D7BC8F background

This text has white color on #D7BC8F background.


Related colors

Complementary color

Complementary color for #hex is #284370.


I love getcolorcode.com

Triadic colors

1 #8FD7BC and #BC8FD7 with #D7BC8F are triadic colors.

2 #8FBCD7 and #BCD78F with #D7BC8F are triadic colors.