COLOR #DBAAB9

HEX: #DBAAB9 RGB: (219,170,185)

Color info

#DBAAB9 contains red, green and blue colors in about the same proportion. Web safe color of #DBAAB9 is #CC99CC (or #C9C).

RGB color model

#DBAAB9 color RGB value is (219,170,185).

RGB: (219,170,185) (86%, 67%, 73%)

RGB channels and saturation

R 219 of 255 = 86%
G 170 of 255 = 67%
B 185 of 255 = 73%

219
170
185

R + G + B ~ 75%. #DBAAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 170 + 185 = 574 (100%)
R 219 of 574 ~ 38.15%
G 170 of 574 ~ 29.62%
B 185 of 574 ~ 32.23'%

%38.15
%29.62
%32.23

CMYK color model

#DBAAB9 color CMYK value is (0,22,16,14).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 15.53%
  • key color value is 14.12%

CMYK: (0,22,16,14)
C0M22Y16K14 (0%, 22%, 16%, 14%)
(0.00 / 0.22 / 0.16 / 0.14)

CMYK percentages

%0
%22.37
%15.53
%14.12

Codes

Color #DBAAB9 in popluar color models

DB AA B9
RGB 219 170 185
HSL 342° 40.50% 76.27%
HSB/HSV 342° 22.37% 85.88%
CMYK 0.00% 22.37% 15.53%
14.12%

Color #DBAAB9 in popluar number systems.

HEX DB AA B9
Decimal 219 170 185
Binary 11011011 10101010 10111001
Octal 333 252 271

Shades and tints

Shades of #DBAAB9

#DBAAB9
(219,170,185)
#C89BA9
(200,155,169)
#B58C99
(181,140,153)
#A27D89
(162,125,137)
#8F6E79
(143,110,121)
#7C5F69
(124,95,105)
#695059
(105,80,89)
#564149
(86,65,73)
#433239
(67,50,57)
#302329
(48,35,41)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #DBAAB9

#DBAAB9
(219,170,185)
#DEB1BF
(222,177,191)
#E1B8C5
(225,184,197)
#E4BFCB
(228,191,203)
#E7C6D1
(231,198,209)
#EACDD7
(234,205,215)
#EDD4DD
(237,212,221)
#F0DBE3
(240,219,227)
#F3E2E9
(243,226,233)
#F6E9EF
(246,233,239)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAAB9; }

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

This text font color is #DBAAB9.

Background Color

.myBgColor { background-color: #DBAAB9; }

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

This div background color is #DBAAB9.

Border color

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

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

This div border color is #DBAAB9.

Opacity

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

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

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

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

This text has shadow with #DBAAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAAB9.

Preview

Color preview on black background

This text has color #DBAAB9 on black background.


Color preview on white background

This text has color #DBAAB9 on white background.


Black color preview on #DBAAB9 background

This text has black color on #DBAAB9 background.


White color preview on #DBAAB9 background

This text has white color on #DBAAB9 background.


Related colors

Complementary color

Complementary color for #hex is #245546.


I love getcolorcode.com

Triadic colors

1 #B9DBAA and #AAB9DB with #DBAAB9 are triadic colors.

2 #B9AADB and #AADBB9 with #DBAAB9 are triadic colors.