COLOR #DAB6A4

HEX: #DAB6A4
RGB: (218,182,164)

Color info

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

RGB color model

#DAB6A4 color RGB value is (218,182,164).

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

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 164 of 255 = 64%

218
182
164

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

Portions of RGB colors in percentages

R + G + B =
218 + 182 + 164 = 564 (100%)
R 218 of 564 ~ 38.65%
G 182 of 564 ~ 32.27%
B 164 of 564 ~ 29.08%

%38.65
%32.27
%29.08

CMYK color model

#DAB6A4 color CMYK value is (0,17,25,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 24.77%
  • key color value is 14.51%
CMYK:
(0,17,25,15)
C0M17Y25K15 
(0%,17%,25%,15%)
(0.00/0.17/0.25/0.15)	

CMYK percentages

%0
%16.51
%24.77
%14.51

Codes

Color #DAB6A4 in popluar color models

DAB6A4
RGB218182164
HSL20°42.19%74.90%
HSB/HSV20°24.77%85.49%
CMYK0.00%16.51%24.77%
14.51%

Color #DAB6A4 in popluar number systems.

HEXDAB6A4
Decimal218182164
Binary110110101011011010100100
Octal332266244

Shades and tints

Shades of #DAB6A4

#DAB6A4
(218,182,164)
#C7A696
(199,166,150)
#B49688
(180,150,136)
#A1867A
(161,134,122)
#8E766C
(142,118,108)
#7B665E
(123,102,94)
#685650
(104,86,80)
#554642
(85,70,66)
#423634
(66,54,52)
#2F2626
(47,38,38)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAB6A4

#DAB6A4
(218,182,164)
#DDBCAC
(221,188,172)
#E0C2B4
(224,194,180)
#E3C8BC
(227,200,188)
#E6CEC4
(230,206,196)
#E9D4CC
(233,212,204)
#ECDAD4
(236,218,212)
#EFE0DC
(239,224,220)
#F2E6E4
(242,230,228)
#F5ECEC
(245,236,236)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6A4; }

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

This text font color is #DAB6A4.


Background Color

.myBgColor { background-color: #DAB6A4; }

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

This div background color is #DAB6A4.


Border color

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

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

This div border color is #DAB6A4.


Opacity

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

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

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

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

This text has shadow with #DAB6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB6A4 on black background.


Color preview on white background

This text has color #DAB6A4 on white background.



Black color preview on #DAB6A4 background

This text has black color on #DAB6A4 background.


White color preview on #DAB6A4 background

This text has white color on #DAB6A4 background.