COLOR #DABC9D

HEX: #DABC9D
RGB: (218,188,157)

Color info

#DABC9D contains mainly red and green colors. Web safe color of #DABC9D is #CCCC99 (or #CC9).

RGB color model

#DABC9D color RGB value is (218,188,157).

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

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 157 of 255 = 62%

218
188
157

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

Portions of RGB colors in percentages

R + G + B =
218 + 188 + 157 = 563 (100%)
R 218 of 563 ~ 38.72%
G 188 of 563 ~ 33.39%
B 157 of 563 ~ 27.89%

%38.72
%33.39
%27.89

CMYK color model

#DABC9D color CMYK value is (0,14,28,15).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 27.98%
  • key color value is 14.51%
CMYK:
(0,14,28,15)
C0M14Y28K15 
(0%,14%,28%,15%)
(0.00/0.14/0.28/0.15)	

CMYK percentages

%0
%13.76
%27.98
%14.51

Codes

Color #DABC9D in popluar color models

DABC9D
RGB218188157
HSL30°45.19%73.53%
HSB/HSV30°27.98%85.49%
CMYK0.00%13.76%27.98%
14.51%

Color #DABC9D in popluar number systems.

HEXDABC9D
Decimal218188157
Binary110110101011110010011101
Octal332274235

Shades and tints

Shades of #DABC9D

#DABC9D
(218,188,157)
#C7AB8F
(199,171,143)
#B49A81
(180,154,129)
#A18973
(161,137,115)
#8E7865
(142,120,101)
#7B6757
(123,103,87)
#685649
(104,86,73)
#55453B
(85,69,59)
#42342D
(66,52,45)
#2F231F
(47,35,31)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #DABC9D

#DABC9D
(218,188,157)
#DDC2A5
(221,194,165)
#E0C8AD
(224,200,173)
#E3CEB5
(227,206,181)
#E6D4BD
(230,212,189)
#E9DAC5
(233,218,197)
#ECE0CD
(236,224,205)
#EFE6D5
(239,230,213)
#F2ECDD
(242,236,221)
#F5F2E5
(245,242,229)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABC9D; }

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

This text font color is #DABC9D.


Background Color

.myBgColor { background-color: #DABC9D; }

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

This div background color is #DABC9D.


Border color

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

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

This div border color is #DABC9D.


Opacity

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

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

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

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

This text has shadow with #DABC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABC9D on black background.


Color preview on white background

This text has color #DABC9D on white background.



Black color preview on #DABC9D background

This text has black color on #DABC9D background.


White color preview on #DABC9D background

This text has white color on #DABC9D background.