COLOR #DABAA7

HEX: #DABAA7
RGB: (218,186,167)

Color info

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

RGB color model

#DABAA7 color RGB value is (218,186,167).

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

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 167 of 255 = 65%

218
186
167

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

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 167 = 571 (100%)
R 218 of 571 ~ 38.18%
G 186 of 571 ~ 32.57%
B 167 of 571 ~ 29.25%

%38.18
%32.57
%29.25

CMYK color model

#DABAA7 color CMYK value is (0,15,23,15).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 23.39%
  • key color value is 14.51%
CMYK:
(0,15,23,15)
C0M15Y23K15 
(0%,15%,23%,15%)
(0.00/0.15/0.23/0.15)	

CMYK percentages

%0
%14.68
%23.39
%14.51

Codes

Color #DABAA7 in popluar color models

DABAA7
RGB218186167
HSL22°40.80%75.49%
HSB/HSV22°23.39%85.49%
CMYK0.00%14.68%23.39%
14.51%

Color #DABAA7 in popluar number systems.

HEXDABAA7
Decimal218186167
Binary110110101011101010100111
Octal332272247

Shades and tints

Shades of #DABAA7

#DABAA7
(218,186,167)
#C7AA98
(199,170,152)
#B49A89
(180,154,137)
#A18A7A
(161,138,122)
#8E7A6B
(142,122,107)
#7B6A5C
(123,106,92)
#685A4D
(104,90,77)
#554A3E
(85,74,62)
#423A2F
(66,58,47)
#2F2A20
(47,42,32)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #DABAA7

#DABAA7
(218,186,167)
#DDC0AF
(221,192,175)
#E0C6B7
(224,198,183)
#E3CCBF
(227,204,191)
#E6D2C7
(230,210,199)
#E9D8CF
(233,216,207)
#ECDED7
(236,222,215)
#EFE4DF
(239,228,223)
#F2EAE7
(242,234,231)
#F5F0EF
(245,240,239)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABAA7; }

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

This text font color is #DABAA7.


Background Color

.myBgColor { background-color: #DABAA7; }

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

This div background color is #DABAA7.


Border color

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

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

This div border color is #DABAA7.


Opacity

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

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

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

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

This text has shadow with #DABAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABAA7 on black background.


Color preview on white background

This text has color #DABAA7 on white background.



Black color preview on #DABAA7 background

This text has black color on #DABAA7 background.


White color preview on #DABAA7 background

This text has white color on #DABAA7 background.