COLOR #DBA7A5

HEX: #DBA7A5
RGB: (219,167,165)

Color info

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

RGB color model

#DBA7A5 color RGB value is (219,167,165).

  • red value is 219;
  • green value is 167;
  • blue value is 165.
RGB:
(219,167,165)
(86%,65%,65%)

RGB channels and saturation

R 219 of 255 = 86%
G 167 of 255 = 65%
B 165 of 255 = 65%

219
167
165

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

Portions of RGB colors in percentages

R + G + B =
219 + 167 + 165 = 551 (100%)
R 219 of 551 ~ 39.75%
G 167 of 551 ~ 30.31%
B 165 of 551 ~ 29.95%

%39.75
%30.31
%29.95

CMYK color model

#DBA7A5 color CMYK value is (0,24,25,14).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 24.66%
  • key color value is 14.12%
CMYK:
(0,24,25,14)
C0M24Y25K14 
(0%,24%,25%,14%)
(0.00/0.24/0.25/0.14)	

CMYK percentages

%0
%23.74
%24.66
%14.12

Codes

Color #DBA7A5 in popluar color models

DBA7A5
RGB219167165
HSL42.86%75.29%
HSB/HSV24.66%85.88%
CMYK0.00%23.74%24.66%
14.12%

Color #DBA7A5 in popluar number systems.

HEXDBA7A5
Decimal219167165
Binary110110111010011110100101
Octal333247245

Shades and tints

Shades of #DBA7A5

#DBA7A5
(219,167,165)
#C89896
(200,152,150)
#B58987
(181,137,135)
#A27A78
(162,122,120)
#8F6B69
(143,107,105)
#7C5C5A
(124,92,90)
#694D4B
(105,77,75)
#563E3C
(86,62,60)
#432F2D
(67,47,45)
#30201E
(48,32,30)
#1D110F
(29,17,15)
#000000
(0,0,0)

Tints of #DBA7A5

#DBA7A5
(219,167,165)
#DEAFAD
(222,175,173)
#E1B7B5
(225,183,181)
#E4BFBD
(228,191,189)
#E7C7C5
(231,199,197)
#EACFCD
(234,207,205)
#EDD7D5
(237,215,213)
#F0DFDD
(240,223,221)
#F3E7E5
(243,231,229)
#F6EFED
(246,239,237)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA7A5 color. Also use rgb(219,167,165) instead hex code.

Text Font Color

.myTextColor { color: #DBA7A5; }

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

This text font color is #DBA7A5.


Background Color

.myBgColor { background-color: #DBA7A5; }

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

This div background color is #DBA7A5.


Border color

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

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

This div border color is #DBA7A5.


Opacity

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

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

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

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

This text has shadow with #DBA7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA7A5 on black background.


Color preview on white background

This text has color #DBA7A5 on white background.



Black color preview on #DBA7A5 background

This text has black color on #DBA7A5 background.


White color preview on #DBA7A5 background

This text has white color on #DBA7A5 background.