COLOR #DABAAD

HEX: #DABAAD
RGB: (218,186,173)

Color info

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

RGB color model

#DABAAD color RGB value is (218,186,173).

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

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 173 of 255 = 68%

218
186
173

R + G + B ~ 75%. #DABAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 173 = 577 (100%)
R 218 of 577 ~ 37.78%
G 186 of 577 ~ 32.24%
B 173 of 577 ~ 29.98%

%37.78
%32.24
%29.98

CMYK color model

#DABAAD color CMYK value is (0,15,21,15).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK:
(0,15,21,15)
C0M15Y21K15 
(0%,15%,21%,15%)
(0.00/0.15/0.21/0.15)	

CMYK percentages

%0
%14.68
%20.64
%14.51

Codes

Color #DABAAD in popluar color models

DABAAD
RGB218186173
HSL17°37.82%76.67%
HSB/HSV17°20.64%85.49%
CMYK0.00%14.68%20.64%
14.51%

Color #DABAAD in popluar number systems.

HEXDABAAD
Decimal218186173
Binary110110101011101010101101
Octal332272255

Shades and tints

Shades of #DABAAD

#DABAAD
(218,186,173)
#C7AA9E
(199,170,158)
#B49A8F
(180,154,143)
#A18A80
(161,138,128)
#8E7A71
(142,122,113)
#7B6A62
(123,106,98)
#685A53
(104,90,83)
#554A44
(85,74,68)
#423A35
(66,58,53)
#2F2A26
(47,42,38)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #DABAAD

#DABAAD
(218,186,173)
#DDC0B4
(221,192,180)
#E0C6BB
(224,198,187)
#E3CCC2
(227,204,194)
#E6D2C9
(230,210,201)
#E9D8D0
(233,216,208)
#ECDED7
(236,222,215)
#EFE4DE
(239,228,222)
#F2EAE5
(242,234,229)
#F5F0EC
(245,240,236)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABAAD; }

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

This text font color is #DABAAD.


Background Color

.myBgColor { background-color: #DABAAD; }

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

This div background color is #DABAAD.


Border color

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

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

This div border color is #DABAAD.


Opacity

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

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

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

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

This text has shadow with #DABAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABAAD on black background.


Color preview on white background

This text has color #DABAAD on white background.



Black color preview on #DABAAD background

This text has black color on #DABAAD background.


White color preview on #DABAAD background

This text has white color on #DABAAD background.