COLOR #DAC2AD

HEX: #DAC2AD
RGB: (218,194,173)

Color info

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

RGB color model

#DAC2AD color RGB value is (218,194,173).

  • red value is 218;
  • green value is 194;
  • blue value is 173.
RGB:
(218,194,173)
(85%,76%,68%)

RGB channels and saturation

R 218 of 255 = 85%
G 194 of 255 = 76%
B 173 of 255 = 68%

218
194
173

R + G + B ~ 76%. #DAC2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 194 + 173 = 585 (100%)
R 218 of 585 ~ 37.26%
G 194 of 585 ~ 33.16%
B 173 of 585 ~ 29.57%

%37.26
%33.16
%29.57

CMYK color model

#DAC2AD color CMYK value is (0,11,21,15).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK:
(0,11,21,15)
C0M11Y21K15 
(0%,11%,21%,15%)
(0.00/0.11/0.21/0.15)	

CMYK percentages

%0
%11.01
%20.64
%14.51

Codes

Color #DAC2AD in popluar color models

DAC2AD
RGB218194173
HSL28°37.82%76.67%
HSB/HSV28°20.64%85.49%
CMYK0.00%11.01%20.64%
14.51%

Color #DAC2AD in popluar number systems.

HEXDAC2AD
Decimal218194173
Binary110110101100001010101101
Octal332302255

Shades and tints

Shades of #DAC2AD

#DAC2AD
(218,194,173)
#C7B19E
(199,177,158)
#B4A08F
(180,160,143)
#A18F80
(161,143,128)
#8E7E71
(142,126,113)
#7B6D62
(123,109,98)
#685C53
(104,92,83)
#554B44
(85,75,68)
#423A35
(66,58,53)
#2F2926
(47,41,38)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAC2AD

#DAC2AD
(218,194,173)
#DDC7B4
(221,199,180)
#E0CCBB
(224,204,187)
#E3D1C2
(227,209,194)
#E6D6C9
(230,214,201)
#E9DBD0
(233,219,208)
#ECE0D7
(236,224,215)
#EFE5DE
(239,229,222)
#F2EAE5
(242,234,229)
#F5EFEC
(245,239,236)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC2AD color. Also use rgb(218,194,173) instead hex code.

Text Font Color

.myTextColor { color: #DAC2AD; }

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

This text font color is #DAC2AD.


Background Color

.myBgColor { background-color: #DAC2AD; }

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

This div background color is #DAC2AD.


Border color

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

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

This div border color is #DAC2AD.


Opacity

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

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

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

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

This text has shadow with #DAC2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC2AD on black background.


Color preview on white background

This text has color #DAC2AD on white background.



Black color preview on #DAC2AD background

This text has black color on #DAC2AD background.


White color preview on #DAC2AD background

This text has white color on #DAC2AD background.