COLOR #DBA6EA

HEX: #DBA6EA RGB: (219,166,234)

Color info

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

RGB color model

#DBA6EA color RGB value is (219,166,234).

RGB: (219,166,234) (86%, 65%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 166 of 255 = 65%
B 234 of 255 = 92%

219
166
234

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

Portions of RGB colors in percentages

R + G + B = 219 + 166 + 234 = 619 (100%)
R 219 of 619 ~ 35.38%
G 166 of 619 ~ 26.82%
B 234 of 619 ~ 37.8'%

%35.38
%26.82
%37.8

CMYK color model

#DBA6EA color CMYK value is (6,29,0,8).

  • cyan value is 6.41%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,29,0,8)
C6M29Y0K8 (6%, 29%, 0%, 8%)
(0.06 / 0.29 / 0.00 / 0.08)

CMYK percentages

%6.41
%29.06
%0
%8.24

Codes

Color #DBA6EA in popluar color models

DB A6 EA
RGB 219 166 234
HSL 287° 61.82% 78.43%
HSB/HSV 287° 29.06% 91.76%
CMYK 6.41% 29.06% 0.00%
8.24%

Color #DBA6EA in popluar number systems.

HEX DB A6 EA
Decimal 219 166 234
Binary 11011011 10100110 11101010
Octal 333 246 352

Shades and tints

Shades of #DBA6EA

#DBA6EA
(219,166,234)
#C897D5
(200,151,213)
#B588C0
(181,136,192)
#A279AB
(162,121,171)
#8F6A96
(143,106,150)
#7C5B81
(124,91,129)
#694C6C
(105,76,108)
#563D57
(86,61,87)
#432E42
(67,46,66)
#301F2D
(48,31,45)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #DBA6EA

#DBA6EA
(219,166,234)
#DEAEEB
(222,174,235)
#E1B6EC
(225,182,236)
#E4BEED
(228,190,237)
#E7C6EE
(231,198,238)
#EACEEF
(234,206,239)
#EDD6F0
(237,214,240)
#F0DEF1
(240,222,241)
#F3E6F2
(243,230,242)
#F6EEF3
(246,238,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA6EA; }

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

This text font color is #DBA6EA.

Background Color

.myBgColor { background-color: #DBA6EA; }

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

This div background color is #DBA6EA.

Border color

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

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

This div border color is #DBA6EA.

Opacity

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

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

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

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

This text has shadow with #DBA6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA6EA.

Preview

Color preview on black background

This text has color #DBA6EA on black background.


Color preview on white background

This text has color #DBA6EA on white background.


Black color preview on #DBA6EA background

This text has black color on #DBA6EA background.


White color preview on #DBA6EA background

This text has white color on #DBA6EA background.


Related colors

Complementary color

Complementary color for #hex is #245915.


I love getcolorcode.com

Triadic colors

1 #EADBA6 and #A6EADB with #DBA6EA are triadic colors.

2 #EAA6DB and #A6DBEA with #DBA6EA are triadic colors.