COLOR #DAB7AD

HEX: #DAB7AD RGB: (218,183,173)

Color info

#DAB7AD contains red, green and blue colors in about the same proportion. Web safe color of #DAB7AD is #CCCC99 (or #CC9).

RGB color model

#DAB7AD color RGB value is (218,183,173).

RGB: (218,183,173) (85%, 72%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 183 of 255 = 72%
B 173 of 255 = 68%

218
183
173

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

Portions of RGB colors in percentages

R + G + B = 218 + 183 + 173 = 574 (100%)
R 218 of 574 ~ 37.98%
G 183 of 574 ~ 31.88%
B 173 of 574 ~ 30.14'%

%37.98
%31.88
%30.14

CMYK color model

#DAB7AD color CMYK value is (0,16,21,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK: (0,16,21,15) C0M16Y21K15 (0%,16%,21%,15%) (0.00/0.16/0.21/0.15) 

CMYK percentages

%0
%16.06
%20.64
%14.51

Codes

Color #DAB7AD in popluar color models

DA B7 AD
RGB 218 183 173
HSL 13° 37.82% 76.67%
HSB/HSV 13° 20.64% 85.49%
CMYK 0.00% 16.06% 20.64%
14.51%

Color #DAB7AD in popluar number systems.

HEX DA B7 AD
Decimal 218 183 173
Binary 11011010 10110111 10101101
Octal 332 267 255

Shades and tints

Shades of #DAB7AD

#DAB7AD
(218,183,173)
#C7A79E
(199,167,158)
#B4978F
(180,151,143)
#A18780
(161,135,128)
#8E7771
(142,119,113)
#7B6762
(123,103,98)
#685753
(104,87,83)
#554744
(85,71,68)
#423735
(66,55,53)
#2F2726
(47,39,38)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #DAB7AD

#DAB7AD
(218,183,173)
#DDBDB4
(221,189,180)
#E0C3BB
(224,195,187)
#E3C9C2
(227,201,194)
#E6CFC9
(230,207,201)
#E9D5D0
(233,213,208)
#ECDBD7
(236,219,215)
#EFE1DE
(239,225,222)
#F2E7E5
(242,231,229)
#F5EDEC
(245,237,236)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7AD; }

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

This text font color is #DAB7AD.

Background Color

.myBgColor { background-color: #DAB7AD; }

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

This div background color is #DAB7AD.

Border color

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

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

This div border color is #DAB7AD.

Opacity

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

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

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

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

This text has shadow with #DAB7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB7AD.

Preview

Color preview on black background

This text has color #DAB7AD on black background.


Color preview on white background

This text has color #DAB7AD on white background.


Black color preview on #DAB7AD background

This text has black color on #DAB7AD background.


White color preview on #DAB7AD background

This text has white color on #DAB7AD background.


Related colors

Complementary color

Complementary color for #hex is #254852.


I love getcolorcode.com

Triadic colors

1 #ADDAB7 and #B7ADDA with #DAB7AD are triadic colors.

2 #ADB7DA and #B7DAAD with #DAB7AD are triadic colors.