COLOR #DAB6A0

HEX: #DAB6A0
RGB: (218,182,160)

Color info

#DAB6A0 contains red, green and blue colors in about the same proportion. Web safe color of #DAB6A0 is #CCCC99 (or #CC9).

RGB color model

#DAB6A0 color RGB value is (218,182,160).

  • red value is 218;
  • green value is 182;
  • blue value is 160.
RGB:
(218,182,160)
(85%,71%,63%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 160 of 255 = 63%

218
182
160

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

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 160 = 560 (100%)
R 218 of 560 ~ 38.93%
G 182 of 560 ~ 32.5%
B 160 of 560 ~ 28.57%

%38.93
%32.5
%28.57

CMYK color model

#DAB6A0 color CMYK value is (0,17,27,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK:
(0,17,27,15)
C0M17Y27K15 
(0%,17%,27%,15%)
(0.00/0.17/0.27/0.15)	

CMYK percentages

%0
%16.51
%26.61
%14.51

Codes

Color #DAB6A0 in popluar color models

DAB6A0
RGB218182160
HSL23°43.94%74.12%
HSB/HSV23°26.61%85.49%
CMYK0.00%16.51%26.61%
14.51%

Color #DAB6A0 in popluar number systems.

HEXDAB6A0
Decimal218182160
Binary110110101011011010100000
Octal332266240

Shades and tints

Shades of #DAB6A0

#DAB6A0
(218,182,160)
#C7A692
(199,166,146)
#B49684
(180,150,132)
#A18676
(161,134,118)
#8E7668
(142,118,104)
#7B665A
(123,102,90)
#68564C
(104,86,76)
#55463E
(85,70,62)
#423630
(66,54,48)
#2F2622
(47,38,34)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAB6A0

#DAB6A0
(218,182,160)
#DDBCA8
(221,188,168)
#E0C2B0
(224,194,176)
#E3C8B8
(227,200,184)
#E6CEC0
(230,206,192)
#E9D4C8
(233,212,200)
#ECDAD0
(236,218,208)
#EFE0D8
(239,224,216)
#F2E6E0
(242,230,224)
#F5ECE8
(245,236,232)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB6A0 color. Also use rgb(218,182,160) instead hex code.

Text Font Color

.myTextColor { color: #DAB6A0; }

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

This text font color is #DAB6A0.


Background Color

.myBgColor { background-color: #DAB6A0; }

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

This div background color is #DAB6A0.


Border color

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

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

This div border color is #DAB6A0.


Opacity

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

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

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

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

This text has shadow with #DAB6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6A0 on black background.


Color preview on white background

This text has color #DAB6A0 on white background.



Black color preview on #DAB6A0 background

This text has black color on #DAB6A0 background.


White color preview on #DAB6A0 background

This text has white color on #DAB6A0 background.