COLOR #DAB7AE

HEX: #DAB7AE
RGB: (218,183,174)

Color info

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

RGB color model

#DAB7AE color RGB value is (218,183,174).

  • red value is 218;
  • green value is 183;
  • blue value is 174.
RGB:
(218,183,174)
(85%,72%,68%)

RGB channels and saturation

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

218
183
174

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

Portions of RGB colors in percentages

R + G + B =
218 + 183 + 174 = 575 (100%)
R 218 of 575 ~ 37.91%
G 183 of 575 ~ 31.83%
B 174 of 575 ~ 30.26%

%37.91
%31.83
%30.26

CMYK color model

#DAB7AE color CMYK value is (0,16,20,15).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 20.18%
  • key color value is 14.51%
CMYK:
(0,16,20,15)
C0M16Y20K15 
(0%,16%,20%,15%)
(0.00/0.16/0.20/0.15)	

CMYK percentages

%0
%16.06
%20.18
%14.51

Codes

Color #DAB7AE in popluar color models

DAB7AE
RGB218183174
HSL12°37.29%76.86%
HSB/HSV12°20.18%85.49%
CMYK0.00%16.06%20.18%
14.51%

Color #DAB7AE in popluar number systems.

HEXDAB7AE
Decimal218183174
Binary110110101011011110101110
Octal332267256

Shades and tints

Shades of #DAB7AE

#DAB7AE
(218,183,174)
#C7A79F
(199,167,159)
#B49790
(180,151,144)
#A18781
(161,135,129)
#8E7772
(142,119,114)
#7B6763
(123,103,99)
#685754
(104,87,84)
#554745
(85,71,69)
#423736
(66,55,54)
#2F2727
(47,39,39)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #DAB7AE

#DAB7AE
(218,183,174)
#DDBDB5
(221,189,181)
#E0C3BC
(224,195,188)
#E3C9C3
(227,201,195)
#E6CFCA
(230,207,202)
#E9D5D1
(233,213,209)
#ECDBD8
(236,219,216)
#EFE1DF
(239,225,223)
#F2E7E6
(242,231,230)
#F5EDED
(245,237,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB7AE; }

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

This text font color is #DAB7AE.


Background Color

.myBgColor { background-color: #DAB7AE; }

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

This div background color is #DAB7AE.


Border color

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

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

This div border color is #DAB7AE.


Opacity

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

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

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

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

This text has shadow with #DAB7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB7AE on black background.


Color preview on white background

This text has color #DAB7AE on white background.



Black color preview on #DAB7AE background

This text has black color on #DAB7AE background.


White color preview on #DAB7AE background

This text has white color on #DAB7AE background.