COLOR #DAA0B8

HEX: #DAA0B8
RGB: (218,160,184)

Color info

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

RGB color model

#DAA0B8 color RGB value is (218,160,184).

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

RGB channels and saturation

R 218 of 255 = 85%
G 160 of 255 = 63%
B 184 of 255 = 72%

218
160
184

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

Portions of RGB colors in percentages

R + G + B =
218 + 160 + 184 = 562 (100%)
R 218 of 562 ~ 38.79%
G 160 of 562 ~ 28.47%
B 184 of 562 ~ 32.74%

%38.79
%28.47
%32.74

CMYK color model

#DAA0B8 color CMYK value is (0,27,16,15).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(0,27,16,15)
C0M27Y16K15 
(0%,27%,16%,15%)
(0.00/0.27/0.16/0.15)	

CMYK percentages

%0
%26.61
%15.6
%14.51

Codes

Color #DAA0B8 in popluar color models

DAA0B8
RGB218160184
HSL335°43.94%74.12%
HSB/HSV335°26.61%85.49%
CMYK0.00%26.61%15.60%
14.51%

Color #DAA0B8 in popluar number systems.

HEXDAA0B8
Decimal218160184
Binary110110101010000010111000
Octal332240270

Shades and tints

Shades of #DAA0B8

#DAA0B8
(218,160,184)
#C792A8
(199,146,168)
#B48498
(180,132,152)
#A17688
(161,118,136)
#8E6878
(142,104,120)
#7B5A68
(123,90,104)
#684C58
(104,76,88)
#553E48
(85,62,72)
#423038
(66,48,56)
#2F2228
(47,34,40)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DAA0B8

#DAA0B8
(218,160,184)
#DDA8BE
(221,168,190)
#E0B0C4
(224,176,196)
#E3B8CA
(227,184,202)
#E6C0D0
(230,192,208)
#E9C8D6
(233,200,214)
#ECD0DC
(236,208,220)
#EFD8E2
(239,216,226)
#F2E0E8
(242,224,232)
#F5E8EE
(245,232,238)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA0B8; }

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

This text font color is #DAA0B8.


Background Color

.myBgColor { background-color: #DAA0B8; }

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

This div background color is #DAA0B8.


Border color

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

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

This div border color is #DAA0B8.


Opacity

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

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

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

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

This text has shadow with #DAA0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA0B8 on black background.


Color preview on white background

This text has color #DAA0B8 on white background.



Black color preview on #DAA0B8 background

This text has black color on #DAA0B8 background.


White color preview on #DAA0B8 background

This text has white color on #DAA0B8 background.