COLOR #DBA9AA

HEX: #DBA9AA RGB: (219,169,170)

Color info

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

RGB color model

#DBA9AA color RGB value is (219,169,170).

RGB: (219,169,170) (86%, 66%, 67%)

RGB channels and saturation

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

219
169
170

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

Portions of RGB colors in percentages

R + G + B = 219 + 169 + 170 = 558 (100%)
R 219 of 558 ~ 39.25%
G 169 of 558 ~ 30.29%
B 170 of 558 ~ 30.47'%

%39.25
%30.29
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 22.37%
  • 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
%22.37
%14.12

Codes

Color #DBA9AA in popluar color models

DB A9 AA
RGB 219 169 170
HSL 359° 40.98% 76.08%
HSB/HSV 359° 22.83% 85.88%
CMYK 0.00% 22.83% 22.37%
14.12%

Color #DBA9AA in popluar number systems.

HEX DB A9 AA
Decimal 219 169 170
Binary 11011011 10101001 10101010
Octal 333 251 252

Shades and tints

Shades of #DBA9AA

#DBA9AA
(219,169,170)
#C89A9B
(200,154,155)
#B58B8C
(181,139,140)
#A27C7D
(162,124,125)
#8F6D6E
(143,109,110)
#7C5E5F
(124,94,95)
#694F50
(105,79,80)
#564041
(86,64,65)
#433132
(67,49,50)
#302223
(48,34,35)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #DBA9AA

#DBA9AA
(219,169,170)
#DEB0B1
(222,176,177)
#E1B7B8
(225,183,184)
#E4BEBF
(228,190,191)
#E7C5C6
(231,197,198)
#EACCCD
(234,204,205)
#EDD3D4
(237,211,212)
#F0DADB
(240,218,219)
#F3E1E2
(243,225,226)
#F6E8E9
(246,232,233)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA9AA; }

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

This text font color is #DBA9AA.

Background Color

.myBgColor { background-color: #DBA9AA; }

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

This div background color is #DBA9AA.

Border color

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

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

This div border color is #DBA9AA.

Opacity

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

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

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

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

This text has shadow with #DBA9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA9AA.

Preview

Color preview on black background

This text has color #DBA9AA on black background.


Color preview on white background

This text has color #DBA9AA on white background.


Black color preview on #DBA9AA background

This text has black color on #DBA9AA background.


White color preview on #DBA9AA background

This text has white color on #DBA9AA background.


Related colors

Complementary color

Complementary color for #hex is #245655.


I love getcolorcode.com

Triadic colors

1 #AADBA9 and #A9AADB with #DBA9AA are triadic colors.

2 #AAA9DB and #A9DBAA with #DBA9AA are triadic colors.