COLOR #DAA0B6

HEX: #DAA0B6
RGB: (218,160,182)

Color info

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

RGB color model

#DAA0B6 color RGB value is (218,160,182).

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

RGB channels and saturation

R 218 of 255 = 85%
G 160 of 255 = 63%
B 182 of 255 = 71%

218
160
182

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

Portions of RGB colors in percentages

R + G + B =
218 + 160 + 182 = 560 (100%)
R 218 of 560 ~ 38.93%
G 160 of 560 ~ 28.57%
B 182 of 560 ~ 32.5%

%38.93
%28.57
%32.5

CMYK color model

#DAA0B6 color CMYK value is (0,27,17,15).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK:
(0,27,17,15)
C0M27Y17K15 
(0%,27%,17%,15%)
(0.00/0.27/0.17/0.15)	

CMYK percentages

%0
%26.61
%16.51
%14.51

Codes

Color #DAA0B6 in popluar color models

DAA0B6
RGB218160182
HSL337°43.94%74.12%
HSB/HSV337°26.61%85.49%
CMYK0.00%26.61%16.51%
14.51%

Color #DAA0B6 in popluar number systems.

HEXDAA0B6
Decimal218160182
Binary110110101010000010110110
Octal332240266

Shades and tints

Shades of #DAA0B6

#DAA0B6
(218,160,182)
#C792A6
(199,146,166)
#B48496
(180,132,150)
#A17686
(161,118,134)
#8E6876
(142,104,118)
#7B5A66
(123,90,102)
#684C56
(104,76,86)
#553E46
(85,62,70)
#423036
(66,48,54)
#2F2226
(47,34,38)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #DAA0B6

#DAA0B6
(218,160,182)
#DDA8BC
(221,168,188)
#E0B0C2
(224,176,194)
#E3B8C8
(227,184,200)
#E6C0CE
(230,192,206)
#E9C8D4
(233,200,212)
#ECD0DA
(236,208,218)
#EFD8E0
(239,216,224)
#F2E0E6
(242,224,230)
#F5E8EC
(245,232,236)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA0B6; }

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

This text font color is #DAA0B6.


Background Color

.myBgColor { background-color: #DAA0B6; }

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

This div background color is #DAA0B6.


Border color

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

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

This div border color is #DAA0B6.


Opacity

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

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

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

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

This text has shadow with #DAA0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA0B6 on black background.


Color preview on white background

This text has color #DAA0B6 on white background.



Black color preview on #DAA0B6 background

This text has black color on #DAA0B6 background.


White color preview on #DAA0B6 background

This text has white color on #DAA0B6 background.