COLOR #DAB5DC

HEX: #DAB5DC
RGB: (218,181,220)

Color info

#DAB5DC contains red, green and blue colors in about the same proportion. Web safe color of #DAB5DC is #CCCCCC (or #CCC).

RGB color model

#DAB5DC color RGB value is (218,181,220).

  • red value is 218;
  • green value is 181;
  • blue value is 220.
RGB:
(218,181,220)
(85%,71%,86%)

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 220 of 255 = 86%

218
181
220

R + G + B ~ 81%. #DAB5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 181 + 220 = 619 (100%)
R 218 of 619 ~ 35.22%
G 181 of 619 ~ 29.24%
B 220 of 619 ~ 35.54%

%35.22
%29.24
%35.54

CMYK color model

#DAB5DC color CMYK value is (1,18,0,14).

  • cyan value is 0.91%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(1,18,0,14)
C1M18Y0K14 
(1%,18%,0%,14%)
(0.01/0.18/0.00/0.14)	

CMYK percentages

%0.91
%17.73
%0
%13.73

Codes

Color #DAB5DC in popluar color models

DAB5DC
RGB218181220
HSL297°35.78%78.63%
HSB/HSV297°17.73%86.27%
CMYK0.91%17.73%0.00%
13.73%

Color #DAB5DC in popluar number systems.

HEXDAB5DC
Decimal218181220
Binary110110101011010111011100
Octal332265334

Shades and tints

Shades of #DAB5DC

#DAB5DC
(218,181,220)
#C7A5C8
(199,165,200)
#B495B4
(180,149,180)
#A185A0
(161,133,160)
#8E758C
(142,117,140)
#7B6578
(123,101,120)
#685564
(104,85,100)
#554550
(85,69,80)
#42353C
(66,53,60)
#2F2528
(47,37,40)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #DAB5DC

#DAB5DC
(218,181,220)
#DDBBDF
(221,187,223)
#E0C1E2
(224,193,226)
#E3C7E5
(227,199,229)
#E6CDE8
(230,205,232)
#E9D3EB
(233,211,235)
#ECD9EE
(236,217,238)
#EFDFF1
(239,223,241)
#F2E5F4
(242,229,244)
#F5EBF7
(245,235,247)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB5DC color. Also use rgb(218,181,220) instead hex code.

Text Font Color

.myTextColor { color: #DAB5DC; }

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

This text font color is #DAB5DC.


Background Color

.myBgColor { background-color: #DAB5DC; }

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

This div background color is #DAB5DC.


Border color

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

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

This div border color is #DAB5DC.


Opacity

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

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

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

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

This text has shadow with #DAB5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB5DC on black background.


Color preview on white background

This text has color #DAB5DC on white background.



Black color preview on #DAB5DC background

This text has black color on #DAB5DC background.


White color preview on #DAB5DC background

This text has white color on #DAB5DC background.