COLOR #DBA1A6

HEX: #DBA1A6
RGB: (219,161,166)

Color info

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

RGB color model

#DBA1A6 color RGB value is (219,161,166).

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

RGB channels and saturation

R 219 of 255 = 86%
G 161 of 255 = 63%
B 166 of 255 = 65%

219
161
166

R + G + B ~ 71%. #DBA1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 161 + 166 = 546 (100%)
R 219 of 546 ~ 40.11%
G 161 of 546 ~ 29.49%
B 166 of 546 ~ 30.4%

%40.11
%29.49
%30.4

CMYK color model

#DBA1A6 color CMYK value is (0,26,24,14).

  • cyan value is 0.00%
  • magenta value is 26.48%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(0,26,24,14)
C0M26Y24K14 
(0%,26%,24%,14%)
(0.00/0.26/0.24/0.14)	

CMYK percentages

%0
%26.48
%24.2
%14.12

Codes

Color #DBA1A6 in popluar color models

DBA1A6
RGB219161166
HSL355°44.62%74.51%
HSB/HSV355°26.48%85.88%
CMYK0.00%26.48%24.20%
14.12%

Color #DBA1A6 in popluar number systems.

HEXDBA1A6
Decimal219161166
Binary110110111010000110100110
Octal333241246

Shades and tints

Shades of #DBA1A6

#DBA1A6
(219,161,166)
#C89397
(200,147,151)
#B58588
(181,133,136)
#A27779
(162,119,121)
#8F696A
(143,105,106)
#7C5B5B
(124,91,91)
#694D4C
(105,77,76)
#563F3D
(86,63,61)
#43312E
(67,49,46)
#30231F
(48,35,31)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #DBA1A6

#DBA1A6
(219,161,166)
#DEA9AE
(222,169,174)
#E1B1B6
(225,177,182)
#E4B9BE
(228,185,190)
#E7C1C6
(231,193,198)
#EAC9CE
(234,201,206)
#EDD1D6
(237,209,214)
#F0D9DE
(240,217,222)
#F3E1E6
(243,225,230)
#F6E9EE
(246,233,238)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA1A6; }

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

This text font color is #DBA1A6.


Background Color

.myBgColor { background-color: #DBA1A6; }

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

This div background color is #DBA1A6.


Border color

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

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

This div border color is #DBA1A6.


Opacity

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

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

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

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

This text has shadow with #DBA1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA1A6 on black background.


Color preview on white background

This text has color #DBA1A6 on white background.



Black color preview on #DBA1A6 background

This text has black color on #DBA1A6 background.


White color preview on #DBA1A6 background

This text has white color on #DBA1A6 background.