COLOR #D9BABA

HEX: #D9BABA
RGB: (217,186,186)

Color info

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

RGB color model

#D9BABA color RGB value is (217,186,186).

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

RGB channels and saturation

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

217
186
186

R + G + B ~ 77%. #D9BABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 186 + 186 = 589 (100%)
R 217 of 589 ~ 36.84%
G 186 of 589 ~ 31.58%
B 186 of 589 ~ 31.58%

%36.84
%31.58
%31.58

CMYK color model

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

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

CMYK percentages

%0
%14.29
%14.29
%14.9

Codes

Color #D9BABA in popluar color models

D9BABA
RGB217186186
HSL28.97%79.02%
HSB/HSV14.29%85.10%
CMYK0.00%14.29%14.29%
14.90%

Color #D9BABA in popluar number systems.

HEXD9BABA
Decimal217186186
Binary110110011011101010111010
Octal331272272

Shades and tints

Shades of #D9BABA

#D9BABA
(217,186,186)
#C6AAAA
(198,170,170)
#B39A9A
(179,154,154)
#A08A8A
(160,138,138)
#8D7A7A
(141,122,122)
#7A6A6A
(122,106,106)
#675A5A
(103,90,90)
#544A4A
(84,74,74)
#413A3A
(65,58,58)
#2E2A2A
(46,42,42)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #D9BABA

#D9BABA
(217,186,186)
#DCC0C0
(220,192,192)
#DFC6C6
(223,198,198)
#E2CCCC
(226,204,204)
#E5D2D2
(229,210,210)
#E8D8D8
(232,216,216)
#EBDEDE
(235,222,222)
#EEE4E4
(238,228,228)
#F1EAEA
(241,234,234)
#F4F0F0
(244,240,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9BABA; }

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

This text font color is #D9BABA.


Background Color

.myBgColor { background-color: #D9BABA; }

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

This div background color is #D9BABA.


Border color

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

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

This div border color is #D9BABA.


Opacity

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

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

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

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

This text has shadow with #D9BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9BABA on black background.


Color preview on white background

This text has color #D9BABA on white background.



Black color preview on #D9BABA background

This text has black color on #D9BABA background.


White color preview on #D9BABA background

This text has white color on #D9BABA background.