COLOR #D9BAB4

HEX: #D9BAB4
RGB: (217,186,180)

Color info

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

RGB color model

#D9BAB4 color RGB value is (217,186,180).

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

RGB channels and saturation

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

217
186
180

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

Portions of RGB colors in percentages

R + G + B =
217 + 186 + 180 = 583 (100%)
R 217 of 583 ~ 37.22%
G 186 of 583 ~ 31.9%
B 180 of 583 ~ 30.87%

%37.22
%31.9
%30.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 17.05%
  • 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
%17.05
%14.9

Codes

Color #D9BAB4 in popluar color models

D9BAB4
RGB217186180
HSL10°32.74%77.84%
HSB/HSV10°17.05%85.10%
CMYK0.00%14.29%17.05%
14.90%

Color #D9BAB4 in popluar number systems.

HEXD9BAB4
Decimal217186180
Binary110110011011101010110100
Octal331272264

Shades and tints

Shades of #D9BAB4

#D9BAB4
(217,186,180)
#C6AAA4
(198,170,164)
#B39A94
(179,154,148)
#A08A84
(160,138,132)
#8D7A74
(141,122,116)
#7A6A64
(122,106,100)
#675A54
(103,90,84)
#544A44
(84,74,68)
#413A34
(65,58,52)
#2E2A24
(46,42,36)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #D9BAB4

#D9BAB4
(217,186,180)
#DCC0BA
(220,192,186)
#DFC6C0
(223,198,192)
#E2CCC6
(226,204,198)
#E5D2CC
(229,210,204)
#E8D8D2
(232,216,210)
#EBDED8
(235,222,216)
#EEE4DE
(238,228,222)
#F1EAE4
(241,234,228)
#F4F0EA
(244,240,234)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BAB4; }

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

This text font color is #D9BAB4.


Background Color

.myBgColor { background-color: #D9BAB4; }

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

This div background color is #D9BAB4.


Border color

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

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

This div border color is #D9BAB4.


Opacity

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

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

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

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

This text has shadow with #D9BAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BAB4 on black background.


Color preview on white background

This text has color #D9BAB4 on white background.



Black color preview on #D9BAB4 background

This text has black color on #D9BAB4 background.


White color preview on #D9BAB4 background

This text has white color on #D9BAB4 background.