COLOR #DAABBA

HEX: #DAABBA
RGB: (218,171,186)

Color info

#DAABBA contains red, green and blue colors in about the same proportion. Web safe color of #DAABBA is #CC99CC (or #C9C).

RGB color model

#DAABBA color RGB value is (218,171,186).

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

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 186 of 255 = 73%

218
171
186

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

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 186 = 575 (100%)
R 218 of 575 ~ 37.91%
G 171 of 575 ~ 29.74%
B 186 of 575 ~ 32.35%

%37.91
%29.74
%32.35

CMYK color model

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

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

CMYK percentages

%0
%21.56
%14.68
%14.51

Codes

Color #DAABBA in popluar color models

DAABBA
RGB218171186
HSL341°38.84%76.27%
HSB/HSV341°21.56%85.49%
CMYK0.00%21.56%14.68%
14.51%

Color #DAABBA in popluar number systems.

HEXDAABBA
Decimal218171186
Binary110110101010101110111010
Octal332253272

Shades and tints

Shades of #DAABBA

#DAABBA
(218,171,186)
#C79CAA
(199,156,170)
#B48D9A
(180,141,154)
#A17E8A
(161,126,138)
#8E6F7A
(142,111,122)
#7B606A
(123,96,106)
#68515A
(104,81,90)
#55424A
(85,66,74)
#42333A
(66,51,58)
#2F242A
(47,36,42)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #DAABBA

#DAABBA
(218,171,186)
#DDB2C0
(221,178,192)
#E0B9C6
(224,185,198)
#E3C0CC
(227,192,204)
#E6C7D2
(230,199,210)
#E9CED8
(233,206,216)
#ECD5DE
(236,213,222)
#EFDCE4
(239,220,228)
#F2E3EA
(242,227,234)
#F5EAF0
(245,234,240)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAABBA; }

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

This text font color is #DAABBA.


Background Color

.myBgColor { background-color: #DAABBA; }

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

This div background color is #DAABBA.


Border color

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

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

This div border color is #DAABBA.


Opacity

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

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

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

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

This text has shadow with #DAABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAABBA on black background.


Color preview on white background

This text has color #DAABBA on white background.



Black color preview on #DAABBA background

This text has black color on #DAABBA background.


White color preview on #DAABBA background

This text has white color on #DAABBA background.