COLOR #DAAAB8

HEX: #DAAAB8
RGB: (218,170,184)

Color info

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

RGB color model

#DAAAB8 color RGB value is (218,170,184).

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

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 184 of 255 = 72%

218
170
184

R + G + B ~ 75%. #DAAAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 170 + 184 = 572 (100%)
R 218 of 572 ~ 38.11%
G 170 of 572 ~ 29.72%
B 184 of 572 ~ 32.17%

%38.11
%29.72
%32.17

CMYK color model

#DAAAB8 color CMYK value is (0,22,16,15).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(0,22,16,15)
C0M22Y16K15 
(0%,22%,16%,15%)
(0.00/0.22/0.16/0.15)	

CMYK percentages

%0
%22.02
%15.6
%14.51

Codes

Color #DAAAB8 in popluar color models

DAAAB8
RGB218170184
HSL343°39.34%76.08%
HSB/HSV343°22.02%85.49%
CMYK0.00%22.02%15.60%
14.51%

Color #DAAAB8 in popluar number systems.

HEXDAAAB8
Decimal218170184
Binary110110101010101010111000
Octal332252270

Shades and tints

Shades of #DAAAB8

#DAAAB8
(218,170,184)
#C79BA8
(199,155,168)
#B48C98
(180,140,152)
#A17D88
(161,125,136)
#8E6E78
(142,110,120)
#7B5F68
(123,95,104)
#685058
(104,80,88)
#554148
(85,65,72)
#423238
(66,50,56)
#2F2328
(47,35,40)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DAAAB8

#DAAAB8
(218,170,184)
#DDB1BE
(221,177,190)
#E0B8C4
(224,184,196)
#E3BFCA
(227,191,202)
#E6C6D0
(230,198,208)
#E9CDD6
(233,205,214)
#ECD4DC
(236,212,220)
#EFDBE2
(239,219,226)
#F2E2E8
(242,226,232)
#F5E9EE
(245,233,238)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAAB8; }

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

This text font color is #DAAAB8.


Background Color

.myBgColor { background-color: #DAAAB8; }

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

This div background color is #DAAAB8.


Border color

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

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

This div border color is #DAAAB8.


Opacity

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

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

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

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

This text has shadow with #DAAAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAAAB8 on black background.


Color preview on white background

This text has color #DAAAB8 on white background.



Black color preview on #DAAAB8 background

This text has black color on #DAAAB8 background.


White color preview on #DAAAB8 background

This text has white color on #DAAAB8 background.