COLOR #D5BB9F

HEX: #D5BB9F RGB: (213,187,159)

Color info

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

RGB color model

#D5BB9F color RGB value is (213,187,159).

RGB: (213,187,159) (84%, 73%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 187 of 255 = 73%
B 159 of 255 = 62%

213
187
159

R + G + B ~ 73%. #D5BB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 187 + 159 = 559 (100%)
R 213 of 559 ~ 38.1%
G 187 of 559 ~ 33.45%
B 159 of 559 ~ 28.44'%

%38.1
%33.45
%28.44

CMYK color model

#D5BB9F color CMYK value is (0,12,25,16).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 25.35%
  • key color value is 16.47%

CMYK: (0,12,25,16)
C0M12Y25K16 (0%, 12%, 25%, 16%)
(0.00 / 0.12 / 0.25 / 0.16)

CMYK percentages

%0
%12.21
%25.35
%16.47

Codes

Color #D5BB9F in popluar color models

D5 BB 9F
RGB 213 187 159
HSL 31° 39.13% 72.94%
HSB/HSV 31° 25.35% 83.53%
CMYK 0.00% 12.21% 25.35%
16.47%

Color #D5BB9F in popluar number systems.

HEX D5 BB 9F
Decimal 213 187 159
Binary 11010101 10111011 10011111
Octal 325 273 237

Shades and tints

Shades of #D5BB9F

#D5BB9F
(213,187,159)
#C2AA91
(194,170,145)
#AF9983
(175,153,131)
#9C8875
(156,136,117)
#897767
(137,119,103)
#766659
(118,102,89)
#63554B
(99,85,75)
#50443D
(80,68,61)
#3D332F
(61,51,47)
#2A2221
(42,34,33)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #D5BB9F

#D5BB9F
(213,187,159)
#D8C1A7
(216,193,167)
#DBC7AF
(219,199,175)
#DECDB7
(222,205,183)
#E1D3BF
(225,211,191)
#E4D9C7
(228,217,199)
#E7DFCF
(231,223,207)
#EAE5D7
(234,229,215)
#EDEBDF
(237,235,223)
#F0F1E7
(240,241,231)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BB9F; }

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

This text font color is #D5BB9F.

Background Color

.myBgColor { background-color: #D5BB9F; }

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

This div background color is #D5BB9F.

Border color

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

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

This div border color is #D5BB9F.

Opacity

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

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

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

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

This text has shadow with #D5BB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BB9F.

Preview

Color preview on black background

This text has color #D5BB9F on black background.


Color preview on white background

This text has color #D5BB9F on white background.


Black color preview on #D5BB9F background

This text has black color on #D5BB9F background.


White color preview on #D5BB9F background

This text has white color on #D5BB9F background.


Related colors

Complementary color

Complementary color for #hex is #2A4460.


I love getcolorcode.com

Triadic colors

1 #9FD5BB and #BB9FD5 with #D5BB9F are triadic colors.

2 #9FBBD5 and #BBD59F with #D5BB9F are triadic colors.