COLOR #D5BA91

HEX: #D5BA91
RGB: (213,186,145)

Color info

#D5BA91 contains mainly red and green colors. Web safe color of #D5BA91 is #CCCC99 (or #CC9).

RGB color model

#D5BA91 color RGB value is (213,186,145).

  • red value is 213;
  • green value is 186;
  • blue value is 145.
RGB:
(213,186,145)
(84%,73%,57%)

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 145 of 255 = 57%

213
186
145

R + G + B ~ 71%. #D5BA91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 145 = 544 (100%)
R 213 of 544 ~ 39.15%
G 186 of 544 ~ 34.19%
B 145 of 544 ~ 26.65%

%39.15
%34.19
%26.65

CMYK color model

#D5BA91 color CMYK value is (0,13,32,16).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 31.92%
  • key color value is 16.47%
CMYK:
(0,13,32,16)
C0M13Y32K16 
(0%,13%,32%,16%)
(0.00/0.13/0.32/0.16)	

CMYK percentages

%0
%12.68
%31.92
%16.47

Codes

Color #D5BA91 in popluar color models

D5BA91
RGB213186145
HSL36°44.74%70.20%
HSB/HSV36°31.92%83.53%
CMYK0.00%12.68%31.92%
16.47%

Color #D5BA91 in popluar number systems.

HEXD5BA91
Decimal213186145
Binary110101011011101010010001
Octal325272221

Shades and tints

Shades of #D5BA91

#D5BA91
(213,186,145)
#C2AA84
(194,170,132)
#AF9A77
(175,154,119)
#9C8A6A
(156,138,106)
#897A5D
(137,122,93)
#766A50
(118,106,80)
#635A43
(99,90,67)
#504A36
(80,74,54)
#3D3A29
(61,58,41)
#2A2A1C
(42,42,28)
#171A0F
(23,26,15)
#000000
(0,0,0)

Tints of #D5BA91

#D5BA91
(213,186,145)
#D8C09B
(216,192,155)
#DBC6A5
(219,198,165)
#DECCAF
(222,204,175)
#E1D2B9
(225,210,185)
#E4D8C3
(228,216,195)
#E7DECD
(231,222,205)
#EAE4D7
(234,228,215)
#EDEAE1
(237,234,225)
#F0F0EB
(240,240,235)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BA91 color. Also use rgb(213,186,145) instead hex code.

Text Font Color

.myTextColor { color: #D5BA91; }

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

This text font color is #D5BA91.


Background Color

.myBgColor { background-color: #D5BA91; }

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

This div background color is #D5BA91.


Border color

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

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

This div border color is #D5BA91.


Opacity

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

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

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

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

This text has shadow with #D5BA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BA91 on black background.


Color preview on white background

This text has color #D5BA91 on white background.



Black color preview on #D5BA91 background

This text has black color on #D5BA91 background.


White color preview on #D5BA91 background

This text has white color on #D5BA91 background.