COLOR #D7BCAB

HEX: #D7BCAB RGB: (215,188,171)

Color info

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

RGB color model

#D7BCAB color RGB value is (215,188,171).

RGB: (215,188,171) (84%, 74%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 188 of 255 = 74%
B 171 of 255 = 67%

215
188
171

R + G + B ~ 75%. #D7BCAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 188 + 171 = 574 (100%)
R 215 of 574 ~ 37.46%
G 188 of 574 ~ 32.75%
B 171 of 574 ~ 29.79'%

%37.46
%32.75
%29.79

CMYK color model

#D7BCAB color CMYK value is (0,13,20,16).

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

CMYK: (0,13,20,16)
C0M13Y20K16 (0%, 13%, 20%, 16%)
(0.00 / 0.13 / 0.20 / 0.16)

CMYK percentages

%0
%12.56
%20.47
%15.69

Codes

Color #D7BCAB in popluar color models

D7 BC AB
RGB 215 188 171
HSL 23° 35.48% 75.69%
HSB/HSV 23° 20.47% 84.31%
CMYK 0.00% 12.56% 20.47%
15.69%

Color #D7BCAB in popluar number systems.

HEX D7 BC AB
Decimal 215 188 171
Binary 11010111 10111100 10101011
Octal 327 274 253

Shades and tints

Shades of #D7BCAB

#D7BCAB
(215,188,171)
#C4AB9C
(196,171,156)
#B19A8D
(177,154,141)
#9E897E
(158,137,126)
#8B786F
(139,120,111)
#786760
(120,103,96)
#655651
(101,86,81)
#524542
(82,69,66)
#3F3433
(63,52,51)
#2C2324
(44,35,36)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #D7BCAB

#D7BCAB
(215,188,171)
#DAC2B2
(218,194,178)
#DDC8B9
(221,200,185)
#E0CEC0
(224,206,192)
#E3D4C7
(227,212,199)
#E6DACE
(230,218,206)
#E9E0D5
(233,224,213)
#ECE6DC
(236,230,220)
#EFECE3
(239,236,227)
#F2F2EA
(242,242,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BCAB; }

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

This text font color is #D7BCAB.

Background Color

.myBgColor { background-color: #D7BCAB; }

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

This div background color is #D7BCAB.

Border color

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

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

This div border color is #D7BCAB.

Opacity

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

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

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

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

This text has shadow with #D7BCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7BCAB.

Preview

Color preview on black background

This text has color #D7BCAB on black background.


Color preview on white background

This text has color #D7BCAB on white background.


Black color preview on #D7BCAB background

This text has black color on #D7BCAB background.


White color preview on #D7BCAB background

This text has white color on #D7BCAB background.


Related colors

Complementary color

Complementary color for #hex is #284354.


I love getcolorcode.com

Triadic colors

1 #ABD7BC and #BCABD7 with #D7BCAB are triadic colors.

2 #ABBCD7 and #BCD7AB with #D7BCAB are triadic colors.