COLOR #DBA0AD

HEX: #DBA0AD RGB: (219,160,173)

Color info

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

RGB color model

#DBA0AD color RGB value is (219,160,173).

RGB: (219,160,173) (86%, 63%, 68%)

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 173 of 255 = 68%

219
160
173

R + G + B ~ 72%. #DBA0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 160 + 173 = 552 (100%)
R 219 of 552 ~ 39.67%
G 160 of 552 ~ 28.99%
B 173 of 552 ~ 31.34'%

%39.67
%28.99
%31.34

CMYK color model

#DBA0AD color CMYK value is (0,27,21,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 21.00%
  • key color value is 14.12%

CMYK: (0,27,21,14)
C0M27Y21K14 (0%, 27%, 21%, 14%)
(0.00 / 0.27 / 0.21 / 0.14)

CMYK percentages

%0
%26.94
%21
%14.12

Codes

Color #DBA0AD in popluar color models

DB A0 AD
RGB 219 160 173
HSL 347° 45.04% 74.31%
HSB/HSV 347° 26.94% 85.88%
CMYK 0.00% 26.94% 21.00%
14.12%

Color #DBA0AD in popluar number systems.

HEX DB A0 AD
Decimal 219 160 173
Binary 11011011 10100000 10101101
Octal 333 240 255

Shades and tints

Shades of #DBA0AD

#DBA0AD
(219,160,173)
#C8929E
(200,146,158)
#B5848F
(181,132,143)
#A27680
(162,118,128)
#8F6871
(143,104,113)
#7C5A62
(124,90,98)
#694C53
(105,76,83)
#563E44
(86,62,68)
#433035
(67,48,53)
#302226
(48,34,38)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #DBA0AD

#DBA0AD
(219,160,173)
#DEA8B4
(222,168,180)
#E1B0BB
(225,176,187)
#E4B8C2
(228,184,194)
#E7C0C9
(231,192,201)
#EAC8D0
(234,200,208)
#EDD0D7
(237,208,215)
#F0D8DE
(240,216,222)
#F3E0E5
(243,224,229)
#F6E8EC
(246,232,236)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA0AD color. Also use rgb(219,160,173) instead hex code.

Text Font Color

.myTextColor { color: #DBA0AD; }

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

This text font color is #DBA0AD.

Background Color

.myBgColor { background-color: #DBA0AD; }

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

This div background color is #DBA0AD.

Border color

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

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

This div border color is #DBA0AD.

Opacity

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

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

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

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

This text has shadow with #DBA0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA0AD.

Preview

Color preview on black background

This text has color #DBA0AD on black background.


Color preview on white background

This text has color #DBA0AD on white background.


Black color preview on #DBA0AD background

This text has black color on #DBA0AD background.


White color preview on #DBA0AD background

This text has white color on #DBA0AD background.


Related colors

Complementary color

Complementary color for #hex is #245F52.


I love getcolorcode.com

Triadic colors

1 #ADDBA0 and #A0ADDB with #DBA0AD are triadic colors.

2 #ADA0DB and #A0DBAD with #DBA0AD are triadic colors.