COLOR #DAA9B1

HEX: #DAA9B1
RGB: (218,169,177)

Color info

#DAA9B1 contains red, green and blue colors in about the same proportion. Web safe color of #DAA9B1 is #CC9999 (or #C99).

RGB color model

#DAA9B1 color RGB value is (218,169,177).

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

RGB channels and saturation

R 218 of 255 = 85%
G 169 of 255 = 66%
B 177 of 255 = 69%

218
169
177

R + G + B ~ 73%. #DAA9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 169 + 177 = 564 (100%)
R 218 of 564 ~ 38.65%
G 169 of 564 ~ 29.96%
B 177 of 564 ~ 31.38%

%38.65
%29.96
%31.38

CMYK color model

#DAA9B1 color CMYK value is (0,22,19,15).

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK:
(0,22,19,15)
C0M22Y19K15 
(0%,22%,19%,15%)
(0.00/0.22/0.19/0.15)	

CMYK percentages

%0
%22.48
%18.81
%14.51

Codes

Color #DAA9B1 in popluar color models

DAA9B1
RGB218169177
HSL350°39.84%75.88%
HSB/HSV350°22.48%85.49%
CMYK0.00%22.48%18.81%
14.51%

Color #DAA9B1 in popluar number systems.

HEXDAA9B1
Decimal218169177
Binary110110101010100110110001
Octal332251261

Shades and tints

Shades of #DAA9B1

#DAA9B1
(218,169,177)
#C79AA1
(199,154,161)
#B48B91
(180,139,145)
#A17C81
(161,124,129)
#8E6D71
(142,109,113)
#7B5E61
(123,94,97)
#684F51
(104,79,81)
#554041
(85,64,65)
#423131
(66,49,49)
#2F2221
(47,34,33)
#1C1311
(28,19,17)
#000000
(0,0,0)

Tints of #DAA9B1

#DAA9B1
(218,169,177)
#DDB0B8
(221,176,184)
#E0B7BF
(224,183,191)
#E3BEC6
(227,190,198)
#E6C5CD
(230,197,205)
#E9CCD4
(233,204,212)
#ECD3DB
(236,211,219)
#EFDAE2
(239,218,226)
#F2E1E9
(242,225,233)
#F5E8F0
(245,232,240)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA9B1; }

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

This text font color is #DAA9B1.


Background Color

.myBgColor { background-color: #DAA9B1; }

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

This div background color is #DAA9B1.


Border color

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

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

This div border color is #DAA9B1.


Opacity

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

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

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

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

This text has shadow with #DAA9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA9B1 on black background.


Color preview on white background

This text has color #DAA9B1 on white background.



Black color preview on #DAA9B1 background

This text has black color on #DAA9B1 background.


White color preview on #DAA9B1 background

This text has white color on #DAA9B1 background.