COLOR #DBA6A5

HEX: #DBA6A5
RGB: (219,166,165)

Color info

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

RGB color model

#DBA6A5 color RGB value is (219,166,165).

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

RGB channels and saturation

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

219
166
165

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

Portions of RGB colors in percentages

R + G + B =
219 + 166 + 165 = 550 (100%)
R 219 of 550 ~ 39.82%
G 166 of 550 ~ 30.18%
B 165 of 550 ~ 30%

%39.82
%30.18
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.20%
  • 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
%24.2
%24.66
%14.12

Codes

Color #DBA6A5 in popluar color models

DBA6A5
RGB219166165
HSL42.86%75.29%
HSB/HSV24.66%85.88%
CMYK0.00%24.20%24.66%
14.12%

Color #DBA6A5 in popluar number systems.

HEXDBA6A5
Decimal219166165
Binary110110111010011010100101
Octal333246245

Shades and tints

Shades of #DBA6A5

#DBA6A5
(219,166,165)
#C89796
(200,151,150)
#B58887
(181,136,135)
#A27978
(162,121,120)
#8F6A69
(143,106,105)
#7C5B5A
(124,91,90)
#694C4B
(105,76,75)
#563D3C
(86,61,60)
#432E2D
(67,46,45)
#301F1E
(48,31,30)
#1D100F
(29,16,15)
#000000
(0,0,0)

Tints of #DBA6A5

#DBA6A5
(219,166,165)
#DEAEAD
(222,174,173)
#E1B6B5
(225,182,181)
#E4BEBD
(228,190,189)
#E7C6C5
(231,198,197)
#EACECD
(234,206,205)
#EDD6D5
(237,214,213)
#F0DEDD
(240,222,221)
#F3E6E5
(243,230,229)
#F6EEED
(246,238,237)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA6A5; }

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

This text font color is #DBA6A5.


Background Color

.myBgColor { background-color: #DBA6A5; }

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

This div background color is #DBA6A5.


Border color

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

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

This div border color is #DBA6A5.


Opacity

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

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

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

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

This text has shadow with #DBA6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA6A5 on black background.


Color preview on white background

This text has color #DBA6A5 on white background.



Black color preview on #DBA6A5 background

This text has black color on #DBA6A5 background.


White color preview on #DBA6A5 background

This text has white color on #DBA6A5 background.