COLOR #DAB5ED

HEX: #DAB5ED
RGB: (218,181,237)

Color info

#DAB5ED contains red, green and blue colors in about the same proportion. Web safe color of #DAB5ED is #CCCCFF (or #CCF).

RGB color model

#DAB5ED color RGB value is (218,181,237).

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

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 237 of 255 = 93%

218
181
237

R + G + B ~ 83%. #DAB5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 181 + 237 = 636 (100%)
R 218 of 636 ~ 34.28%
G 181 of 636 ~ 28.46%
B 237 of 636 ~ 37.26%

%34.28
%28.46
%37.26

CMYK color model

#DAB5ED color CMYK value is (8,24,0,7).

  • cyan value is 8.02%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,24,0,7)
C8M24Y0K7 
(8%,24%,0%,7%)
(0.08/0.24/0.00/0.07)	

CMYK percentages

%8.02
%23.63
%0
%7.06

Codes

Color #DAB5ED in popluar color models

DAB5ED
RGB218181237
HSL280°60.87%81.96%
HSB/HSV280°23.63%92.94%
CMYK8.02%23.63%0.00%
7.06%

Color #DAB5ED in popluar number systems.

HEXDAB5ED
Decimal218181237
Binary110110101011010111101101
Octal332265355

Shades and tints

Shades of #DAB5ED

#DAB5ED
(218,181,237)
#C7A5D8
(199,165,216)
#B495C3
(180,149,195)
#A185AE
(161,133,174)
#8E7599
(142,117,153)
#7B6584
(123,101,132)
#68556F
(104,85,111)
#55455A
(85,69,90)
#423545
(66,53,69)
#2F2530
(47,37,48)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #DAB5ED

#DAB5ED
(218,181,237)
#DDBBEE
(221,187,238)
#E0C1EF
(224,193,239)
#E3C7F0
(227,199,240)
#E6CDF1
(230,205,241)
#E9D3F2
(233,211,242)
#ECD9F3
(236,217,243)
#EFDFF4
(239,223,244)
#F2E5F5
(242,229,245)
#F5EBF6
(245,235,246)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB5ED; }

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

This text font color is #DAB5ED.


Background Color

.myBgColor { background-color: #DAB5ED; }

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

This div background color is #DAB5ED.


Border color

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

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

This div border color is #DAB5ED.


Opacity

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

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

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

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

This text has shadow with #DAB5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB5ED on black background.


Color preview on white background

This text has color #DAB5ED on white background.



Black color preview on #DAB5ED background

This text has black color on #DAB5ED background.


White color preview on #DAB5ED background

This text has white color on #DAB5ED background.