COLOR #DAB5EB

HEX: #DAB5EB
RGB: (218,181,235)

Color info

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

RGB color model

#DAB5EB color RGB value is (218,181,235).

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

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 235 of 255 = 92%

218
181
235

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

Portions of RGB colors in percentages

R + G + B =
218 + 181 + 235 = 634 (100%)
R 218 of 634 ~ 34.38%
G 181 of 634 ~ 28.55%
B 235 of 634 ~ 37.07%

%34.38
%28.55
%37.07

CMYK color model

#DAB5EB color CMYK value is (7,23,0,8).

  • cyan value is 7.23%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,23,0,8)
C7M23Y0K8 
(7%,23%,0%,8%)
(0.07/0.23/0.00/0.08)	

CMYK percentages

%7.23
%22.98
%0
%7.84

Codes

Color #DAB5EB in popluar color models

DAB5EB
RGB218181235
HSL281°57.45%81.57%
HSB/HSV281°22.98%92.16%
CMYK7.23%22.98%0.00%
7.84%

Color #DAB5EB in popluar number systems.

HEXDAB5EB
Decimal218181235
Binary110110101011010111101011
Octal332265353

Shades and tints

Shades of #DAB5EB

#DAB5EB
(218,181,235)
#C7A5D6
(199,165,214)
#B495C1
(180,149,193)
#A185AC
(161,133,172)
#8E7597
(142,117,151)
#7B6582
(123,101,130)
#68556D
(104,85,109)
#554558
(85,69,88)
#423543
(66,53,67)
#2F252E
(47,37,46)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DAB5EB

#DAB5EB
(218,181,235)
#DDBBEC
(221,187,236)
#E0C1ED
(224,193,237)
#E3C7EE
(227,199,238)
#E6CDEF
(230,205,239)
#E9D3F0
(233,211,240)
#ECD9F1
(236,217,241)
#EFDFF2
(239,223,242)
#F2E5F3
(242,229,243)
#F5EBF4
(245,235,244)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAB5EB; }

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

This text font color is #DAB5EB.


Background Color

.myBgColor { background-color: #DAB5EB; }

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

This div background color is #DAB5EB.


Border color

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

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

This div border color is #DAB5EB.


Opacity

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

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

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

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

This text has shadow with #DAB5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB5EB on black background.


Color preview on white background

This text has color #DAB5EB on white background.



Black color preview on #DAB5EB background

This text has black color on #DAB5EB background.


White color preview on #DAB5EB background

This text has white color on #DAB5EB background.