COLOR #DBA8A9

HEX: #DBA8A9 RGB: (219,168,169)

Color info

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

RGB color model

#DBA8A9 color RGB value is (219,168,169).

RGB: (219,168,169) (86%, 66%, 66%)

RGB channels and saturation

R 219 of 255 = 86%
G 168 of 255 = 66%
B 169 of 255 = 66%

219
168
169

R + G + B ~ 73%. #DBA8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 168 + 169 = 556 (100%)
R 219 of 556 ~ 39.39%
G 168 of 556 ~ 30.22%
B 169 of 556 ~ 30.4'%

%39.39
%30.22
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 22.83%
  • key color value is 14.12%

CMYK: (0,23,23,14)
C0M23Y23K14 (0%, 23%, 23%, 14%)
(0.00 / 0.23 / 0.23 / 0.14)

CMYK percentages

%0
%23.29
%22.83
%14.12

Codes

Color #DBA8A9 in popluar color models

DB A8 A9
RGB 219 168 169
HSL 359° 41.46% 75.88%
HSB/HSV 359° 23.29% 85.88%
CMYK 0.00% 23.29% 22.83%
14.12%

Color #DBA8A9 in popluar number systems.

HEX DB A8 A9
Decimal 219 168 169
Binary 11011011 10101000 10101001
Octal 333 250 251

Shades and tints

Shades of #DBA8A9

#DBA8A9
(219,168,169)
#C8999A
(200,153,154)
#B58A8B
(181,138,139)
#A27B7C
(162,123,124)
#8F6C6D
(143,108,109)
#7C5D5E
(124,93,94)
#694E4F
(105,78,79)
#563F40
(86,63,64)
#433031
(67,48,49)
#302122
(48,33,34)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #DBA8A9

#DBA8A9
(219,168,169)
#DEAFB0
(222,175,176)
#E1B6B7
(225,182,183)
#E4BDBE
(228,189,190)
#E7C4C5
(231,196,197)
#EACBCC
(234,203,204)
#EDD2D3
(237,210,211)
#F0D9DA
(240,217,218)
#F3E0E1
(243,224,225)
#F6E7E8
(246,231,232)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA8A9; }

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

This text font color is #DBA8A9.

Background Color

.myBgColor { background-color: #DBA8A9; }

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

This div background color is #DBA8A9.

Border color

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

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

This div border color is #DBA8A9.

Opacity

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

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

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

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

This text has shadow with #DBA8A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA8A9.

Preview

Color preview on black background

This text has color #DBA8A9 on black background.


Color preview on white background

This text has color #DBA8A9 on white background.


Black color preview on #DBA8A9 background

This text has black color on #DBA8A9 background.


White color preview on #DBA8A9 background

This text has white color on #DBA8A9 background.


Related colors

Complementary color

Complementary color for #hex is #245756.


I love getcolorcode.com

Triadic colors

1 #A9DBA8 and #A8A9DB with #DBA8A9 are triadic colors.

2 #A9A8DB and #A8DBA9 with #DBA8A9 are triadic colors.