COLOR #DAC4AE

HEX: #DAC4AE RGB: (218,196,174)

Color info

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

RGB color model

#DAC4AE color RGB value is (218,196,174).

RGB: (218,196,174) (85%, 77%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 196 of 255 = 77%
B 174 of 255 = 68%

218
196
174

R + G + B ~ 77%. #DAC4AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 196 + 174 = 588 (100%)
R 218 of 588 ~ 37.07%
G 196 of 588 ~ 33.33%
B 174 of 588 ~ 29.59'%

%37.07
%33.33
%29.59

CMYK color model

#DAC4AE color CMYK value is (0,10,20,15).

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

CMYK: (0,10,20,15)
C0M10Y20K15 (0%, 10%, 20%, 15%)
(0.00 / 0.10 / 0.20 / 0.15)

CMYK percentages

%0
%10.09
%20.18
%14.51

Codes

Color #DAC4AE in popluar color models

DA C4 AE
RGB 218 196 174
HSL 30° 37.29% 76.86%
HSB/HSV 30° 20.18% 85.49%
CMYK 0.00% 10.09% 20.18%
14.51%

Color #DAC4AE in popluar number systems.

HEX DA C4 AE
Decimal 218 196 174
Binary 11011010 11000100 10101110
Octal 332 304 256

Shades and tints

Shades of #DAC4AE

#DAC4AE
(218,196,174)
#C7B39F
(199,179,159)
#B4A290
(180,162,144)
#A19181
(161,145,129)
#8E8072
(142,128,114)
#7B6F63
(123,111,99)
#685E54
(104,94,84)
#554D45
(85,77,69)
#423C36
(66,60,54)
#2F2B27
(47,43,39)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #DAC4AE

#DAC4AE
(218,196,174)
#DDC9B5
(221,201,181)
#E0CEBC
(224,206,188)
#E3D3C3
(227,211,195)
#E6D8CA
(230,216,202)
#E9DDD1
(233,221,209)
#ECE2D8
(236,226,216)
#EFE7DF
(239,231,223)
#F2ECE6
(242,236,230)
#F5F1ED
(245,241,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAC4AE; }

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

This text font color is #DAC4AE.

Background Color

.myBgColor { background-color: #DAC4AE; }

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

This div background color is #DAC4AE.

Border color

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

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

This div border color is #DAC4AE.

Opacity

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

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

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

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

This text has shadow with #DAC4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAC4AE.

Preview

Color preview on black background

This text has color #DAC4AE on black background.


Color preview on white background

This text has color #DAC4AE on white background.


Black color preview on #DAC4AE background

This text has black color on #DAC4AE background.


White color preview on #DAC4AE background

This text has white color on #DAC4AE background.


Related colors

Complementary color

Complementary color for #hex is #253B51.


I love getcolorcode.com

Triadic colors

1 #AEDAC4 and #C4AEDA with #DAC4AE are triadic colors.

2 #AEC4DA and #C4DAAE with #DAC4AE are triadic colors.