COLOR #DBA8FA

HEX: #DBA8FA RGB: (219,168,250)

Color info

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

RGB color model

#DBA8FA color RGB value is (219,168,250).

RGB: (219,168,250) (86%, 66%, 98%)

RGB channels and saturation

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

219
168
250

R + G + B ~ 83%. #DBA8FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 168 + 250 = 637 (100%)
R 219 of 637 ~ 34.38%
G 168 of 637 ~ 26.37%
B 250 of 637 ~ 39.25'%

%34.38
%26.37
%39.25

CMYK color model

#DBA8FA color CMYK value is (12,33,0,2).

  • cyan value is 12.40%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (12,33,0,2) C12M33Y0K2 (12%,33%,0%,2%) (0.12/0.33/0.00/0.02) 

CMYK percentages

%12.4
%32.8
%0
%1.96

Codes

Color #DBA8FA in popluar color models

DB A8 FA
RGB 219 168 250
HSL 277° 89.13% 81.96%
HSB/HSV 277° 32.80% 98.04%
CMYK 12.40% 32.80% 0.00%
1.96%

Color #DBA8FA in popluar number systems.

HEX DB A8 FA
Decimal 219 168 250
Binary 11011011 10101000 11111010
Octal 333 250 372

Shades and tints

Shades of #DBA8FA

#DBA8FA
(219,168,250)
#C899E4
(200,153,228)
#B58ACE
(181,138,206)
#A27BB8
(162,123,184)
#8F6CA2
(143,108,162)
#7C5D8C
(124,93,140)
#694E76
(105,78,118)
#563F60
(86,63,96)
#43304A
(67,48,74)
#302134
(48,33,52)
#1D121E
(29,18,30)
#000000
(0,0,0)

Tints of #DBA8FA

#DBA8FA
(219,168,250)
#DEAFFA
(222,175,250)
#E1B6FA
(225,182,250)
#E4BDFA
(228,189,250)
#E7C4FA
(231,196,250)
#EACBFA
(234,203,250)
#EDD2FA
(237,210,250)
#F0D9FA
(240,217,250)
#F3E0FA
(243,224,250)
#F6E7FA
(246,231,250)
#F9EEFA
(249,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA8FA; }

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

This text font color is #DBA8FA.

Background Color

.myBgColor { background-color: #DBA8FA; }

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

This div background color is #DBA8FA.

Border color

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

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

This div border color is #DBA8FA.

Opacity

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

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

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

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

This text has shadow with #DBA8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA8FA.

Preview

Color preview on black background

This text has color #DBA8FA on black background.


Color preview on white background

This text has color #DBA8FA on white background.


Black color preview on #DBA8FA background

This text has black color on #DBA8FA background.


White color preview on #DBA8FA background

This text has white color on #DBA8FA background.


Related colors

Complementary color

Complementary color for #hex is #245705.


I love getcolorcode.com

Triadic colors

1 #FADBA8 and #A8FADB with #DBA8FA are triadic colors.

2 #FAA8DB and #A8DBFA with #DBA8FA are triadic colors.