COLOR #DABA9F

HEX: #DABA9F
RGB: (218,186,159)

Color info

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

RGB color model

#DABA9F color RGB value is (218,186,159).

  • red value is 218;
  • green value is 186;
  • blue value is 159.
RGB:
(218,186,159)
(85%,73%,62%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 159 of 255 = 62%

218
186
159

R + G + B ~ 73%. #DABA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 159 = 563 (100%)
R 218 of 563 ~ 38.72%
G 186 of 563 ~ 33.04%
B 159 of 563 ~ 28.24%

%38.72
%33.04
%28.24

CMYK color model

#DABA9F color CMYK value is (0,15,27,15).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 27.06%
  • key color value is 14.51%
CMYK:
(0,15,27,15)
C0M15Y27K15 
(0%,15%,27%,15%)
(0.00/0.15/0.27/0.15)	

CMYK percentages

%0
%14.68
%27.06
%14.51

Codes

Color #DABA9F in popluar color models

DABA9F
RGB218186159
HSL27°44.36%73.92%
HSB/HSV27°27.06%85.49%
CMYK0.00%14.68%27.06%
14.51%

Color #DABA9F in popluar number systems.

HEXDABA9F
Decimal218186159
Binary110110101011101010011111
Octal332272237

Shades and tints

Shades of #DABA9F

#DABA9F
(218,186,159)
#C7AA91
(199,170,145)
#B49A83
(180,154,131)
#A18A75
(161,138,117)
#8E7A67
(142,122,103)
#7B6A59
(123,106,89)
#685A4B
(104,90,75)
#554A3D
(85,74,61)
#423A2F
(66,58,47)
#2F2A21
(47,42,33)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #DABA9F

#DABA9F
(218,186,159)
#DDC0A7
(221,192,167)
#E0C6AF
(224,198,175)
#E3CCB7
(227,204,183)
#E6D2BF
(230,210,191)
#E9D8C7
(233,216,199)
#ECDECF
(236,222,207)
#EFE4D7
(239,228,215)
#F2EADF
(242,234,223)
#F5F0E7
(245,240,231)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABA9F color. Also use rgb(218,186,159) instead hex code.

Text Font Color

.myTextColor { color: #DABA9F; }

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

This text font color is #DABA9F.


Background Color

.myBgColor { background-color: #DABA9F; }

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

This div background color is #DABA9F.


Border color

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

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

This div border color is #DABA9F.


Opacity

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

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

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

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

This text has shadow with #DABA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABA9F on black background.


Color preview on white background

This text has color #DABA9F on white background.



Black color preview on #DABA9F background

This text has black color on #DABA9F background.


White color preview on #DABA9F background

This text has white color on #DABA9F background.