COLOR #DAB895

HEX: #DAB895
RGB: (218,184,149)

Color info

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

RGB color model

#DAB895 color RGB value is (218,184,149).

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

RGB channels and saturation

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

218
184
149

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

Portions of RGB colors in percentages

R + G + B =
218 + 184 + 149 = 551 (100%)
R 218 of 551 ~ 39.56%
G 184 of 551 ~ 33.39%
B 149 of 551 ~ 27.04%

%39.56
%33.39
%27.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 31.65%
  • 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
%31.65
%14.51

Codes

Color #DAB895 in popluar color models

DAB895
RGB218184149
HSL30°48.25%71.96%
HSB/HSV30°31.65%85.49%
CMYK0.00%15.60%31.65%
14.51%

Color #DAB895 in popluar number systems.

HEXDAB895
Decimal218184149
Binary110110101011100010010101
Octal332270225

Shades and tints

Shades of #DAB895

#DAB895
(218,184,149)
#C7A888
(199,168,136)
#B4987B
(180,152,123)
#A1886E
(161,136,110)
#8E7861
(142,120,97)
#7B6854
(123,104,84)
#685847
(104,88,71)
#55483A
(85,72,58)
#42382D
(66,56,45)
#2F2820
(47,40,32)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #DAB895

#DAB895
(218,184,149)
#DDBE9E
(221,190,158)
#E0C4A7
(224,196,167)
#E3CAB0
(227,202,176)
#E6D0B9
(230,208,185)
#E9D6C2
(233,214,194)
#ECDCCB
(236,220,203)
#EFE2D4
(239,226,212)
#F2E8DD
(242,232,221)
#F5EEE6
(245,238,230)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB895; }

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

This text font color is #DAB895.


Background Color

.myBgColor { background-color: #DAB895; }

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

This div background color is #DAB895.


Border color

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

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

This div border color is #DAB895.


Opacity

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

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

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

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

This text has shadow with #DAB895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB895 on black background.


Color preview on white background

This text has color #DAB895 on white background.



Black color preview on #DAB895 background

This text has black color on #DAB895 background.


White color preview on #DAB895 background

This text has white color on #DAB895 background.