COLOR #DABCA9

HEX: #DABCA9
RGB: (218,188,169)

Color info

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

RGB color model

#DABCA9 color RGB value is (218,188,169).

  • red value is 218;
  • green value is 188;
  • blue value is 169.
RGB:
(218,188,169)
(85%,74%,66%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 169 of 255 = 66%

218
188
169

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

Portions of RGB colors in percentages

R + G + B =
218 + 188 + 169 = 575 (100%)
R 218 of 575 ~ 37.91%
G 188 of 575 ~ 32.7%
B 169 of 575 ~ 29.39%

%37.91
%32.7
%29.39

CMYK color model

#DABCA9 color CMYK value is (0,14,22,15).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 22.48%
  • key color value is 14.51%
CMYK:
(0,14,22,15)
C0M14Y22K15 
(0%,14%,22%,15%)
(0.00/0.14/0.22/0.15)	

CMYK percentages

%0
%13.76
%22.48
%14.51

Codes

Color #DABCA9 in popluar color models

DABCA9
RGB218188169
HSL23°39.84%75.88%
HSB/HSV23°22.48%85.49%
CMYK0.00%13.76%22.48%
14.51%

Color #DABCA9 in popluar number systems.

HEXDABCA9
Decimal218188169
Binary110110101011110010101001
Octal332274251

Shades and tints

Shades of #DABCA9

#DABCA9
(218,188,169)
#C7AB9A
(199,171,154)
#B49A8B
(180,154,139)
#A1897C
(161,137,124)
#8E786D
(142,120,109)
#7B675E
(123,103,94)
#68564F
(104,86,79)
#554540
(85,69,64)
#423431
(66,52,49)
#2F2322
(47,35,34)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #DABCA9

#DABCA9
(218,188,169)
#DDC2B0
(221,194,176)
#E0C8B7
(224,200,183)
#E3CEBE
(227,206,190)
#E6D4C5
(230,212,197)
#E9DACC
(233,218,204)
#ECE0D3
(236,224,211)
#EFE6DA
(239,230,218)
#F2ECE1
(242,236,225)
#F5F2E8
(245,242,232)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABCA9 color. Also use rgb(218,188,169) instead hex code.

Text Font Color

.myTextColor { color: #DABCA9; }

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

This text font color is #DABCA9.


Background Color

.myBgColor { background-color: #DABCA9; }

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

This div background color is #DABCA9.


Border color

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

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

This div border color is #DABCA9.


Opacity

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

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

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

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

This text has shadow with #DABCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABCA9 on black background.


Color preview on white background

This text has color #DABCA9 on white background.



Black color preview on #DABCA9 background

This text has black color on #DABCA9 background.


White color preview on #DABCA9 background

This text has white color on #DABCA9 background.