COLOR #DAB3AC

HEX: #DAB3AC RGB: (218,179,172)

Color info

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

RGB color model

#DAB3AC color RGB value is (218,179,172).

RGB: (218,179,172) (85%, 70%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 179 of 255 = 70%
B 172 of 255 = 67%

218
179
172

R + G + B ~ 74%. #DAB3AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 179 + 172 = 569 (100%)
R 218 of 569 ~ 38.31%
G 179 of 569 ~ 31.46%
B 172 of 569 ~ 30.23'%

%38.31
%31.46
%30.23

CMYK color model

#DAB3AC color CMYK value is (0,18,21,15).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 21.10%
  • key color value is 14.51%

CMYK: (0,18,21,15)
C0M18Y21K15 (0%, 18%, 21%, 15%)
(0.00 / 0.18 / 0.21 / 0.15)

CMYK percentages

%0
%17.89
%21.1
%14.51

Codes

Color #DAB3AC in popluar color models

DA B3 AC
RGB 218 179 172
HSL 38.33% 76.47%
HSB/HSV 21.10% 85.49%
CMYK 0.00% 17.89% 21.10%
14.51%

Color #DAB3AC in popluar number systems.

HEX DA B3 AC
Decimal 218 179 172
Binary 11011010 10110011 10101100
Octal 332 263 254

Shades and tints

Shades of #DAB3AC

#DAB3AC
(218,179,172)
#C7A39D
(199,163,157)
#B4938E
(180,147,142)
#A1837F
(161,131,127)
#8E7370
(142,115,112)
#7B6361
(123,99,97)
#685352
(104,83,82)
#554343
(85,67,67)
#423334
(66,51,52)
#2F2325
(47,35,37)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #DAB3AC

#DAB3AC
(218,179,172)
#DDB9B3
(221,185,179)
#E0BFBA
(224,191,186)
#E3C5C1
(227,197,193)
#E6CBC8
(230,203,200)
#E9D1CF
(233,209,207)
#ECD7D6
(236,215,214)
#EFDDDD
(239,221,221)
#F2E3E4
(242,227,228)
#F5E9EB
(245,233,235)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB3AC color. Also use rgb(218,179,172) instead hex code.

Text Font Color

.myTextColor { color: #DAB3AC; }

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

This text font color is #DAB3AC.

Background Color

.myBgColor { background-color: #DAB3AC; }

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

This div background color is #DAB3AC.

Border color

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

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

This div border color is #DAB3AC.

Opacity

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

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

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

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

This text has shadow with #DAB3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB3AC.

Preview

Color preview on black background

This text has color #DAB3AC on black background.


Color preview on white background

This text has color #DAB3AC on white background.


Black color preview on #DAB3AC background

This text has black color on #DAB3AC background.


White color preview on #DAB3AC background

This text has white color on #DAB3AC background.


Related colors

Complementary color

Complementary color for #hex is #254C53.


I love getcolorcode.com

Triadic colors

1 #ACDAB3 and #B3ACDA with #DAB3AC are triadic colors.

2 #ACB3DA and #B3DAAC with #DAB3AC are triadic colors.