COLOR #DAB9FF

HEX: #DAB9FF
RGB: (218,185,255)

Color info

#DAB9FF contains mainly red and blue colors. Web safe color of #DAB9FF is #CCCCFF (or #CCF).

RGB color model

#DAB9FF color RGB value is (218,185,255).

  • red value is 218;
  • green value is 185;
  • blue value is 255.
RGB:
(218,185,255)
(85%,73%,100%)

RGB channels and saturation

R 218 of 255 = 85%
G 185 of 255 = 73%
B 255 of 255 = 100%

218
185
255

R + G + B ~ 86%. #DAB9FF is light color.

Portions of RGB colors in percentages

R + G + B =
218 + 185 + 255 = 658 (100%)
R 218 of 658 ~ 33.13%
G 185 of 658 ~ 28.12%
B 255 of 658 ~ 38.75%

%33.13
%28.12
%38.75

CMYK color model

#DAB9FF color CMYK value is (15,27,0,0).

  • cyan value is 14.51%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(15,27,0,0)
C15M27Y0K0 
(15%,27%,0%,0%)
(0.15/0.27/0.00/0.00)	

CMYK percentages

%14.51
%27.45
%0
%0

Codes

Color #DAB9FF in popluar color models

DAB9FF
RGB218185255
HSL268°100.00%86.27%
HSB/HSV268°27.45%100.00%
CMYK14.51%27.45%0.00%
0.00%

Color #DAB9FF in popluar number systems.

HEXDAB9FF
Decimal218185255
Binary110110101011100111111111
Octal332271377

Shades and tints

Shades of #DAB9FF

#DAB9FF
(218,185,255)
#C7A9E8
(199,169,232)
#B499D1
(180,153,209)
#A189BA
(161,137,186)
#8E79A3
(142,121,163)
#7B698C
(123,105,140)
#685975
(104,89,117)
#55495E
(85,73,94)
#423947
(66,57,71)
#2F2930
(47,41,48)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #DAB9FF

#DAB9FF
(218,185,255)
#DDBFFF
(221,191,255)
#E0C5FF
(224,197,255)
#E3CBFF
(227,203,255)
#E6D1FF
(230,209,255)
#E9D7FF
(233,215,255)
#ECDDFF
(236,221,255)
#EFE3FF
(239,227,255)
#F2E9FF
(242,233,255)
#F5EFFF
(245,239,255)
#F8F5FF
(248,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB9FF color. Also use rgb(218,185,255) instead hex code.

Text Font Color

.myTextColor { color: #DAB9FF; }

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

This text font color is #DAB9FF.


Background Color

.myBgColor { background-color: #DAB9FF; }

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

This div background color is #DAB9FF.


Border color

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

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

This div border color is #DAB9FF.


Opacity

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

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

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

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

This text has shadow with #DAB9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB9FF on black background.


Color preview on white background

This text has color #DAB9FF on white background.



Black color preview on #DAB9FF background

This text has black color on #DAB9FF background.


White color preview on #DAB9FF background

This text has white color on #DAB9FF background.