COLOR #DAA9B0

HEX: #DAA9B0
RGB: (218,169,176)

Color info

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

RGB color model

#DAA9B0 color RGB value is (218,169,176).

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

RGB channels and saturation

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

218
169
176

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

Portions of RGB colors in percentages

R + G + B =
218 + 169 + 176 = 563 (100%)
R 218 of 563 ~ 38.72%
G 169 of 563 ~ 30.02%
B 176 of 563 ~ 31.26%

%38.72
%30.02
%31.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.48%
  • yellow value is 19.27%
  • 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
%19.27
%14.51

Codes

Color #DAA9B0 in popluar color models

DAA9B0
RGB218169176
HSL351°39.84%75.88%
HSB/HSV351°22.48%85.49%
CMYK0.00%22.48%19.27%
14.51%

Color #DAA9B0 in popluar number systems.

HEXDAA9B0
Decimal218169176
Binary110110101010100110110000
Octal332251260

Shades and tints

Shades of #DAA9B0

#DAA9B0
(218,169,176)
#C79AA0
(199,154,160)
#B48B90
(180,139,144)
#A17C80
(161,124,128)
#8E6D70
(142,109,112)
#7B5E60
(123,94,96)
#684F50
(104,79,80)
#554040
(85,64,64)
#423130
(66,49,48)
#2F2220
(47,34,32)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #DAA9B0

#DAA9B0
(218,169,176)
#DDB0B7
(221,176,183)
#E0B7BE
(224,183,190)
#E3BEC5
(227,190,197)
#E6C5CC
(230,197,204)
#E9CCD3
(233,204,211)
#ECD3DA
(236,211,218)
#EFDAE1
(239,218,225)
#F2E1E8
(242,225,232)
#F5E8EF
(245,232,239)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA9B0; }

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

This text font color is #DAA9B0.


Background Color

.myBgColor { background-color: #DAA9B0; }

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

This div background color is #DAA9B0.


Border color

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

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

This div border color is #DAA9B0.


Opacity

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

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

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

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

This text has shadow with #DAA9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA9B0 on black background.


Color preview on white background

This text has color #DAA9B0 on white background.



Black color preview on #DAA9B0 background

This text has black color on #DAA9B0 background.


White color preview on #DAA9B0 background

This text has white color on #DAA9B0 background.