COLOR #DAA7C9

HEX: #DAA7C9
RGB: (218,167,201)

Color info

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

RGB color model

#DAA7C9 color RGB value is (218,167,201).

  • red value is 218;
  • green value is 167;
  • blue value is 201.
RGB:
(218,167,201)
(85%,65%,79%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 201 of 255 = 79%

218
167
201

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

Portions of RGB colors in percentages

R + G + B =
218 + 167 + 201 = 586 (100%)
R 218 of 586 ~ 37.2%
G 167 of 586 ~ 28.5%
B 201 of 586 ~ 34.3%

%37.2
%28.5
%34.3

CMYK color model

#DAA7C9 color CMYK value is (0,23,8,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 7.80%
  • key color value is 14.51%
CMYK:
(0,23,8,15)
C0M23Y8K15 
(0%,23%,8%,15%)
(0.00/0.23/0.08/0.15)	

CMYK percentages

%0
%23.39
%7.8
%14.51

Codes

Color #DAA7C9 in popluar color models

DAA7C9
RGB218167201
HSL320°40.80%75.49%
HSB/HSV320°23.39%85.49%
CMYK0.00%23.39%7.80%
14.51%

Color #DAA7C9 in popluar number systems.

HEXDAA7C9
Decimal218167201
Binary110110101010011111001001
Octal332247311

Shades and tints

Shades of #DAA7C9

#DAA7C9
(218,167,201)
#C798B7
(199,152,183)
#B489A5
(180,137,165)
#A17A93
(161,122,147)
#8E6B81
(142,107,129)
#7B5C6F
(123,92,111)
#684D5D
(104,77,93)
#553E4B
(85,62,75)
#422F39
(66,47,57)
#2F2027
(47,32,39)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #DAA7C9

#DAA7C9
(218,167,201)
#DDAFCD
(221,175,205)
#E0B7D1
(224,183,209)
#E3BFD5
(227,191,213)
#E6C7D9
(230,199,217)
#E9CFDD
(233,207,221)
#ECD7E1
(236,215,225)
#EFDFE5
(239,223,229)
#F2E7E9
(242,231,233)
#F5EFED
(245,239,237)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA7C9 color. Also use rgb(218,167,201) instead hex code.

Text Font Color

.myTextColor { color: #DAA7C9; }

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

This text font color is #DAA7C9.


Background Color

.myBgColor { background-color: #DAA7C9; }

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

This div background color is #DAA7C9.


Border color

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

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

This div border color is #DAA7C9.


Opacity

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

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

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

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

This text has shadow with #DAA7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA7C9 on black background.


Color preview on white background

This text has color #DAA7C9 on white background.



Black color preview on #DAA7C9 background

This text has black color on #DAA7C9 background.


White color preview on #DAA7C9 background

This text has white color on #DAA7C9 background.