COLOR #DBA4DD

HEX: #DBA4DD
RGB: (219,164,221)

Color info

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

RGB color model

#DBA4DD color RGB value is (219,164,221).

  • red value is 219;
  • green value is 164;
  • blue value is 221.
RGB:
(219,164,221)
(86%,64%,87%)

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 221 of 255 = 87%

219
164
221

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

Portions of RGB colors in percentages

R + G + B =
219 + 164 + 221 = 604 (100%)
R 219 of 604 ~ 36.26%
G 164 of 604 ~ 27.15%
B 221 of 604 ~ 36.59%

%36.26
%27.15
%36.59

CMYK color model

#DBA4DD color CMYK value is (1,26,0,13).

  • cyan value is 0.90%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(1,26,0,13)
C1M26Y0K13 
(1%,26%,0%,13%)
(0.01/0.26/0.00/0.13)	

CMYK percentages

%0.9
%25.79
%0
%13.33

Codes

Color #DBA4DD in popluar color models

DBA4DD
RGB219164221
HSL298°45.60%75.49%
HSB/HSV298°25.79%86.67%
CMYK0.90%25.79%0.00%
13.33%

Color #DBA4DD in popluar number systems.

HEXDBA4DD
Decimal219164221
Binary110110111010010011011101
Octal333244335

Shades and tints

Shades of #DBA4DD

#DBA4DD
(219,164,221)
#C896C9
(200,150,201)
#B588B5
(181,136,181)
#A27AA1
(162,122,161)
#8F6C8D
(143,108,141)
#7C5E79
(124,94,121)
#695065
(105,80,101)
#564251
(86,66,81)
#43343D
(67,52,61)
#302629
(48,38,41)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBA4DD

#DBA4DD
(219,164,221)
#DEACE0
(222,172,224)
#E1B4E3
(225,180,227)
#E4BCE6
(228,188,230)
#E7C4E9
(231,196,233)
#EACCEC
(234,204,236)
#EDD4EF
(237,212,239)
#F0DCF2
(240,220,242)
#F3E4F5
(243,228,245)
#F6ECF8
(246,236,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA4DD; }

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

This text font color is #DBA4DD.


Background Color

.myBgColor { background-color: #DBA4DD; }

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

This div background color is #DBA4DD.


Border color

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

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

This div border color is #DBA4DD.


Opacity

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

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

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

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

This text has shadow with #DBA4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA4DD on black background.


Color preview on white background

This text has color #DBA4DD on white background.



Black color preview on #DBA4DD background

This text has black color on #DBA4DD background.


White color preview on #DBA4DD background

This text has white color on #DBA4DD background.