COLOR #DAABAA

HEX: #DAABAA
RGB: (218,171,170)

Color info

#DAABAA contains red, green and blue colors in about the same proportion. Web safe color of #DAABAA is #CC9999 (or #C99).

RGB color model

#DAABAA color RGB value is (218,171,170).

  • red value is 218;
  • green value is 171;
  • blue value is 170.
RGB:
(218,171,170)
(85%,67%,67%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 170 of 255 = 67%

218
171
170

R + G + B ~ 73%. #DAABAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 170 = 559 (100%)
R 218 of 559 ~ 39%
G 171 of 559 ~ 30.59%
B 170 of 559 ~ 30.41%

%39
%30.59
%30.41

CMYK color model

#DAABAA color CMYK value is (0,22,22,15).

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 22.02%
  • key color value is 14.51%
CMYK:
(0,22,22,15)
C0M22Y22K15 
(0%,22%,22%,15%)
(0.00/0.22/0.22/0.15)	

CMYK percentages

%0
%21.56
%22.02
%14.51

Codes

Color #DAABAA in popluar color models

DAABAA
RGB218171170
HSL39.34%76.08%
HSB/HSV22.02%85.49%
CMYK0.00%21.56%22.02%
14.51%

Color #DAABAA in popluar number systems.

HEXDAABAA
Decimal218171170
Binary110110101010101110101010
Octal332253252

Shades and tints

Shades of #DAABAA

#DAABAA
(218,171,170)
#C79C9B
(199,156,155)
#B48D8C
(180,141,140)
#A17E7D
(161,126,125)
#8E6F6E
(142,111,110)
#7B605F
(123,96,95)
#685150
(104,81,80)
#554241
(85,66,65)
#423332
(66,51,50)
#2F2423
(47,36,35)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DAABAA

#DAABAA
(218,171,170)
#DDB2B1
(221,178,177)
#E0B9B8
(224,185,184)
#E3C0BF
(227,192,191)
#E6C7C6
(230,199,198)
#E9CECD
(233,206,205)
#ECD5D4
(236,213,212)
#EFDCDB
(239,220,219)
#F2E3E2
(242,227,226)
#F5EAE9
(245,234,233)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAABAA color. Also use rgb(218,171,170) instead hex code.

Text Font Color

.myTextColor { color: #DAABAA; }

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

This text font color is #DAABAA.


Background Color

.myBgColor { background-color: #DAABAA; }

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

This div background color is #DAABAA.


Border color

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

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

This div border color is #DAABAA.


Opacity

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

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

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

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

This text has shadow with #DAABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAABAA on black background.


Color preview on white background

This text has color #DAABAA on white background.



Black color preview on #DAABAA background

This text has black color on #DAABAA background.


White color preview on #DAABAA background

This text has white color on #DAABAA background.