COLOR #DAB4AE

HEX: #DAB4AE
RGB: (218,180,174)

Color info

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

RGB color model

#DAB4AE color RGB value is (218,180,174).

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

RGB channels and saturation

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

218
180
174

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

Portions of RGB colors in percentages

R + G + B =
218 + 180 + 174 = 572 (100%)
R 218 of 572 ~ 38.11%
G 180 of 572 ~ 31.47%
B 174 of 572 ~ 30.42%

%38.11
%31.47
%30.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.43%
  • 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
%17.43
%20.18
%14.51

Codes

Color #DAB4AE in popluar color models

DAB4AE
RGB218180174
HSL37.29%76.86%
HSB/HSV20.18%85.49%
CMYK0.00%17.43%20.18%
14.51%

Color #DAB4AE in popluar number systems.

HEXDAB4AE
Decimal218180174
Binary110110101011010010101110
Octal332264256

Shades and tints

Shades of #DAB4AE

#DAB4AE
(218,180,174)
#C7A49F
(199,164,159)
#B49490
(180,148,144)
#A18481
(161,132,129)
#8E7472
(142,116,114)
#7B6463
(123,100,99)
#685454
(104,84,84)
#554445
(85,68,69)
#423436
(66,52,54)
#2F2427
(47,36,39)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #DAB4AE

#DAB4AE
(218,180,174)
#DDBAB5
(221,186,181)
#E0C0BC
(224,192,188)
#E3C6C3
(227,198,195)
#E6CCCA
(230,204,202)
#E9D2D1
(233,210,209)
#ECD8D8
(236,216,216)
#EFDEDF
(239,222,223)
#F2E4E6
(242,228,230)
#F5EAED
(245,234,237)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB4AE; }

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

This text font color is #DAB4AE.


Background Color

.myBgColor { background-color: #DAB4AE; }

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

This div background color is #DAB4AE.


Border color

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

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

This div border color is #DAB4AE.


Opacity

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

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

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

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

This text has shadow with #DAB4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB4AE on black background.


Color preview on white background

This text has color #DAB4AE on white background.



Black color preview on #DAB4AE background

This text has black color on #DAB4AE background.


White color preview on #DAB4AE background

This text has white color on #DAB4AE background.