COLOR #D5BAB6

HEX: #D5BAB6
RGB: (213,186,182)

Color info

#D5BAB6 contains red, green and blue colors in about the same proportion. Web safe color of #D5BAB6 is #CCCCCC (or #CCC).

RGB color model

#D5BAB6 color RGB value is (213,186,182).

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

RGB channels and saturation

R 213 of 255 = 84%
G 186 of 255 = 73%
B 182 of 255 = 71%

213
186
182

R + G + B ~ 76%. #D5BAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 186 + 182 = 581 (100%)
R 213 of 581 ~ 36.66%
G 186 of 581 ~ 32.01%
B 182 of 581 ~ 31.33%

%36.66
%32.01
%31.33

CMYK color model

#D5BAB6 color CMYK value is (0,13,15,16).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK:
(0,13,15,16)
C0M13Y15K16 
(0%,13%,15%,16%)
(0.00/0.13/0.15/0.16)	

CMYK percentages

%0
%12.68
%14.55
%16.47

Codes

Color #D5BAB6 in popluar color models

D5BAB6
RGB213186182
HSL26.96%77.45%
HSB/HSV14.55%83.53%
CMYK0.00%12.68%14.55%
16.47%

Color #D5BAB6 in popluar number systems.

HEXD5BAB6
Decimal213186182
Binary110101011011101010110110
Octal325272266

Shades and tints

Shades of #D5BAB6

#D5BAB6
(213,186,182)
#C2AAA6
(194,170,166)
#AF9A96
(175,154,150)
#9C8A86
(156,138,134)
#897A76
(137,122,118)
#766A66
(118,106,102)
#635A56
(99,90,86)
#504A46
(80,74,70)
#3D3A36
(61,58,54)
#2A2A26
(42,42,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #D5BAB6

#D5BAB6
(213,186,182)
#D8C0BC
(216,192,188)
#DBC6C2
(219,198,194)
#DECCC8
(222,204,200)
#E1D2CE
(225,210,206)
#E4D8D4
(228,216,212)
#E7DEDA
(231,222,218)
#EAE4E0
(234,228,224)
#EDEAE6
(237,234,230)
#F0F0EC
(240,240,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BAB6; }

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

This text font color is #D5BAB6.


Background Color

.myBgColor { background-color: #D5BAB6; }

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

This div background color is #D5BAB6.


Border color

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

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

This div border color is #D5BAB6.


Opacity

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

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

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

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

This text has shadow with #D5BAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BAB6 on black background.


Color preview on white background

This text has color #D5BAB6 on white background.



Black color preview on #D5BAB6 background

This text has black color on #D5BAB6 background.


White color preview on #D5BAB6 background

This text has white color on #D5BAB6 background.