COLOR #DAB2A0

HEX: #DAB2A0
RGB: (218,178,160)

Color info

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

RGB color model

#DAB2A0 color RGB value is (218,178,160).

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

RGB channels and saturation

R 218 of 255 = 85%
G 178 of 255 = 70%
B 160 of 255 = 63%

218
178
160

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

Portions of RGB colors in percentages

R + G + B =
218 + 178 + 160 = 556 (100%)
R 218 of 556 ~ 39.21%
G 178 of 556 ~ 32.01%
B 160 of 556 ~ 28.78%

%39.21
%32.01
%28.78

CMYK color model

#DAB2A0 color CMYK value is (0,18,27,15).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK:
(0,18,27,15)
C0M18Y27K15 
(0%,18%,27%,15%)
(0.00/0.18/0.27/0.15)	

CMYK percentages

%0
%18.35
%26.61
%14.51

Codes

Color #DAB2A0 in popluar color models

DAB2A0
RGB218178160
HSL19°43.94%74.12%
HSB/HSV19°26.61%85.49%
CMYK0.00%18.35%26.61%
14.51%

Color #DAB2A0 in popluar number systems.

HEXDAB2A0
Decimal218178160
Binary110110101011001010100000
Octal332262240

Shades and tints

Shades of #DAB2A0

#DAB2A0
(218,178,160)
#C7A292
(199,162,146)
#B49284
(180,146,132)
#A18276
(161,130,118)
#8E7268
(142,114,104)
#7B625A
(123,98,90)
#68524C
(104,82,76)
#55423E
(85,66,62)
#423230
(66,50,48)
#2F2222
(47,34,34)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #DAB2A0

#DAB2A0
(218,178,160)
#DDB9A8
(221,185,168)
#E0C0B0
(224,192,176)
#E3C7B8
(227,199,184)
#E6CEC0
(230,206,192)
#E9D5C8
(233,213,200)
#ECDCD0
(236,220,208)
#EFE3D8
(239,227,216)
#F2EAE0
(242,234,224)
#F5F1E8
(245,241,232)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB2A0; }

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

This text font color is #DAB2A0.


Background Color

.myBgColor { background-color: #DAB2A0; }

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

This div background color is #DAB2A0.


Border color

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

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

This div border color is #DAB2A0.


Opacity

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

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

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

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

This text has shadow with #DAB2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB2A0 on black background.


Color preview on white background

This text has color #DAB2A0 on white background.



Black color preview on #DAB2A0 background

This text has black color on #DAB2A0 background.


White color preview on #DAB2A0 background

This text has white color on #DAB2A0 background.