COLOR #D5BA9C

HEX: #D5BA9C
RGB: (213,186,156)

Color info

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

RGB color model

#D5BA9C color RGB value is (213,186,156).

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

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 156 of 255 = 61%

213
186
156

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

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 156 = 555 (100%)
R 213 of 555 ~ 38.38%
G 186 of 555 ~ 33.51%
B 156 of 555 ~ 28.11%

%38.38
%33.51
%28.11

CMYK color model

#D5BA9C color CMYK value is (0,13,27,16).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 26.76%
  • key color value is 16.47%
CMYK:
(0,13,27,16)
C0M13Y27K16 
(0%,13%,27%,16%)
(0.00/0.13/0.27/0.16)	

CMYK percentages

%0
%12.68
%26.76
%16.47

Codes

Color #D5BA9C in popluar color models

D5BA9C
RGB213186156
HSL32°40.43%72.35%
HSB/HSV32°26.76%83.53%
CMYK0.00%12.68%26.76%
16.47%

Color #D5BA9C in popluar number systems.

HEXD5BA9C
Decimal213186156
Binary110101011011101010011100
Octal325272234

Shades and tints

Shades of #D5BA9C

#D5BA9C
(213,186,156)
#C2AA8E
(194,170,142)
#AF9A80
(175,154,128)
#9C8A72
(156,138,114)
#897A64
(137,122,100)
#766A56
(118,106,86)
#635A48
(99,90,72)
#504A3A
(80,74,58)
#3D3A2C
(61,58,44)
#2A2A1E
(42,42,30)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #D5BA9C

#D5BA9C
(213,186,156)
#D8C0A5
(216,192,165)
#DBC6AE
(219,198,174)
#DECCB7
(222,204,183)
#E1D2C0
(225,210,192)
#E4D8C9
(228,216,201)
#E7DED2
(231,222,210)
#EAE4DB
(234,228,219)
#EDEAE4
(237,234,228)
#F0F0ED
(240,240,237)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BA9C; }

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

This text font color is #D5BA9C.


Background Color

.myBgColor { background-color: #D5BA9C; }

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

This div background color is #D5BA9C.


Border color

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

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

This div border color is #D5BA9C.


Opacity

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

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

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

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

This text has shadow with #D5BA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BA9C on black background.


Color preview on white background

This text has color #D5BA9C on white background.



Black color preview on #D5BA9C background

This text has black color on #D5BA9C background.


White color preview on #D5BA9C background

This text has white color on #D5BA9C background.