COLOR #DBA6ED

HEX: #DBA6ED
RGB: (219,166,237)

Color info

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

RGB color model

#DBA6ED color RGB value is (219,166,237).

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

RGB channels and saturation

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

219
166
237

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

Portions of RGB colors in percentages

R + G + B =
219 + 166 + 237 = 622 (100%)
R 219 of 622 ~ 35.21%
G 166 of 622 ~ 26.69%
B 237 of 622 ~ 38.1%

%35.21
%26.69
%38.1

CMYK color model

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

  • cyan value is 7.59%
  • magenta value is 29.96%
  • 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
%29.96
%0
%7.06

Codes

Color #DBA6ED in popluar color models

DBA6ED
RGB219166237
HSL285°66.36%79.02%
HSB/HSV285°29.96%92.94%
CMYK7.59%29.96%0.00%
7.06%

Color #DBA6ED in popluar number systems.

HEXDBA6ED
Decimal219166237
Binary110110111010011011101101
Octal333246355

Shades and tints

Shades of #DBA6ED

#DBA6ED
(219,166,237)
#C897D8
(200,151,216)
#B588C3
(181,136,195)
#A279AE
(162,121,174)
#8F6A99
(143,106,153)
#7C5B84
(124,91,132)
#694C6F
(105,76,111)
#563D5A
(86,61,90)
#432E45
(67,46,69)
#301F30
(48,31,48)
#1D101B
(29,16,27)
#000000
(0,0,0)

Tints of #DBA6ED

#DBA6ED
(219,166,237)
#DEAEEE
(222,174,238)
#E1B6EF
(225,182,239)
#E4BEF0
(228,190,240)
#E7C6F1
(231,198,241)
#EACEF2
(234,206,242)
#EDD6F3
(237,214,243)
#F0DEF4
(240,222,244)
#F3E6F5
(243,230,245)
#F6EEF6
(246,238,246)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA6ED; }

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

This text font color is #DBA6ED.


Background Color

.myBgColor { background-color: #DBA6ED; }

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

This div background color is #DBA6ED.


Border color

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

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

This div border color is #DBA6ED.


Opacity

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

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

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

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

This text has shadow with #DBA6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA6ED on black background.


Color preview on white background

This text has color #DBA6ED on white background.



Black color preview on #DBA6ED background

This text has black color on #DBA6ED background.


White color preview on #DBA6ED background

This text has white color on #DBA6ED background.