COLOR #DBAAB1

HEX: #DBAAB1 RGB: (219,170,177)

Color info

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

RGB color model

#DBAAB1 color RGB value is (219,170,177).

RGB: (219,170,177) (86%, 67%, 69%)

RGB channels and saturation

R 219 of 255 = 86%
G 170 of 255 = 67%
B 177 of 255 = 69%

219
170
177

R + G + B ~ 74%. #DBAAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 170 + 177 = 566 (100%)
R 219 of 566 ~ 38.69%
G 170 of 566 ~ 30.04%
B 177 of 566 ~ 31.27'%

%38.69
%30.04
%31.27

CMYK color model

#DBAAB1 color CMYK value is (0,22,19,14).

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

CMYK: (0,22,19,14)
C0M22Y19K14 (0%, 22%, 19%, 14%)
(0.00 / 0.22 / 0.19 / 0.14)

CMYK percentages

%0
%22.37
%19.18
%14.12

Codes

Color #DBAAB1 in popluar color models

DB AA B1
RGB 219 170 177
HSL 351° 40.50% 76.27%
HSB/HSV 351° 22.37% 85.88%
CMYK 0.00% 22.37% 19.18%
14.12%

Color #DBAAB1 in popluar number systems.

HEX DB AA B1
Decimal 219 170 177
Binary 11011011 10101010 10110001
Octal 333 252 261

Shades and tints

Shades of #DBAAB1

#DBAAB1
(219,170,177)
#C89BA1
(200,155,161)
#B58C91
(181,140,145)
#A27D81
(162,125,129)
#8F6E71
(143,110,113)
#7C5F61
(124,95,97)
#695051
(105,80,81)
#564141
(86,65,65)
#433231
(67,50,49)
#302321
(48,35,33)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #DBAAB1

#DBAAB1
(219,170,177)
#DEB1B8
(222,177,184)
#E1B8BF
(225,184,191)
#E4BFC6
(228,191,198)
#E7C6CD
(231,198,205)
#EACDD4
(234,205,212)
#EDD4DB
(237,212,219)
#F0DBE2
(240,219,226)
#F3E2E9
(243,226,233)
#F6E9F0
(246,233,240)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAAB1; }

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

This text font color is #DBAAB1.

Background Color

.myBgColor { background-color: #DBAAB1; }

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

This div background color is #DBAAB1.

Border color

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

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

This div border color is #DBAAB1.

Opacity

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

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

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

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

This text has shadow with #DBAAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAAB1.

Preview

Color preview on black background

This text has color #DBAAB1 on black background.


Color preview on white background

This text has color #DBAAB1 on white background.


Black color preview on #DBAAB1 background

This text has black color on #DBAAB1 background.


White color preview on #DBAAB1 background

This text has white color on #DBAAB1 background.


Related colors

Complementary color

Complementary color for #hex is #24554E.


I love getcolorcode.com

Triadic colors

1 #B1DBAA and #AAB1DB with #DBAAB1 are triadic colors.

2 #B1AADB and #AADBB1 with #DBAAB1 are triadic colors.