COLOR #DBA8DB

HEX: #DBA8DB
RGB: (219,168,219)

Color info

#DBA8DB contains red, green and blue colors in about the same proportion. Web safe color of #DBA8DB is #CC99CC (or #C9C).

RGB color model

#DBA8DB color RGB value is (219,168,219).

  • red value is 219;
  • green value is 168;
  • blue value is 219.
RGB:
(219,168,219)
(86%,66%,86%)

RGB channels and saturation

R 219 of 255 = 86%
G 168 of 255 = 66%
B 219 of 255 = 86%

219
168
219

R + G + B ~ 79%. #DBA8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 168 + 219 = 606 (100%)
R 219 of 606 ~ 36.14%
G 168 of 606 ~ 27.72%
B 219 of 606 ~ 36.14%

%36.14
%27.72
%36.14

CMYK color model

#DBA8DB color CMYK value is (0,23,0,14).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(0,23,0,14)
C0M23Y0K14 
(0%,23%,0%,14%)
(0.00/0.23/0.00/0.14)	

CMYK percentages

%0
%23.29
%0
%14.12

Codes

Color #DBA8DB in popluar color models

DBA8DB
RGB219168219
HSL300°41.46%75.88%
HSB/HSV300°23.29%85.88%
CMYK0.00%23.29%0.00%
14.12%

Color #DBA8DB in popluar number systems.

HEXDBA8DB
Decimal219168219
Binary110110111010100011011011
Octal333250333

Shades and tints

Shades of #DBA8DB

#DBA8DB
(219,168,219)
#C899C8
(200,153,200)
#B58AB5
(181,138,181)
#A27BA2
(162,123,162)
#8F6C8F
(143,108,143)
#7C5D7C
(124,93,124)
#694E69
(105,78,105)
#563F56
(86,63,86)
#433043
(67,48,67)
#302130
(48,33,48)
#1D121D
(29,18,29)
#000000
(0,0,0)

Tints of #DBA8DB

#DBA8DB
(219,168,219)
#DEAFDE
(222,175,222)
#E1B6E1
(225,182,225)
#E4BDE4
(228,189,228)
#E7C4E7
(231,196,231)
#EACBEA
(234,203,234)
#EDD2ED
(237,210,237)
#F0D9F0
(240,217,240)
#F3E0F3
(243,224,243)
#F6E7F6
(246,231,246)
#F9EEF9
(249,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA8DB; }

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

This text font color is #DBA8DB.


Background Color

.myBgColor { background-color: #DBA8DB; }

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

This div background color is #DBA8DB.


Border color

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

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

This div border color is #DBA8DB.


Opacity

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

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

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

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

This text has shadow with #DBA8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA8DB on black background.


Color preview on white background

This text has color #DBA8DB on white background.



Black color preview on #DBA8DB background

This text has black color on #DBA8DB background.


White color preview on #DBA8DB background

This text has white color on #DBA8DB background.