COLOR #DAC3A3

HEX: #DAC3A3
RGB: (218,195,163)

Color info

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

RGB color model

#DAC3A3 color RGB value is (218,195,163).

  • red value is 218;
  • green value is 195;
  • blue value is 163.
RGB:
(218,195,163)
(85%,76%,64%)

RGB channels and saturation

R 218 of 255 = 85%
G 195 of 255 = 76%
B 163 of 255 = 64%

218
195
163

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

Portions of RGB colors in percentages

R + G + B =
218 + 195 + 163 = 576 (100%)
R 218 of 576 ~ 37.85%
G 195 of 576 ~ 33.85%
B 163 of 576 ~ 28.3%

%37.85
%33.85
%28.3

CMYK color model

#DAC3A3 color CMYK value is (0,11,25,15).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 25.23%
  • key color value is 14.51%
CMYK:
(0,11,25,15)
C0M11Y25K15 
(0%,11%,25%,15%)
(0.00/0.11/0.25/0.15)	

CMYK percentages

%0
%10.55
%25.23
%14.51

Codes

Color #DAC3A3 in popluar color models

DAC3A3
RGB218195163
HSL35°42.64%74.71%
HSB/HSV35°25.23%85.49%
CMYK0.00%10.55%25.23%
14.51%

Color #DAC3A3 in popluar number systems.

HEXDAC3A3
Decimal218195163
Binary110110101100001110100011
Octal332303243

Shades and tints

Shades of #DAC3A3

#DAC3A3
(218,195,163)
#C7B295
(199,178,149)
#B4A187
(180,161,135)
#A19079
(161,144,121)
#8E7F6B
(142,127,107)
#7B6E5D
(123,110,93)
#685D4F
(104,93,79)
#554C41
(85,76,65)
#423B33
(66,59,51)
#2F2A25
(47,42,37)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #DAC3A3

#DAC3A3
(218,195,163)
#DDC8AB
(221,200,171)
#E0CDB3
(224,205,179)
#E3D2BB
(227,210,187)
#E6D7C3
(230,215,195)
#E9DCCB
(233,220,203)
#ECE1D3
(236,225,211)
#EFE6DB
(239,230,219)
#F2EBE3
(242,235,227)
#F5F0EB
(245,240,235)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC3A3 color. Also use rgb(218,195,163) instead hex code.

Text Font Color

.myTextColor { color: #DAC3A3; }

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

This text font color is #DAC3A3.


Background Color

.myBgColor { background-color: #DAC3A3; }

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

This div background color is #DAC3A3.


Border color

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

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

This div border color is #DAC3A3.


Opacity

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

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

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

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

This text has shadow with #DAC3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAC3A3 on black background.


Color preview on white background

This text has color #DAC3A3 on white background.



Black color preview on #DAC3A3 background

This text has black color on #DAC3A3 background.


White color preview on #DAC3A3 background

This text has white color on #DAC3A3 background.