COLOR #DBA4AA

HEX: #DBA4AA
RGB: (219,164,170)

Color info

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

RGB color model

#DBA4AA color RGB value is (219,164,170).

  • red value is 219;
  • green value is 164;
  • blue value is 170.
RGB:
(219,164,170)
(86%,64%,67%)

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 170 of 255 = 67%

219
164
170

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

Portions of RGB colors in percentages

R + G + B =
219 + 164 + 170 = 553 (100%)
R 219 of 553 ~ 39.6%
G 164 of 553 ~ 29.66%
B 170 of 553 ~ 30.74%

%39.6
%29.66
%30.74

CMYK color model

#DBA4AA color CMYK value is (0,25,22,14).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 22.37%
  • key color value is 14.12%
CMYK:
(0,25,22,14)
C0M25Y22K14 
(0%,25%,22%,14%)
(0.00/0.25/0.22/0.14)	

CMYK percentages

%0
%25.11
%22.37
%14.12

Codes

Color #DBA4AA in popluar color models

DBA4AA
RGB219164170
HSL353°43.31%75.10%
HSB/HSV353°25.11%85.88%
CMYK0.00%25.11%22.37%
14.12%

Color #DBA4AA in popluar number systems.

HEXDBA4AA
Decimal219164170
Binary110110111010010010101010
Octal333244252

Shades and tints

Shades of #DBA4AA

#DBA4AA
(219,164,170)
#C8969B
(200,150,155)
#B5888C
(181,136,140)
#A27A7D
(162,122,125)
#8F6C6E
(143,108,110)
#7C5E5F
(124,94,95)
#695050
(105,80,80)
#564241
(86,66,65)
#433432
(67,52,50)
#302623
(48,38,35)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #DBA4AA

#DBA4AA
(219,164,170)
#DEACB1
(222,172,177)
#E1B4B8
(225,180,184)
#E4BCBF
(228,188,191)
#E7C4C6
(231,196,198)
#EACCCD
(234,204,205)
#EDD4D4
(237,212,212)
#F0DCDB
(240,220,219)
#F3E4E2
(243,228,226)
#F6ECE9
(246,236,233)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA4AA; }

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

This text font color is #DBA4AA.


Background Color

.myBgColor { background-color: #DBA4AA; }

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

This div background color is #DBA4AA.


Border color

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

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

This div border color is #DBA4AA.


Opacity

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

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

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

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

This text has shadow with #DBA4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA4AA on black background.


Color preview on white background

This text has color #DBA4AA on white background.



Black color preview on #DBA4AA background

This text has black color on #DBA4AA background.


White color preview on #DBA4AA background

This text has white color on #DBA4AA background.