COLOR #D9BBAA

HEX: #D9BBAA
RGB: (217,187,170)

Color info

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

RGB color model

#D9BBAA color RGB value is (217,187,170).

  • red value is 217;
  • green value is 187;
  • blue value is 170.
RGB: (217,187,170) (85%,73%,67%)

RGB channels and saturation

R 217 of 255 = 85%
G 187 of 255 = 73%
B 170 of 255 = 67%

217
187
170

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

Portions of RGB colors in percentages

R + G + B =
217 + 187 + 170 = 574 (100%)
R 217 of 574 ~ 37.8%
G 187 of 574 ~ 32.58%
B 170 of 574 ~ 29.62%

%37.8
%32.58
%29.62

CMYK color model

#D9BBAA color CMYK value is (0,14,22,15).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 21.66%
  • key color value is 14.90%
CMYK: (0,14,22,15) C0M14Y22K15 (0%,14%,22%,15%) (0.00/0.14/0.22/0.15)

CMYK percentages

%0
%13.82
%21.66
%14.9

Codes

Color #D9BBAA in popluar color models

D9BBAA
RGB217187170
HSL22°38.21%75.88%
HSB/HSV22°21.66%85.10%
CMYK0.00%13.82%21.66%
14.90%

Color #D9BBAA in popluar number systems.

HEXD9BBAA
Decimal217187170
Binary110110011011101110101010
Octal331273252

Shades and tints

Shades of #D9BBAA

#D9BBAA
(217,187,170)
#C6AA9B
(198,170,155)
#B3998C
(179,153,140)
#A0887D
(160,136,125)
#8D776E
(141,119,110)
#7A665F
(122,102,95)
#675550
(103,85,80)
#544441
(84,68,65)
#413332
(65,51,50)
#2E2223
(46,34,35)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #D9BBAA

#D9BBAA
(217,187,170)
#DCC1B1
(220,193,177)
#DFC7B8
(223,199,184)
#E2CDBF
(226,205,191)
#E5D3C6
(229,211,198)
#E8D9CD
(232,217,205)
#EBDFD4
(235,223,212)
#EEE5DB
(238,229,219)
#F1EBE2
(241,235,226)
#F4F1E9
(244,241,233)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BBAA; }

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

This text font color is #D9BBAA.


Background Color

.myBgColor { background-color: #D9BBAA; }

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

This div background color is #D9BBAA.


Border color

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

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

This div border color is #D9BBAA.


Opacity

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

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

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

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

This text has shadow with #D9BBAA color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #D9BBAA; -webkit-box-shadow:	1px 1px 3px 2px #D9BBAA; box-shadow:	1px 1px 3px 2px #D9BBAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D9BBAA; -webkit-box-shadow: 1px 1px 3px 2px #D9BBAA; box-shadow:1px 1px 3px 2px #D9BBAA;">
Div content here</div>
This div box has shadow with color #D9BBAA.

Preview

Color preview on black background

This text has color #D9BBAA on black background.


Color preview on white background

This text has color #D9BBAA on white background.



Black color preview on #D9BBAA background

This text has black color on #D9BBAA background.


White color preview on #D9BBAA background

This text has white color on #D9BBAA background.