COLOR #DAA8AE

HEX: #DAA8AE
RGB: (218,168,174)

Color info

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

RGB color model

#DAA8AE color RGB value is (218,168,174).

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

RGB channels and saturation

R 218 of 255 = 85%
G 168 of 255 = 66%
B 174 of 255 = 68%

218
168
174

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

Portions of RGB colors in percentages

R + G + B =
218 + 168 + 174 = 560 (100%)
R 218 of 560 ~ 38.93%
G 168 of 560 ~ 30%
B 174 of 560 ~ 31.07%

%38.93
%30
%31.07

CMYK color model

#DAA8AE color CMYK value is (0,23,20,15).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 20.18%
  • key color value is 14.51%
CMYK:
(0,23,20,15)
C0M23Y20K15 
(0%,23%,20%,15%)
(0.00/0.23/0.20/0.15)	

CMYK percentages

%0
%22.94
%20.18
%14.51

Codes

Color #DAA8AE in popluar color models

DAA8AE
RGB218168174
HSL353°40.32%75.69%
HSB/HSV353°22.94%85.49%
CMYK0.00%22.94%20.18%
14.51%

Color #DAA8AE in popluar number systems.

HEXDAA8AE
Decimal218168174
Binary110110101010100010101110
Octal332250256

Shades and tints

Shades of #DAA8AE

#DAA8AE
(218,168,174)
#C7999F
(199,153,159)
#B48A90
(180,138,144)
#A17B81
(161,123,129)
#8E6C72
(142,108,114)
#7B5D63
(123,93,99)
#684E54
(104,78,84)
#553F45
(85,63,69)
#423036
(66,48,54)
#2F2127
(47,33,39)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #DAA8AE

#DAA8AE
(218,168,174)
#DDAFB5
(221,175,181)
#E0B6BC
(224,182,188)
#E3BDC3
(227,189,195)
#E6C4CA
(230,196,202)
#E9CBD1
(233,203,209)
#ECD2D8
(236,210,216)
#EFD9DF
(239,217,223)
#F2E0E6
(242,224,230)
#F5E7ED
(245,231,237)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA8AE; }

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

This text font color is #DAA8AE.


Background Color

.myBgColor { background-color: #DAA8AE; }

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

This div background color is #DAA8AE.


Border color

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

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

This div border color is #DAA8AE.


Opacity

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

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

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

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

This text has shadow with #DAA8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA8AE on black background.


Color preview on white background

This text has color #DAA8AE on white background.



Black color preview on #DAA8AE background

This text has black color on #DAA8AE background.


White color preview on #DAA8AE background

This text has white color on #DAA8AE background.