COLOR #D9BCAA

HEX: #D9BCAA RGB: (217,188,170)

Color info

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

RGB color model

#D9BCAA color RGB value is (217,188,170).

RGB: (217,188,170) (85%, 74%, 67%)

RGB channels and saturation

R 217 of 255 = 85%
G 188 of 255 = 74%
B 170 of 255 = 67%

217
188
170

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

Portions of RGB colors in percentages

R + G + B = 217 + 188 + 170 = 575 (100%)
R 217 of 575 ~ 37.74%
G 188 of 575 ~ 32.7%
B 170 of 575 ~ 29.57'%

%37.74
%32.7
%29.57

CMYK color model

#D9BCAA color CMYK value is (0,13,22,15).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 21.66%
  • key color value is 14.90%

CMYK: (0,13,22,15)
C0M13Y22K15 (0%, 13%, 22%, 15%)
(0.00 / 0.13 / 0.22 / 0.15)

CMYK percentages

%0
%13.36
%21.66
%14.9

Codes

Color #D9BCAA in popluar color models

D9 BC AA
RGB 217 188 170
HSL 23° 38.21% 75.88%
HSB/HSV 23° 21.66% 85.10%
CMYK 0.00% 13.36% 21.66%
14.90%

Color #D9BCAA in popluar number systems.

HEX D9 BC AA
Decimal 217 188 170
Binary 11011001 10111100 10101010
Octal 331 274 252

Shades and tints

Shades of #D9BCAA

#D9BCAA
(217,188,170)
#C6AB9B
(198,171,155)
#B39A8C
(179,154,140)
#A0897D
(160,137,125)
#8D786E
(141,120,110)
#7A675F
(122,103,95)
#675650
(103,86,80)
#544541
(84,69,65)
#413432
(65,52,50)
#2E2323
(46,35,35)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #D9BCAA

#D9BCAA
(217,188,170)
#DCC2B1
(220,194,177)
#DFC8B8
(223,200,184)
#E2CEBF
(226,206,191)
#E5D4C6
(229,212,198)
#E8DACD
(232,218,205)
#EBE0D4
(235,224,212)
#EEE6DB
(238,230,219)
#F1ECE2
(241,236,226)
#F4F2E9
(244,242,233)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BCAA color. Also use rgb(217,188,170) instead hex code.

Text Font Color

.myTextColor { color: #D9BCAA; }

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

This text font color is #D9BCAA.

Background Color

.myBgColor { background-color: #D9BCAA; }

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

This div background color is #D9BCAA.

Border color

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

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

This div border color is #D9BCAA.

Opacity

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

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

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

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

This text has shadow with #D9BCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BCAA.

Preview

Color preview on black background

This text has color #D9BCAA on black background.


Color preview on white background

This text has color #D9BCAA on white background.


Black color preview on #D9BCAA background

This text has black color on #D9BCAA background.


White color preview on #D9BCAA background

This text has white color on #D9BCAA background.


Related colors

Complementary color

Complementary color for #hex is #264355.


I love getcolorcode.com

Triadic colors

1 #AAD9BC and #BCAAD9 with #D9BCAA are triadic colors.

2 #AABCD9 and #BCD9AA with #D9BCAA are triadic colors.