COLOR #D5BF9F

HEX: #D5BF9F
RGB: (213,191,159)

Color info

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

RGB color model

#D5BF9F color RGB value is (213,191,159).

  • red value is 213;
  • green value is 191;
  • blue value is 159.
RGB:
(213,191,159)
(84%,75%,62%)

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 159 of 255 = 62%

213
191
159

R + G + B ~ 74%. #D5BF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 159 = 563 (100%)
R 213 of 563 ~ 37.83%
G 191 of 563 ~ 33.93%
B 159 of 563 ~ 28.24%

%37.83
%33.93
%28.24

CMYK color model

#D5BF9F color CMYK value is (0,10,25,16).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK:
(0,10,25,16)
C0M10Y25K16 
(0%,10%,25%,16%)
(0.00/0.10/0.25/0.16)	

CMYK percentages

%0
%10.33
%25.35
%16.47

Codes

Color #D5BF9F in popluar color models

D5BF9F
RGB213191159
HSL36°39.13%72.94%
HSB/HSV36°25.35%83.53%
CMYK0.00%10.33%25.35%
16.47%

Color #D5BF9F in popluar number systems.

HEXD5BF9F
Decimal213191159
Binary110101011011111110011111
Octal325277237

Shades and tints

Shades of #D5BF9F

#D5BF9F
(213,191,159)
#C2AE91
(194,174,145)
#AF9D83
(175,157,131)
#9C8C75
(156,140,117)
#897B67
(137,123,103)
#766A59
(118,106,89)
#63594B
(99,89,75)
#50483D
(80,72,61)
#3D372F
(61,55,47)
#2A2621
(42,38,33)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #D5BF9F

#D5BF9F
(213,191,159)
#D8C4A7
(216,196,167)
#DBC9AF
(219,201,175)
#DECEB7
(222,206,183)
#E1D3BF
(225,211,191)
#E4D8C7
(228,216,199)
#E7DDCF
(231,221,207)
#EAE2D7
(234,226,215)
#EDE7DF
(237,231,223)
#F0ECE7
(240,236,231)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BF9F; }

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

This text font color is #D5BF9F.


Background Color

.myBgColor { background-color: #D5BF9F; }

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

This div background color is #D5BF9F.


Border color

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

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

This div border color is #D5BF9F.


Opacity

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

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

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

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

This text has shadow with #D5BF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BF9F on black background.


Color preview on white background

This text has color #D5BF9F on white background.



Black color preview on #D5BF9F background

This text has black color on #D5BF9F background.


White color preview on #D5BF9F background

This text has white color on #D5BF9F background.