COLOR #DAC1A6

HEX: #DAC1A6
RGB: (218,193,166)

Color info

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

RGB color model

#DAC1A6 color RGB value is (218,193,166).

  • red value is 218;
  • green value is 193;
  • blue value is 166.
RGB:
(218,193,166)
(85%,76%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 193 of 255 = 76%
B 166 of 255 = 65%

218
193
166

R + G + B ~ 75%. #DAC1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 193 + 166 = 577 (100%)
R 218 of 577 ~ 37.78%
G 193 of 577 ~ 33.45%
B 166 of 577 ~ 28.77%

%37.78
%33.45
%28.77

CMYK color model

#DAC1A6 color CMYK value is (0,11,24,15).

  • cyan value is 0.00%
  • magenta value is 11.47%
  • yellow value is 23.85%
  • key color value is 14.51%
CMYK:
(0,11,24,15)
C0M11Y24K15 
(0%,11%,24%,15%)
(0.00/0.11/0.24/0.15)	

CMYK percentages

%0
%11.47
%23.85
%14.51

Codes

Color #DAC1A6 in popluar color models

DAC1A6
RGB218193166
HSL31°41.27%75.29%
HSB/HSV31°23.85%85.49%
CMYK0.00%11.47%23.85%
14.51%

Color #DAC1A6 in popluar number systems.

HEXDAC1A6
Decimal218193166
Binary110110101100000110100110
Octal332301246

Shades and tints

Shades of #DAC1A6

#DAC1A6
(218,193,166)
#C7B097
(199,176,151)
#B49F88
(180,159,136)
#A18E79
(161,142,121)
#8E7D6A
(142,125,106)
#7B6C5B
(123,108,91)
#685B4C
(104,91,76)
#554A3D
(85,74,61)
#42392E
(66,57,46)
#2F281F
(47,40,31)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #DAC1A6

#DAC1A6
(218,193,166)
#DDC6AE
(221,198,174)
#E0CBB6
(224,203,182)
#E3D0BE
(227,208,190)
#E6D5C6
(230,213,198)
#E9DACE
(233,218,206)
#ECDFD6
(236,223,214)
#EFE4DE
(239,228,222)
#F2E9E6
(242,233,230)
#F5EEEE
(245,238,238)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC1A6 color. Also use rgb(218,193,166) instead hex code.

Text Font Color

.myTextColor { color: #DAC1A6; }

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

This text font color is #DAC1A6.


Background Color

.myBgColor { background-color: #DAC1A6; }

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

This div background color is #DAC1A6.


Border color

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

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

This div border color is #DAC1A6.


Opacity

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

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

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

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

This text has shadow with #DAC1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC1A6 on black background.


Color preview on white background

This text has color #DAC1A6 on white background.



Black color preview on #DAC1A6 background

This text has black color on #DAC1A6 background.


White color preview on #DAC1A6 background

This text has white color on #DAC1A6 background.