COLOR #DAA1B3

HEX: #DAA1B3
RGB: (218,161,179)

Color info

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

RGB color model

#DAA1B3 color RGB value is (218,161,179).

  • red value is 218;
  • green value is 161;
  • blue value is 179.
RGB:
(218,161,179)
(85%,63%,70%)

RGB channels and saturation

R 218 of 255 = 85%
G 161 of 255 = 63%
B 179 of 255 = 70%

218
161
179

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

Portions of RGB colors in percentages

R + G + B =
218 + 161 + 179 = 558 (100%)
R 218 of 558 ~ 39.07%
G 161 of 558 ~ 28.85%
B 179 of 558 ~ 32.08%

%39.07
%28.85
%32.08

CMYK color model

#DAA1B3 color CMYK value is (0,26,18,15).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 17.89%
  • key color value is 14.51%
CMYK:
(0,26,18,15)
C0M26Y18K15 
(0%,26%,18%,15%)
(0.00/0.26/0.18/0.15)	

CMYK percentages

%0
%26.15
%17.89
%14.51

Codes

Color #DAA1B3 in popluar color models

DAA1B3
RGB218161179
HSL341°43.51%74.31%
HSB/HSV341°26.15%85.49%
CMYK0.00%26.15%17.89%
14.51%

Color #DAA1B3 in popluar number systems.

HEXDAA1B3
Decimal218161179
Binary110110101010000110110011
Octal332241263

Shades and tints

Shades of #DAA1B3

#DAA1B3
(218,161,179)
#C793A3
(199,147,163)
#B48593
(180,133,147)
#A17783
(161,119,131)
#8E6973
(142,105,115)
#7B5B63
(123,91,99)
#684D53
(104,77,83)
#553F43
(85,63,67)
#423133
(66,49,51)
#2F2323
(47,35,35)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #DAA1B3

#DAA1B3
(218,161,179)
#DDA9B9
(221,169,185)
#E0B1BF
(224,177,191)
#E3B9C5
(227,185,197)
#E6C1CB
(230,193,203)
#E9C9D1
(233,201,209)
#ECD1D7
(236,209,215)
#EFD9DD
(239,217,221)
#F2E1E3
(242,225,227)
#F5E9E9
(245,233,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA1B3 color. Also use rgb(218,161,179) instead hex code.

Text Font Color

.myTextColor { color: #DAA1B3; }

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

This text font color is #DAA1B3.


Background Color

.myBgColor { background-color: #DAA1B3; }

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

This div background color is #DAA1B3.


Border color

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

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

This div border color is #DAA1B3.


Opacity

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

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

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

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

This text has shadow with #DAA1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA1B3 on black background.


Color preview on white background

This text has color #DAA1B3 on white background.



Black color preview on #DAA1B3 background

This text has black color on #DAA1B3 background.


White color preview on #DAA1B3 background

This text has white color on #DAA1B3 background.