COLOR #DAA7AD

HEX: #DAA7AD RGB: (218,167,173)

Color info

#DAA7AD contains red, green and blue colors in about the same proportion. Web safe color of #DAA7AD is #CC9999 (or #C99).

RGB color model

#DAA7AD color RGB value is (218,167,173).

RGB: (218,167,173) (85%, 65%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 173 of 255 = 68%

218
167
173

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

Portions of RGB colors in percentages

R + G + B = 218 + 167 + 173 = 558 (100%)
R 218 of 558 ~ 39.07%
G 167 of 558 ~ 29.93%
B 173 of 558 ~ 31'%

%39.07
%29.93
%31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 20.64%
  • key color value is 14.51%

CMYK: (0,23,21,15)
C0M23Y21K15 (0%, 23%, 21%, 15%)
(0.00 / 0.23 / 0.21 / 0.15)

CMYK percentages

%0
%23.39
%20.64
%14.51

Codes

Color #DAA7AD in popluar color models

DA A7 AD
RGB 218 167 173
HSL 353° 40.80% 75.49%
HSB/HSV 353° 23.39% 85.49%
CMYK 0.00% 23.39% 20.64%
14.51%

Color #DAA7AD in popluar number systems.

HEX DA A7 AD
Decimal 218 167 173
Binary 11011010 10100111 10101101
Octal 332 247 255

Shades and tints

Shades of #DAA7AD

#DAA7AD
(218,167,173)
#C7989E
(199,152,158)
#B4898F
(180,137,143)
#A17A80
(161,122,128)
#8E6B71
(142,107,113)
#7B5C62
(123,92,98)
#684D53
(104,77,83)
#553E44
(85,62,68)
#422F35
(66,47,53)
#2F2026
(47,32,38)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #DAA7AD

#DAA7AD
(218,167,173)
#DDAFB4
(221,175,180)
#E0B7BB
(224,183,187)
#E3BFC2
(227,191,194)
#E6C7C9
(230,199,201)
#E9CFD0
(233,207,208)
#ECD7D7
(236,215,215)
#EFDFDE
(239,223,222)
#F2E7E5
(242,231,229)
#F5EFEC
(245,239,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA7AD; }

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

This text font color is #DAA7AD.

Background Color

.myBgColor { background-color: #DAA7AD; }

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

This div background color is #DAA7AD.

Border color

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

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

This div border color is #DAA7AD.

Opacity

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

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

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

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

This text has shadow with #DAA7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA7AD.

Preview

Color preview on black background

This text has color #DAA7AD on black background.


Color preview on white background

This text has color #DAA7AD on white background.


Black color preview on #DAA7AD background

This text has black color on #DAA7AD background.


White color preview on #DAA7AD background

This text has white color on #DAA7AD background.


Related colors

Complementary color

Complementary color for #hex is #255852.


I love getcolorcode.com

Triadic colors

1 #ADDAA7 and #A7ADDA with #DAA7AD are triadic colors.

2 #ADA7DA and #A7DAAD with #DAA7AD are triadic colors.