COLOR #D5BA9A

HEX: #D5BA9A
RGB: (213,186,154)

Color info

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

RGB color model

#D5BA9A color RGB value is (213,186,154).

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

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 154 of 255 = 60%

213
186
154

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

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 154 = 553 (100%)
R 213 of 553 ~ 38.52%
G 186 of 553 ~ 33.63%
B 154 of 553 ~ 27.85%

%38.52
%33.63
%27.85

CMYK color model

#D5BA9A color CMYK value is (0,13,28,16).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(0,13,28,16)
C0M13Y28K16 
(0%,13%,28%,16%)
(0.00/0.13/0.28/0.16)	

CMYK percentages

%0
%12.68
%27.7
%16.47

Codes

Color #D5BA9A in popluar color models

D5BA9A
RGB213186154
HSL33°41.26%71.96%
HSB/HSV33°27.70%83.53%
CMYK0.00%12.68%27.70%
16.47%

Color #D5BA9A in popluar number systems.

HEXD5BA9A
Decimal213186154
Binary110101011011101010011010
Octal325272232

Shades and tints

Shades of #D5BA9A

#D5BA9A
(213,186,154)
#C2AA8C
(194,170,140)
#AF9A7E
(175,154,126)
#9C8A70
(156,138,112)
#897A62
(137,122,98)
#766A54
(118,106,84)
#635A46
(99,90,70)
#504A38
(80,74,56)
#3D3A2A
(61,58,42)
#2A2A1C
(42,42,28)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #D5BA9A

#D5BA9A
(213,186,154)
#D8C0A3
(216,192,163)
#DBC6AC
(219,198,172)
#DECCB5
(222,204,181)
#E1D2BE
(225,210,190)
#E4D8C7
(228,216,199)
#E7DED0
(231,222,208)
#EAE4D9
(234,228,217)
#EDEAE2
(237,234,226)
#F0F0EB
(240,240,235)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BA9A; }

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

This text font color is #D5BA9A.


Background Color

.myBgColor { background-color: #D5BA9A; }

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

This div background color is #D5BA9A.


Border color

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

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

This div border color is #D5BA9A.


Opacity

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

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

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

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

This text has shadow with #D5BA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BA9A on black background.


Color preview on white background

This text has color #D5BA9A on white background.



Black color preview on #D5BA9A background

This text has black color on #D5BA9A background.


White color preview on #D5BA9A background

This text has white color on #D5BA9A background.