COLOR #DAB6AE

HEX: #DAB6AE RGB: (218,182,174)

Color info

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

RGB color model

#DAB6AE color RGB value is (218,182,174).

RGB: (218,182,174) (85%, 71%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 174 of 255 = 68%

218
182
174

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

Portions of RGB colors in percentages

R + G + B = 218 + 182 + 174 = 574 (100%)
R 218 of 574 ~ 37.98%
G 182 of 574 ~ 31.71%
B 174 of 574 ~ 30.31'%

%37.98
%31.71
%30.31

CMYK color model

#DAB6AE color CMYK value is (0,17,20,15).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 20.18%
  • key color value is 14.51%

CMYK: (0,17,20,15)
C0M17Y20K15 (0%, 17%, 20%, 15%)
(0.00 / 0.17 / 0.20 / 0.15)

CMYK percentages

%0
%16.51
%20.18
%14.51

Codes

Color #DAB6AE in popluar color models

DA B6 AE
RGB 218 182 174
HSL 11° 37.29% 76.86%
HSB/HSV 11° 20.18% 85.49%
CMYK 0.00% 16.51% 20.18%
14.51%

Color #DAB6AE in popluar number systems.

HEX DA B6 AE
Decimal 218 182 174
Binary 11011010 10110110 10101110
Octal 332 266 256

Shades and tints

Shades of #DAB6AE

#DAB6AE
(218,182,174)
#C7A69F
(199,166,159)
#B49690
(180,150,144)
#A18681
(161,134,129)
#8E7672
(142,118,114)
#7B6663
(123,102,99)
#685654
(104,86,84)
#554645
(85,70,69)
#423636
(66,54,54)
#2F2627
(47,38,39)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAB6AE

#DAB6AE
(218,182,174)
#DDBCB5
(221,188,181)
#E0C2BC
(224,194,188)
#E3C8C3
(227,200,195)
#E6CECA
(230,206,202)
#E9D4D1
(233,212,209)
#ECDAD8
(236,218,216)
#EFE0DF
(239,224,223)
#F2E6E6
(242,230,230)
#F5ECED
(245,236,237)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB6AE; }

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

This text font color is #DAB6AE.

Background Color

.myBgColor { background-color: #DAB6AE; }

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

This div background color is #DAB6AE.

Border color

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

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

This div border color is #DAB6AE.

Opacity

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

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

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

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

This text has shadow with #DAB6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB6AE.

Preview

Color preview on black background

This text has color #DAB6AE on black background.


Color preview on white background

This text has color #DAB6AE on white background.


Black color preview on #DAB6AE background

This text has black color on #DAB6AE background.


White color preview on #DAB6AE background

This text has white color on #DAB6AE background.


Related colors

Complementary color

Complementary color for #hex is #254951.


I love getcolorcode.com

Triadic colors

1 #AEDAB6 and #B6AEDA with #DAB6AE are triadic colors.

2 #AEB6DA and #B6DAAE with #DAB6AE are triadic colors.