COLOR #DAA9BD

HEX: #DAA9BD
RGB: (218,169,189)

Color info

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

RGB color model

#DAA9BD color RGB value is (218,169,189).

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

RGB channels and saturation

R 218 of 255 = 85%
G 169 of 255 = 66%
B 189 of 255 = 74%

218
169
189

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

Portions of RGB colors in percentages

R + G + B =
218 + 169 + 189 = 576 (100%)
R 218 of 576 ~ 37.85%
G 169 of 576 ~ 29.34%
B 189 of 576 ~ 32.81%

%37.85
%29.34
%32.81

CMYK color model

#DAA9BD color CMYK value is (0,22,13,15).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(0,22,13,15)
C0M22Y13K15 
(0%,22%,13%,15%)
(0.00/0.22/0.13/0.15)	

CMYK percentages

%0
%22.48
%13.3
%14.51

Codes

Color #DAA9BD in popluar color models

DAA9BD
RGB218169189
HSL336°39.84%75.88%
HSB/HSV336°22.48%85.49%
CMYK0.00%22.48%13.30%
14.51%

Color #DAA9BD in popluar number systems.

HEXDAA9BD
Decimal218169189
Binary110110101010100110111101
Octal332251275

Shades and tints

Shades of #DAA9BD

#DAA9BD
(218,169,189)
#C79AAC
(199,154,172)
#B48B9B
(180,139,155)
#A17C8A
(161,124,138)
#8E6D79
(142,109,121)
#7B5E68
(123,94,104)
#684F57
(104,79,87)
#554046
(85,64,70)
#423135
(66,49,53)
#2F2224
(47,34,36)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #DAA9BD

#DAA9BD
(218,169,189)
#DDB0C3
(221,176,195)
#E0B7C9
(224,183,201)
#E3BECF
(227,190,207)
#E6C5D5
(230,197,213)
#E9CCDB
(233,204,219)
#ECD3E1
(236,211,225)
#EFDAE7
(239,218,231)
#F2E1ED
(242,225,237)
#F5E8F3
(245,232,243)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA9BD; }

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

This text font color is #DAA9BD.


Background Color

.myBgColor { background-color: #DAA9BD; }

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

This div background color is #DAA9BD.


Border color

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

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

This div border color is #DAA9BD.


Opacity

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

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

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

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

This text has shadow with #DAA9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA9BD on black background.


Color preview on white background

This text has color #DAA9BD on white background.



Black color preview on #DAA9BD background

This text has black color on #DAA9BD background.


White color preview on #DAA9BD background

This text has white color on #DAA9BD background.