COLOR #D9BAB5

HEX: #D9BAB5
RGB: (217,186,181)

Color info

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

RGB color model

#D9BAB5 color RGB value is (217,186,181).

  • red value is 217;
  • green value is 186;
  • blue value is 181.
RGB:
(217,186,181)
(85%,73%,71%)

RGB channels and saturation

R 217 of 255 = 85%
G 186 of 255 = 73%
B 181 of 255 = 71%

217
186
181

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

Portions of RGB colors in percentages

R + G + B =
217 + 186 + 181 = 584 (100%)
R 217 of 584 ~ 37.16%
G 186 of 584 ~ 31.85%
B 181 of 584 ~ 30.99%

%37.16
%31.85
%30.99

CMYK color model

#D9BAB5 color CMYK value is (0,14,17,15).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 16.59%
  • key color value is 14.90%
CMYK:
(0,14,17,15)
C0M14Y17K15 
(0%,14%,17%,15%)
(0.00/0.14/0.17/0.15)	

CMYK percentages

%0
%14.29
%16.59
%14.9

Codes

Color #D9BAB5 in popluar color models

D9BAB5
RGB217186181
HSL32.14%78.04%
HSB/HSV16.59%85.10%
CMYK0.00%14.29%16.59%
14.90%

Color #D9BAB5 in popluar number systems.

HEXD9BAB5
Decimal217186181
Binary110110011011101010110101
Octal331272265

Shades and tints

Shades of #D9BAB5

#D9BAB5
(217,186,181)
#C6AAA5
(198,170,165)
#B39A95
(179,154,149)
#A08A85
(160,138,133)
#8D7A75
(141,122,117)
#7A6A65
(122,106,101)
#675A55
(103,90,85)
#544A45
(84,74,69)
#413A35
(65,58,53)
#2E2A25
(46,42,37)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #D9BAB5

#D9BAB5
(217,186,181)
#DCC0BB
(220,192,187)
#DFC6C1
(223,198,193)
#E2CCC7
(226,204,199)
#E5D2CD
(229,210,205)
#E8D8D3
(232,216,211)
#EBDED9
(235,222,217)
#EEE4DF
(238,228,223)
#F1EAE5
(241,234,229)
#F4F0EB
(244,240,235)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BAB5 color. Also use rgb(217,186,181) instead hex code.

Text Font Color

.myTextColor { color: #D9BAB5; }

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

This text font color is #D9BAB5.


Background Color

.myBgColor { background-color: #D9BAB5; }

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

This div background color is #D9BAB5.


Border color

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

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

This div border color is #D9BAB5.


Opacity

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

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

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

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

This text has shadow with #D9BAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BAB5 on black background.


Color preview on white background

This text has color #D9BAB5 on white background.



Black color preview on #D9BAB5 background

This text has black color on #D9BAB5 background.


White color preview on #D9BAB5 background

This text has white color on #D9BAB5 background.