COLOR #D0BB9F

HEX: #D0BB9F RGB: (208,187,159)

Color info

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

RGB color model

#D0BB9F color RGB value is (208,187,159).

RGB: (208,187,159) (82%, 73%, 62%)

RGB channels and saturation

R 208 of 255 = 82%
G 187 of 255 = 73%
B 159 of 255 = 62%

208
187
159

R + G + B ~ 72%. #D0BB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 187 + 159 = 554 (100%)
R 208 of 554 ~ 37.55%
G 187 of 554 ~ 33.75%
B 159 of 554 ~ 28.7'%

%37.55
%33.75
%28.7

CMYK color model

#D0BB9F color CMYK value is (0,10,24,18).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 23.56%
  • key color value is 18.43%
CMYK: (0,10,24,18) C0M10Y24K18 (0%,10%,24%,18%) (0.00/0.10/0.24/0.18) 

CMYK percentages

%0
%10.1
%23.56
%18.43

Codes

Color #D0BB9F in popluar color models

D0 BB 9F
RGB 208 187 159
HSL 34° 34.27% 71.96%
HSB/HSV 34° 23.56% 81.57%
CMYK 0.00% 10.10% 23.56%
18.43%

Color #D0BB9F in popluar number systems.

HEX D0 BB 9F
Decimal 208 187 159
Binary 11010000 10111011 10011111
Octal 320 273 237

Shades and tints

Shades of #D0BB9F

#D0BB9F
(208,187,159)
#BEAA91
(190,170,145)
#AC9983
(172,153,131)
#9A8875
(154,136,117)
#887767
(136,119,103)
#766659
(118,102,89)
#64554B
(100,85,75)
#52443D
(82,68,61)
#40332F
(64,51,47)
#2E2221
(46,34,33)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D0BB9F

#D0BB9F
(208,187,159)
#D4C1A7
(212,193,167)
#D8C7AF
(216,199,175)
#DCCDB7
(220,205,183)
#E0D3BF
(224,211,191)
#E4D9C7
(228,217,199)
#E8DFCF
(232,223,207)
#ECE5D7
(236,229,215)
#F0EBDF
(240,235,223)
#F4F1E7
(244,241,231)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BB9F color. Also use rgb(208,187,159) instead hex code.

Text Font Color

.myTextColor { color: #D0BB9F; }

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

This text font color is #D0BB9F.

Background Color

.myBgColor { background-color: #D0BB9F; }

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

This div background color is #D0BB9F.

Border color

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

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

This div border color is #D0BB9F.

Opacity

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

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

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

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

This text has shadow with #D0BB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0BB9F.

Preview

Color preview on black background

This text has color #D0BB9F on black background.


Color preview on white background

This text has color #D0BB9F on white background.


Black color preview on #D0BB9F background

This text has black color on #D0BB9F background.


White color preview on #D0BB9F background

This text has white color on #D0BB9F background.


Related colors

Complementary color

Complementary color for #hex is #2F4460.


I love getcolorcode.com

Triadic colors

1 #9FD0BB and #BB9FD0 with #D0BB9F are triadic colors.

2 #9FBBD0 and #BBD09F with #D0BB9F are triadic colors.