COLOR #DAA7B9

HEX: #DAA7B9
RGB: (218,167,185)

Color info

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

RGB color model

#DAA7B9 color RGB value is (218,167,185).

  • red value is 218;
  • green value is 167;
  • blue value is 185.
RGB:
(218,167,185)
(85%,65%,73%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 185 of 255 = 73%

218
167
185

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

Portions of RGB colors in percentages

R + G + B =
218 + 167 + 185 = 570 (100%)
R 218 of 570 ~ 38.25%
G 167 of 570 ~ 29.3%
B 185 of 570 ~ 32.46%

%38.25
%29.3
%32.46

CMYK color model

#DAA7B9 color CMYK value is (0,23,15,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(0,23,15,15)
C0M23Y15K15 
(0%,23%,15%,15%)
(0.00/0.23/0.15/0.15)	

CMYK percentages

%0
%23.39
%15.14
%14.51

Codes

Color #DAA7B9 in popluar color models

DAA7B9
RGB218167185
HSL339°40.80%75.49%
HSB/HSV339°23.39%85.49%
CMYK0.00%23.39%15.14%
14.51%

Color #DAA7B9 in popluar number systems.

HEXDAA7B9
Decimal218167185
Binary110110101010011110111001
Octal332247271

Shades and tints

Shades of #DAA7B9

#DAA7B9
(218,167,185)
#C798A9
(199,152,169)
#B48999
(180,137,153)
#A17A89
(161,122,137)
#8E6B79
(142,107,121)
#7B5C69
(123,92,105)
#684D59
(104,77,89)
#553E49
(85,62,73)
#422F39
(66,47,57)
#2F2029
(47,32,41)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #DAA7B9

#DAA7B9
(218,167,185)
#DDAFBF
(221,175,191)
#E0B7C5
(224,183,197)
#E3BFCB
(227,191,203)
#E6C7D1
(230,199,209)
#E9CFD7
(233,207,215)
#ECD7DD
(236,215,221)
#EFDFE3
(239,223,227)
#F2E7E9
(242,231,233)
#F5EFEF
(245,239,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA7B9 color. Also use rgb(218,167,185) instead hex code.

Text Font Color

.myTextColor { color: #DAA7B9; }

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

This text font color is #DAA7B9.


Background Color

.myBgColor { background-color: #DAA7B9; }

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

This div background color is #DAA7B9.


Border color

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

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

This div border color is #DAA7B9.


Opacity

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

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

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

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

This text has shadow with #DAA7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA7B9 on black background.


Color preview on white background

This text has color #DAA7B9 on white background.



Black color preview on #DAA7B9 background

This text has black color on #DAA7B9 background.


White color preview on #DAA7B9 background

This text has white color on #DAA7B9 background.