COLOR #DAA5B6

HEX: #DAA5B6
RGB: (218,165,182)

Color info

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

RGB color model

#DAA5B6 color RGB value is (218,165,182).

  • red value is 218;
  • green value is 165;
  • blue value is 182.
RGB:
(218,165,182)
(85%,65%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 182 of 255 = 71%

218
165
182

R + G + B ~ 74%. #DAA5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 165 + 182 = 565 (100%)
R 218 of 565 ~ 38.58%
G 165 of 565 ~ 29.2%
B 182 of 565 ~ 32.21%

%38.58
%29.2
%32.21

CMYK color model

#DAA5B6 color CMYK value is (0,24,17,15).

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK:
(0,24,17,15)
C0M24Y17K15 
(0%,24%,17%,15%)
(0.00/0.24/0.17/0.15)	

CMYK percentages

%0
%24.31
%16.51
%14.51

Codes

Color #DAA5B6 in popluar color models

DAA5B6
RGB218165182
HSL341°41.73%75.10%
HSB/HSV341°24.31%85.49%
CMYK0.00%24.31%16.51%
14.51%

Color #DAA5B6 in popluar number systems.

HEXDAA5B6
Decimal218165182
Binary110110101010010110110110
Octal332245266

Shades and tints

Shades of #DAA5B6

#DAA5B6
(218,165,182)
#C796A6
(199,150,166)
#B48796
(180,135,150)
#A17886
(161,120,134)
#8E6976
(142,105,118)
#7B5A66
(123,90,102)
#684B56
(104,75,86)
#553C46
(85,60,70)
#422D36
(66,45,54)
#2F1E26
(47,30,38)
#1C0F16
(28,15,22)
#000000
(0,0,0)

Tints of #DAA5B6

#DAA5B6
(218,165,182)
#DDADBC
(221,173,188)
#E0B5C2
(224,181,194)
#E3BDC8
(227,189,200)
#E6C5CE
(230,197,206)
#E9CDD4
(233,205,212)
#ECD5DA
(236,213,218)
#EFDDE0
(239,221,224)
#F2E5E6
(242,229,230)
#F5EDEC
(245,237,236)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA5B6 color. Also use rgb(218,165,182) instead hex code.

Text Font Color

.myTextColor { color: #DAA5B6; }

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

This text font color is #DAA5B6.


Background Color

.myBgColor { background-color: #DAA5B6; }

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

This div background color is #DAA5B6.


Border color

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

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

This div border color is #DAA5B6.


Opacity

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

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

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

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

This text has shadow with #DAA5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA5B6 on black background.


Color preview on white background

This text has color #DAA5B6 on white background.



Black color preview on #DAA5B6 background

This text has black color on #DAA5B6 background.


White color preview on #DAA5B6 background

This text has white color on #DAA5B6 background.