COLOR #DAB3A9

HEX: #DAB3A9
RGB: (218,179,169)

Color info

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

RGB color model

#DAB3A9 color RGB value is (218,179,169).

  • red value is 218;
  • green value is 179;
  • blue value is 169.
RGB:
(218,179,169)
(85%,70%,66%)

RGB channels and saturation

R 218 of 255 = 85%
G 179 of 255 = 70%
B 169 of 255 = 66%

218
179
169

R + G + B ~ 74%. #DAB3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 179 + 169 = 566 (100%)
R 218 of 566 ~ 38.52%
G 179 of 566 ~ 31.63%
B 169 of 566 ~ 29.86%

%38.52
%31.63
%29.86

CMYK color model

#DAB3A9 color CMYK value is (0,18,22,15).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 22.48%
  • key color value is 14.51%
CMYK:
(0,18,22,15)
C0M18Y22K15 
(0%,18%,22%,15%)
(0.00/0.18/0.22/0.15)	

CMYK percentages

%0
%17.89
%22.48
%14.51

Codes

Color #DAB3A9 in popluar color models

DAB3A9
RGB218179169
HSL12°39.84%75.88%
HSB/HSV12°22.48%85.49%
CMYK0.00%17.89%22.48%
14.51%

Color #DAB3A9 in popluar number systems.

HEXDAB3A9
Decimal218179169
Binary110110101011001110101001
Octal332263251

Shades and tints

Shades of #DAB3A9

#DAB3A9
(218,179,169)
#C7A39A
(199,163,154)
#B4938B
(180,147,139)
#A1837C
(161,131,124)
#8E736D
(142,115,109)
#7B635E
(123,99,94)
#68534F
(104,83,79)
#554340
(85,67,64)
#423331
(66,51,49)
#2F2322
(47,35,34)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #DAB3A9

#DAB3A9
(218,179,169)
#DDB9B0
(221,185,176)
#E0BFB7
(224,191,183)
#E3C5BE
(227,197,190)
#E6CBC5
(230,203,197)
#E9D1CC
(233,209,204)
#ECD7D3
(236,215,211)
#EFDDDA
(239,221,218)
#F2E3E1
(242,227,225)
#F5E9E8
(245,233,232)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB3A9 color. Also use rgb(218,179,169) instead hex code.

Text Font Color

.myTextColor { color: #DAB3A9; }

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

This text font color is #DAB3A9.


Background Color

.myBgColor { background-color: #DAB3A9; }

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

This div background color is #DAB3A9.


Border color

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

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

This div border color is #DAB3A9.


Opacity

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

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

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

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

This text has shadow with #DAB3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB3A9 on black background.


Color preview on white background

This text has color #DAB3A9 on white background.



Black color preview on #DAB3A9 background

This text has black color on #DAB3A9 background.


White color preview on #DAB3A9 background

This text has white color on #DAB3A9 background.