COLOR #DABCAA

HEX: #DABCAA
RGB: (218,188,170)

Color info

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

RGB color model

#DABCAA color RGB value is (218,188,170).

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

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 170 of 255 = 67%

218
188
170

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

Portions of RGB colors in percentages

R + G + B =
218 + 188 + 170 = 576 (100%)
R 218 of 576 ~ 37.85%
G 188 of 576 ~ 32.64%
B 170 of 576 ~ 29.51%

%37.85
%32.64
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 22.02%
  • 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.02
%14.51

Codes

Color #DABCAA in popluar color models

DABCAA
RGB218188170
HSL23°39.34%76.08%
HSB/HSV23°22.02%85.49%
CMYK0.00%13.76%22.02%
14.51%

Color #DABCAA in popluar number systems.

HEXDABCAA
Decimal218188170
Binary110110101011110010101010
Octal332274252

Shades and tints

Shades of #DABCAA

#DABCAA
(218,188,170)
#C7AB9B
(199,171,155)
#B49A8C
(180,154,140)
#A1897D
(161,137,125)
#8E786E
(142,120,110)
#7B675F
(123,103,95)
#685650
(104,86,80)
#554541
(85,69,65)
#423432
(66,52,50)
#2F2323
(47,35,35)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #DABCAA

#DABCAA
(218,188,170)
#DDC2B1
(221,194,177)
#E0C8B8
(224,200,184)
#E3CEBF
(227,206,191)
#E6D4C6
(230,212,198)
#E9DACD
(233,218,205)
#ECE0D4
(236,224,212)
#EFE6DB
(239,230,219)
#F2ECE2
(242,236,226)
#F5F2E9
(245,242,233)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABCAA; }

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

This text font color is #DABCAA.


Background Color

.myBgColor { background-color: #DABCAA; }

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

This div background color is #DABCAA.


Border color

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

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

This div border color is #DABCAA.


Opacity

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

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

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

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

This text has shadow with #DABCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABCAA on black background.


Color preview on white background

This text has color #DABCAA on white background.



Black color preview on #DABCAA background

This text has black color on #DABCAA background.


White color preview on #DABCAA background

This text has white color on #DABCAA background.