COLOR #DB9EFA

HEX: #DB9EFA
RGB: (219,158,250)

Color info

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

RGB color model

#DB9EFA color RGB value is (219,158,250).

  • red value is 219;
  • green value is 158;
  • blue value is 250.
RGB:
(219,158,250)
(86%,62%,98%)

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 250 of 255 = 98%

219
158
250

R + G + B ~ 82%. #DB9EFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 158 + 250 = 627 (100%)
R 219 of 627 ~ 34.93%
G 158 of 627 ~ 25.2%
B 250 of 627 ~ 39.87%

%34.93
%25.2
%39.87

CMYK color model

#DB9EFA color CMYK value is (12,37,0,2).

  • cyan value is 12.40%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(12,37,0,2)
C12M37Y0K2 
(12%,37%,0%,2%)
(0.12/0.37/0.00/0.02)	

CMYK percentages

%12.4
%36.8
%0
%1.96

Codes

Color #DB9EFA in popluar color models

DB9EFA
RGB219158250
HSL280°90.20%80.00%
HSB/HSV280°36.80%98.04%
CMYK12.40%36.80%0.00%
1.96%

Color #DB9EFA in popluar number systems.

HEXDB9EFA
Decimal219158250
Binary110110111001111011111010
Octal333236372

Shades and tints

Shades of #DB9EFA

#DB9EFA
(219,158,250)
#C890E4
(200,144,228)
#B582CE
(181,130,206)
#A274B8
(162,116,184)
#8F66A2
(143,102,162)
#7C588C
(124,88,140)
#694A76
(105,74,118)
#563C60
(86,60,96)
#432E4A
(67,46,74)
#302034
(48,32,52)
#1D121E
(29,18,30)
#000000
(0,0,0)

Tints of #DB9EFA

#DB9EFA
(219,158,250)
#DEA6FA
(222,166,250)
#E1AEFA
(225,174,250)
#E4B6FA
(228,182,250)
#E7BEFA
(231,190,250)
#EAC6FA
(234,198,250)
#EDCEFA
(237,206,250)
#F0D6FA
(240,214,250)
#F3DEFA
(243,222,250)
#F6E6FA
(246,230,250)
#F9EEFA
(249,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9EFA; }

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

This text font color is #DB9EFA.


Background Color

.myBgColor { background-color: #DB9EFA; }

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

This div background color is #DB9EFA.


Border color

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

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

This div border color is #DB9EFA.


Opacity

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

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

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

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

This text has shadow with #DB9EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9EFA on black background.


Color preview on white background

This text has color #DB9EFA on white background.



Black color preview on #DB9EFA background

This text has black color on #DB9EFA background.


White color preview on #DB9EFA background

This text has white color on #DB9EFA background.