COLOR #DAB5A7

HEX: #DAB5A7 RGB: (218,181,167)

Color info

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

RGB color model

#DAB5A7 color RGB value is (218,181,167).

RGB: (218,181,167) (85%, 71%, 65%)

RGB channels and saturation

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

218
181
167

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

Portions of RGB colors in percentages

R + G + B = 218 + 181 + 167 = 566 (100%)
R 218 of 566 ~ 38.52%
G 181 of 566 ~ 31.98%
B 167 of 566 ~ 29.51'%

%38.52
%31.98
%29.51

CMYK color model

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

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

CMYK: (0,17,23,15)
C0M17Y23K15 (0%, 17%, 23%, 15%)
(0.00 / 0.17 / 0.23 / 0.15)

CMYK percentages

%0
%16.97
%23.39
%14.51

Codes

Color #DAB5A7 in popluar color models

DA B5 A7
RGB 218 181 167
HSL 16° 40.80% 75.49%
HSB/HSV 16° 23.39% 85.49%
CMYK 0.00% 16.97% 23.39%
14.51%

Color #DAB5A7 in popluar number systems.

HEX DA B5 A7
Decimal 218 181 167
Binary 11011010 10110101 10100111
Octal 332 265 247

Shades and tints

Shades of #DAB5A7

#DAB5A7
(218,181,167)
#C7A598
(199,165,152)
#B49589
(180,149,137)
#A1857A
(161,133,122)
#8E756B
(142,117,107)
#7B655C
(123,101,92)
#68554D
(104,85,77)
#55453E
(85,69,62)
#42352F
(66,53,47)
#2F2520
(47,37,32)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #DAB5A7

#DAB5A7
(218,181,167)
#DDBBAF
(221,187,175)
#E0C1B7
(224,193,183)
#E3C7BF
(227,199,191)
#E6CDC7
(230,205,199)
#E9D3CF
(233,211,207)
#ECD9D7
(236,217,215)
#EFDFDF
(239,223,223)
#F2E5E7
(242,229,231)
#F5EBEF
(245,235,239)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB5A7; }

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

This text font color is #DAB5A7.

Background Color

.myBgColor { background-color: #DAB5A7; }

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

This div background color is #DAB5A7.

Border color

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

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

This div border color is #DAB5A7.

Opacity

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

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

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

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

This text has shadow with #DAB5A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB5A7.

Preview

Color preview on black background

This text has color #DAB5A7 on black background.


Color preview on white background

This text has color #DAB5A7 on white background.


Black color preview on #DAB5A7 background

This text has black color on #DAB5A7 background.


White color preview on #DAB5A7 background

This text has white color on #DAB5A7 background.


Related colors

Complementary color

Complementary color for #hex is #254A58.


I love getcolorcode.com

Triadic colors

1 #A7DAB5 and #B5A7DA with #DAB5A7 are triadic colors.

2 #A7B5DA and #B5DAA7 with #DAB5A7 are triadic colors.