COLOR #DBA5ED

HEX: #DBA5ED
RGB: (219,165,237)

Color info

#DBA5ED contains mainly red and blue colors. Web safe color of #DBA5ED is #CC99FF (or #C9F).

RGB color model

#DBA5ED color RGB value is (219,165,237).

  • red value is 219;
  • green value is 165;
  • blue value is 237.
RGB:
(219,165,237)
(86%,65%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 165 of 255 = 65%
B 237 of 255 = 93%

219
165
237

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

Portions of RGB colors in percentages

R + G + B =
219 + 165 + 237 = 621 (100%)
R 219 of 621 ~ 35.27%
G 165 of 621 ~ 26.57%
B 237 of 621 ~ 38.16%

%35.27
%26.57
%38.16

CMYK color model

#DBA5ED color CMYK value is (8,30,0,7).

  • cyan value is 7.59%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,30,0,7)
C8M30Y0K7 
(8%,30%,0%,7%)
(0.08/0.30/0.00/0.07)	

CMYK percentages

%7.59
%30.38
%0
%7.06

Codes

Color #DBA5ED in popluar color models

DBA5ED
RGB219165237
HSL285°66.67%78.82%
HSB/HSV285°30.38%92.94%
CMYK7.59%30.38%0.00%
7.06%

Color #DBA5ED in popluar number systems.

HEXDBA5ED
Decimal219165237
Binary110110111010010111101101
Octal333245355

Shades and tints

Shades of #DBA5ED

#DBA5ED
(219,165,237)
#C896D8
(200,150,216)
#B587C3
(181,135,195)
#A278AE
(162,120,174)
#8F6999
(143,105,153)
#7C5A84
(124,90,132)
#694B6F
(105,75,111)
#563C5A
(86,60,90)
#432D45
(67,45,69)
#301E30
(48,30,48)
#1D0F1B
(29,15,27)
#000000
(0,0,0)

Tints of #DBA5ED

#DBA5ED
(219,165,237)
#DEADEE
(222,173,238)
#E1B5EF
(225,181,239)
#E4BDF0
(228,189,240)
#E7C5F1
(231,197,241)
#EACDF2
(234,205,242)
#EDD5F3
(237,213,243)
#F0DDF4
(240,221,244)
#F3E5F5
(243,229,245)
#F6EDF6
(246,237,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA5ED color. Also use rgb(219,165,237) instead hex code.

Text Font Color

.myTextColor { color: #DBA5ED; }

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

This text font color is #DBA5ED.


Background Color

.myBgColor { background-color: #DBA5ED; }

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

This div background color is #DBA5ED.


Border color

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

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

This div border color is #DBA5ED.


Opacity

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

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

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

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

This text has shadow with #DBA5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA5ED on black background.


Color preview on white background

This text has color #DBA5ED on white background.



Black color preview on #DBA5ED background

This text has black color on #DBA5ED background.


White color preview on #DBA5ED background

This text has white color on #DBA5ED background.