COLOR #DB9EE7

HEX: #DB9EE7
RGB: (219,158,231)

Color info

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

RGB color model

#DB9EE7 color RGB value is (219,158,231).

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

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 231 of 255 = 91%

219
158
231

R + G + B ~ 80%. #DB9EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 158 + 231 = 608 (100%)
R 219 of 608 ~ 36.02%
G 158 of 608 ~ 25.99%
B 231 of 608 ~ 37.99%

%36.02
%25.99
%37.99

CMYK color model

#DB9EE7 color CMYK value is (5,32,0,9).

  • cyan value is 5.19%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,32,0,9)
C5M32Y0K9 
(5%,32%,0%,9%)
(0.05/0.32/0.00/0.09)	

CMYK percentages

%5.19
%31.6
%0
%9.41

Codes

Color #DB9EE7 in popluar color models

DB9EE7
RGB219158231
HSL290°60.33%76.27%
HSB/HSV290°31.60%90.59%
CMYK5.19%31.60%0.00%
9.41%

Color #DB9EE7 in popluar number systems.

HEXDB9EE7
Decimal219158231
Binary110110111001111011100111
Octal333236347

Shades and tints

Shades of #DB9EE7

#DB9EE7
(219,158,231)
#C890D2
(200,144,210)
#B582BD
(181,130,189)
#A274A8
(162,116,168)
#8F6693
(143,102,147)
#7C587E
(124,88,126)
#694A69
(105,74,105)
#563C54
(86,60,84)
#432E3F
(67,46,63)
#30202A
(48,32,42)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #DB9EE7

#DB9EE7
(219,158,231)
#DEA6E9
(222,166,233)
#E1AEEB
(225,174,235)
#E4B6ED
(228,182,237)
#E7BEEF
(231,190,239)
#EAC6F1
(234,198,241)
#EDCEF3
(237,206,243)
#F0D6F5
(240,214,245)
#F3DEF7
(243,222,247)
#F6E6F9
(246,230,249)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9EE7; }

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

This text font color is #DB9EE7.


Background Color

.myBgColor { background-color: #DB9EE7; }

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

This div background color is #DB9EE7.


Border color

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

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

This div border color is #DB9EE7.


Opacity

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

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

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

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

This text has shadow with #DB9EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9EE7 on black background.


Color preview on white background

This text has color #DB9EE7 on white background.



Black color preview on #DB9EE7 background

This text has black color on #DB9EE7 background.


White color preview on #DB9EE7 background

This text has white color on #DB9EE7 background.