COLOR #DAABBD

HEX: #DAABBD
RGB: (218,171,189)

Color info

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

RGB color model

#DAABBD color RGB value is (218,171,189).

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

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 189 of 255 = 74%

218
171
189

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

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 189 = 578 (100%)
R 218 of 578 ~ 37.72%
G 171 of 578 ~ 29.58%
B 189 of 578 ~ 32.7%

%37.72
%29.58
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.56%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(0,22,13,15)
C0M22Y13K15 
(0%,22%,13%,15%)
(0.00/0.22/0.13/0.15)	

CMYK percentages

%0
%21.56
%13.3
%14.51

Codes

Color #DAABBD in popluar color models

DAABBD
RGB218171189
HSL337°38.84%76.27%
HSB/HSV337°21.56%85.49%
CMYK0.00%21.56%13.30%
14.51%

Color #DAABBD in popluar number systems.

HEXDAABBD
Decimal218171189
Binary110110101010101110111101
Octal332253275

Shades and tints

Shades of #DAABBD

#DAABBD
(218,171,189)
#C79CAC
(199,156,172)
#B48D9B
(180,141,155)
#A17E8A
(161,126,138)
#8E6F79
(142,111,121)
#7B6068
(123,96,104)
#685157
(104,81,87)
#554246
(85,66,70)
#423335
(66,51,53)
#2F2424
(47,36,36)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #DAABBD

#DAABBD
(218,171,189)
#DDB2C3
(221,178,195)
#E0B9C9
(224,185,201)
#E3C0CF
(227,192,207)
#E6C7D5
(230,199,213)
#E9CEDB
(233,206,219)
#ECD5E1
(236,213,225)
#EFDCE7
(239,220,231)
#F2E3ED
(242,227,237)
#F5EAF3
(245,234,243)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAABBD; }

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

This text font color is #DAABBD.


Background Color

.myBgColor { background-color: #DAABBD; }

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

This div background color is #DAABBD.


Border color

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

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

This div border color is #DAABBD.


Opacity

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

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

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

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

This text has shadow with #DAABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAABBD on black background.


Color preview on white background

This text has color #DAABBD on white background.



Black color preview on #DAABBD background

This text has black color on #DAABBD background.


White color preview on #DAABBD background

This text has white color on #DAABBD background.