COLOR #DAB894

HEX: #DAB894
RGB: (218,184,148)

Color info

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

RGB color model

#DAB894 color RGB value is (218,184,148).

  • red value is 218;
  • green value is 184;
  • blue value is 148.
RGB:
(218,184,148)
(85%,72%,58%)

RGB channels and saturation

R 218 of 255 = 85%
G 184 of 255 = 72%
B 148 of 255 = 58%

218
184
148

R + G + B ~ 72%. #DAB894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 148 = 550 (100%)
R 218 of 550 ~ 39.64%
G 184 of 550 ~ 33.45%
B 148 of 550 ~ 26.91%

%39.64
%33.45
%26.91

CMYK color model

#DAB894 color CMYK value is (0,16,32,15).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 32.11%
  • key color value is 14.51%
CMYK:
(0,16,32,15)
C0M16Y32K15 
(0%,16%,32%,15%)
(0.00/0.16/0.32/0.15)	

CMYK percentages

%0
%15.6
%32.11
%14.51

Codes

Color #DAB894 in popluar color models

DAB894
RGB218184148
HSL31°48.61%71.76%
HSB/HSV31°32.11%85.49%
CMYK0.00%15.60%32.11%
14.51%

Color #DAB894 in popluar number systems.

HEXDAB894
Decimal218184148
Binary110110101011100010010100
Octal332270224

Shades and tints

Shades of #DAB894

#DAB894
(218,184,148)
#C7A887
(199,168,135)
#B4987A
(180,152,122)
#A1886D
(161,136,109)
#8E7860
(142,120,96)
#7B6853
(123,104,83)
#685846
(104,88,70)
#554839
(85,72,57)
#42382C
(66,56,44)
#2F281F
(47,40,31)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAB894

#DAB894
(218,184,148)
#DDBE9D
(221,190,157)
#E0C4A6
(224,196,166)
#E3CAAF
(227,202,175)
#E6D0B8
(230,208,184)
#E9D6C1
(233,214,193)
#ECDCCA
(236,220,202)
#EFE2D3
(239,226,211)
#F2E8DC
(242,232,220)
#F5EEE5
(245,238,229)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB894 color. Also use rgb(218,184,148) instead hex code.

Text Font Color

.myTextColor { color: #DAB894; }

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

This text font color is #DAB894.


Background Color

.myBgColor { background-color: #DAB894; }

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

This div background color is #DAB894.


Border color

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

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

This div border color is #DAB894.


Opacity

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

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

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

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

This text has shadow with #DAB894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB894 on black background.


Color preview on white background

This text has color #DAB894 on white background.



Black color preview on #DAB894 background

This text has black color on #DAB894 background.


White color preview on #DAB894 background

This text has white color on #DAB894 background.