COLOR #DB9BAB

HEX: #DB9BAB
RGB: (219,155,171)

Color info

#DB9BAB contains mainly red and blue colors. Web safe color of #DB9BAB is #CC9999 (or #C99).

RGB color model

#DB9BAB color RGB value is (219,155,171).

  • red value is 219;
  • green value is 155;
  • blue value is 171.
RGB:
(219,155,171)
(86%,61%,67%)

RGB channels and saturation

R 219 of 255 = 86%
G 155 of 255 = 61%
B 171 of 255 = 67%

219
155
171

R + G + B ~ 71%. #DB9BAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 155 + 171 = 545 (100%)
R 219 of 545 ~ 40.18%
G 155 of 545 ~ 28.44%
B 171 of 545 ~ 31.38%

%40.18
%28.44
%31.38

CMYK color model

#DB9BAB color CMYK value is (0,29,22,14).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 21.92%
  • key color value is 14.12%
CMYK:
(0,29,22,14)
C0M29Y22K14 
(0%,29%,22%,14%)
(0.00/0.29/0.22/0.14)	

CMYK percentages

%0
%29.22
%21.92
%14.12

Codes

Color #DB9BAB in popluar color models

DB9BAB
RGB219155171
HSL345°47.06%73.33%
HSB/HSV345°29.22%85.88%
CMYK0.00%29.22%21.92%
14.12%

Color #DB9BAB in popluar number systems.

HEXDB9BAB
Decimal219155171
Binary110110111001101110101011
Octal333233253

Shades and tints

Shades of #DB9BAB

#DB9BAB
(219,155,171)
#C88D9C
(200,141,156)
#B57F8D
(181,127,141)
#A2717E
(162,113,126)
#8F636F
(143,99,111)
#7C5560
(124,85,96)
#694751
(105,71,81)
#563942
(86,57,66)
#432B33
(67,43,51)
#301D24
(48,29,36)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #DB9BAB

#DB9BAB
(219,155,171)
#DEA4B2
(222,164,178)
#E1ADB9
(225,173,185)
#E4B6C0
(228,182,192)
#E7BFC7
(231,191,199)
#EAC8CE
(234,200,206)
#EDD1D5
(237,209,213)
#F0DADC
(240,218,220)
#F3E3E3
(243,227,227)
#F6ECEA
(246,236,234)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9BAB color. Also use rgb(219,155,171) instead hex code.

Text Font Color

.myTextColor { color: #DB9BAB; }

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

This text font color is #DB9BAB.


Background Color

.myBgColor { background-color: #DB9BAB; }

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

This div background color is #DB9BAB.


Border color

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

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

This div border color is #DB9BAB.


Opacity

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

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

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

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

This text has shadow with #DB9BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9BAB on black background.


Color preview on white background

This text has color #DB9BAB on white background.



Black color preview on #DB9BAB background

This text has black color on #DB9BAB background.


White color preview on #DB9BAB background

This text has white color on #DB9BAB background.