COLOR #DBA9AB

HEX: #DBA9AB
RGB: (219,169,171)

Color info

#DBA9AB contains red, green and blue colors in about the same proportion. Web safe color of #DBA9AB is #CC9999 (or #C99).

RGB color model

#DBA9AB color RGB value is (219,169,171).

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

RGB channels and saturation

R 219 of 255 = 86%
G 169 of 255 = 66%
B 171 of 255 = 67%

219
169
171

R + G + B ~ 73%. #DBA9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 169 + 171 = 559 (100%)
R 219 of 559 ~ 39.18%
G 169 of 559 ~ 30.23%
B 171 of 559 ~ 30.59%

%39.18
%30.23
%30.59

CMYK color model

#DBA9AB color CMYK value is (0,23,22,14).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 21.92%
  • key color value is 14.12%
CMYK:
(0,23,22,14)
C0M23Y22K14 
(0%,23%,22%,14%)
(0.00/0.23/0.22/0.14)	

CMYK percentages

%0
%22.83
%21.92
%14.12

Codes

Color #DBA9AB in popluar color models

DBA9AB
RGB219169171
HSL358°40.98%76.08%
HSB/HSV358°22.83%85.88%
CMYK0.00%22.83%21.92%
14.12%

Color #DBA9AB in popluar number systems.

HEXDBA9AB
Decimal219169171
Binary110110111010100110101011
Octal333251253

Shades and tints

Shades of #DBA9AB

#DBA9AB
(219,169,171)
#C89A9C
(200,154,156)
#B58B8D
(181,139,141)
#A27C7E
(162,124,126)
#8F6D6F
(143,109,111)
#7C5E60
(124,94,96)
#694F51
(105,79,81)
#564042
(86,64,66)
#433133
(67,49,51)
#302224
(48,34,36)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #DBA9AB

#DBA9AB
(219,169,171)
#DEB0B2
(222,176,178)
#E1B7B9
(225,183,185)
#E4BEC0
(228,190,192)
#E7C5C7
(231,197,199)
#EACCCE
(234,204,206)
#EDD3D5
(237,211,213)
#F0DADC
(240,218,220)
#F3E1E3
(243,225,227)
#F6E8EA
(246,232,234)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA9AB; }

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

This text font color is #DBA9AB.


Background Color

.myBgColor { background-color: #DBA9AB; }

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

This div background color is #DBA9AB.


Border color

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

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

This div border color is #DBA9AB.


Opacity

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

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

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

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

This text has shadow with #DBA9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA9AB on black background.


Color preview on white background

This text has color #DBA9AB on white background.



Black color preview on #DBA9AB background

This text has black color on #DBA9AB background.


White color preview on #DBA9AB background

This text has white color on #DBA9AB background.