COLOR #D5BAA4

HEX: #D5BAA4
RGB: (213,186,164)

Color info

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

RGB color model

#D5BAA4 color RGB value is (213,186,164).

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

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 164 of 255 = 64%

213
186
164

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

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 164 = 563 (100%)
R 213 of 563 ~ 37.83%
G 186 of 563 ~ 33.04%
B 164 of 563 ~ 29.13%

%37.83
%33.04
%29.13

CMYK color model

#D5BAA4 color CMYK value is (0,13,23,16).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 23.00%
  • key color value is 16.47%
CMYK:
(0,13,23,16)
C0M13Y23K16 
(0%,13%,23%,16%)
(0.00/0.13/0.23/0.16)	

CMYK percentages

%0
%12.68
%23
%16.47

Codes

Color #D5BAA4 in popluar color models

D5BAA4
RGB213186164
HSL27°36.84%73.92%
HSB/HSV27°23.00%83.53%
CMYK0.00%12.68%23.00%
16.47%

Color #D5BAA4 in popluar number systems.

HEXD5BAA4
Decimal213186164
Binary110101011011101010100100
Octal325272244

Shades and tints

Shades of #D5BAA4

#D5BAA4
(213,186,164)
#C2AA96
(194,170,150)
#AF9A88
(175,154,136)
#9C8A7A
(156,138,122)
#897A6C
(137,122,108)
#766A5E
(118,106,94)
#635A50
(99,90,80)
#504A42
(80,74,66)
#3D3A34
(61,58,52)
#2A2A26
(42,42,38)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #D5BAA4

#D5BAA4
(213,186,164)
#D8C0AC
(216,192,172)
#DBC6B4
(219,198,180)
#DECCBC
(222,204,188)
#E1D2C4
(225,210,196)
#E4D8CC
(228,216,204)
#E7DED4
(231,222,212)
#EAE4DC
(234,228,220)
#EDEAE4
(237,234,228)
#F0F0EC
(240,240,236)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BAA4; }

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

This text font color is #D5BAA4.


Background Color

.myBgColor { background-color: #D5BAA4; }

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

This div background color is #D5BAA4.


Border color

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

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

This div border color is #D5BAA4.


Opacity

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

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

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

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

This text has shadow with #D5BAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BAA4 on black background.


Color preview on white background

This text has color #D5BAA4 on white background.



Black color preview on #D5BAA4 background

This text has black color on #D5BAA4 background.


White color preview on #D5BAA4 background

This text has white color on #D5BAA4 background.