COLOR #DBA0A9

HEX: #DBA0A9
RGB: (219,160,169)

Color info

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

RGB color model

#DBA0A9 color RGB value is (219,160,169).

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

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 169 of 255 = 66%

219
160
169

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

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 169 = 548 (100%)
R 219 of 548 ~ 39.96%
G 160 of 548 ~ 29.2%
B 169 of 548 ~ 30.84%

%39.96
%29.2
%30.84

CMYK color model

#DBA0A9 color CMYK value is (0,27,23,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(0,27,23,14)
C0M27Y23K14 
(0%,27%,23%,14%)
(0.00/0.27/0.23/0.14)	

CMYK percentages

%0
%26.94
%22.83
%14.12

Codes

Color #DBA0A9 in popluar color models

DBA0A9
RGB219160169
HSL351°45.04%74.31%
HSB/HSV351°26.94%85.88%
CMYK0.00%26.94%22.83%
14.12%

Color #DBA0A9 in popluar number systems.

HEXDBA0A9
Decimal219160169
Binary110110111010000010101001
Octal333240251

Shades and tints

Shades of #DBA0A9

#DBA0A9
(219,160,169)
#C8929A
(200,146,154)
#B5848B
(181,132,139)
#A2767C
(162,118,124)
#8F686D
(143,104,109)
#7C5A5E
(124,90,94)
#694C4F
(105,76,79)
#563E40
(86,62,64)
#433031
(67,48,49)
#302222
(48,34,34)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #DBA0A9

#DBA0A9
(219,160,169)
#DEA8B0
(222,168,176)
#E1B0B7
(225,176,183)
#E4B8BE
(228,184,190)
#E7C0C5
(231,192,197)
#EAC8CC
(234,200,204)
#EDD0D3
(237,208,211)
#F0D8DA
(240,216,218)
#F3E0E1
(243,224,225)
#F6E8E8
(246,232,232)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA0A9; }

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

This text font color is #DBA0A9.


Background Color

.myBgColor { background-color: #DBA0A9; }

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

This div background color is #DBA0A9.


Border color

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

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

This div border color is #DBA0A9.


Opacity

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

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

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

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

This text has shadow with #DBA0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA0A9 on black background.


Color preview on white background

This text has color #DBA0A9 on white background.



Black color preview on #DBA0A9 background

This text has black color on #DBA0A9 background.


White color preview on #DBA0A9 background

This text has white color on #DBA0A9 background.