COLOR #DAA9C2

HEX: #DAA9C2
RGB: (218,169,194)

Color info

#DAA9C2 contains red, green and blue colors in about the same proportion. Web safe color of #DAA9C2 is #CC99CC (or #C9C).

RGB color model

#DAA9C2 color RGB value is (218,169,194).

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

RGB channels and saturation

R 218 of 255 = 85%
G 169 of 255 = 66%
B 194 of 255 = 76%

218
169
194

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

Portions of RGB colors in percentages

R + G + B =
218 + 169 + 194 = 581 (100%)
R 218 of 581 ~ 37.52%
G 169 of 581 ~ 29.09%
B 194 of 581 ~ 33.39%

%37.52
%29.09
%33.39

CMYK color model

#DAA9C2 color CMYK value is (0,22,11,15).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 11.01%
  • key color value is 14.51%
CMYK:
(0,22,11,15)
C0M22Y11K15 
(0%,22%,11%,15%)
(0.00/0.22/0.11/0.15)	

CMYK percentages

%0
%22.48
%11.01
%14.51

Codes

Color #DAA9C2 in popluar color models

DAA9C2
RGB218169194
HSL329°39.84%75.88%
HSB/HSV329°22.48%85.49%
CMYK0.00%22.48%11.01%
14.51%

Color #DAA9C2 in popluar number systems.

HEXDAA9C2
Decimal218169194
Binary110110101010100111000010
Octal332251302

Shades and tints

Shades of #DAA9C2

#DAA9C2
(218,169,194)
#C79AB1
(199,154,177)
#B48BA0
(180,139,160)
#A17C8F
(161,124,143)
#8E6D7E
(142,109,126)
#7B5E6D
(123,94,109)
#684F5C
(104,79,92)
#55404B
(85,64,75)
#42313A
(66,49,58)
#2F2229
(47,34,41)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #DAA9C2

#DAA9C2
(218,169,194)
#DDB0C7
(221,176,199)
#E0B7CC
(224,183,204)
#E3BED1
(227,190,209)
#E6C5D6
(230,197,214)
#E9CCDB
(233,204,219)
#ECD3E0
(236,211,224)
#EFDAE5
(239,218,229)
#F2E1EA
(242,225,234)
#F5E8EF
(245,232,239)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA9C2; }

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

This text font color is #DAA9C2.


Background Color

.myBgColor { background-color: #DAA9C2; }

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

This div background color is #DAA9C2.


Border color

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

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

This div border color is #DAA9C2.


Opacity

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

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

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

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

This text has shadow with #DAA9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA9C2 on black background.


Color preview on white background

This text has color #DAA9C2 on white background.



Black color preview on #DAA9C2 background

This text has black color on #DAA9C2 background.


White color preview on #DAA9C2 background

This text has white color on #DAA9C2 background.