COLOR #DAA7B6

HEX: #DAA7B6
RGB: (218,167,182)

Color info

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

RGB color model

#DAA7B6 color RGB value is (218,167,182).

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

RGB channels and saturation

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

218
167
182

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

Portions of RGB colors in percentages

R + G + B =
218 + 167 + 182 = 567 (100%)
R 218 of 567 ~ 38.45%
G 167 of 567 ~ 29.45%
B 182 of 567 ~ 32.1%

%38.45
%29.45
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK:
(0,23,17,15)
C0M23Y17K15 
(0%,23%,17%,15%)
(0.00/0.23/0.17/0.15)	

CMYK percentages

%0
%23.39
%16.51
%14.51

Codes

Color #DAA7B6 in popluar color models

DAA7B6
RGB218167182
HSL342°40.80%75.49%
HSB/HSV342°23.39%85.49%
CMYK0.00%23.39%16.51%
14.51%

Color #DAA7B6 in popluar number systems.

HEXDAA7B6
Decimal218167182
Binary110110101010011110110110
Octal332247266

Shades and tints

Shades of #DAA7B6

#DAA7B6
(218,167,182)
#C798A6
(199,152,166)
#B48996
(180,137,150)
#A17A86
(161,122,134)
#8E6B76
(142,107,118)
#7B5C66
(123,92,102)
#684D56
(104,77,86)
#553E46
(85,62,70)
#422F36
(66,47,54)
#2F2026
(47,32,38)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #DAA7B6

#DAA7B6
(218,167,182)
#DDAFBC
(221,175,188)
#E0B7C2
(224,183,194)
#E3BFC8
(227,191,200)
#E6C7CE
(230,199,206)
#E9CFD4
(233,207,212)
#ECD7DA
(236,215,218)
#EFDFE0
(239,223,224)
#F2E7E6
(242,231,230)
#F5EFEC
(245,239,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA7B6; }

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

This text font color is #DAA7B6.


Background Color

.myBgColor { background-color: #DAA7B6; }

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

This div background color is #DAA7B6.


Border color

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

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

This div border color is #DAA7B6.


Opacity

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

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

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

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

This text has shadow with #DAA7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA7B6 on black background.


Color preview on white background

This text has color #DAA7B6 on white background.



Black color preview on #DAA7B6 background

This text has black color on #DAA7B6 background.


White color preview on #DAA7B6 background

This text has white color on #DAA7B6 background.