COLOR #DB9EF2

HEX: #DB9EF2
RGB: (219,158,242)

Color info

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

RGB color model

#DB9EF2 color RGB value is (219,158,242).

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

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 242 of 255 = 95%

219
158
242

R + G + B ~ 81%. #DB9EF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 158 + 242 = 619 (100%)
R 219 of 619 ~ 35.38%
G 158 of 619 ~ 25.53%
B 242 of 619 ~ 39.1%

%35.38
%25.53
%39.1

CMYK color model

#DB9EF2 color CMYK value is (10,35,0,5).

  • cyan value is 9.50%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,35,0,5)
C10M35Y0K5 
(10%,35%,0%,5%)
(0.10/0.35/0.00/0.05)	

CMYK percentages

%9.5
%34.71
%0
%5.1

Codes

Color #DB9EF2 in popluar color models

DB9EF2
RGB219158242
HSL284°76.36%78.43%
HSB/HSV284°34.71%94.90%
CMYK9.50%34.71%0.00%
5.10%

Color #DB9EF2 in popluar number systems.

HEXDB9EF2
Decimal219158242
Binary110110111001111011110010
Octal333236362

Shades and tints

Shades of #DB9EF2

#DB9EF2
(219,158,242)
#C890DC
(200,144,220)
#B582C6
(181,130,198)
#A274B0
(162,116,176)
#8F669A
(143,102,154)
#7C5884
(124,88,132)
#694A6E
(105,74,110)
#563C58
(86,60,88)
#432E42
(67,46,66)
#30202C
(48,32,44)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #DB9EF2

#DB9EF2
(219,158,242)
#DEA6F3
(222,166,243)
#E1AEF4
(225,174,244)
#E4B6F5
(228,182,245)
#E7BEF6
(231,190,246)
#EAC6F7
(234,198,247)
#EDCEF8
(237,206,248)
#F0D6F9
(240,214,249)
#F3DEFA
(243,222,250)
#F6E6FB
(246,230,251)
#F9EEFC
(249,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9EF2; }

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

This text font color is #DB9EF2.


Background Color

.myBgColor { background-color: #DB9EF2; }

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

This div background color is #DB9EF2.


Border color

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

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

This div border color is #DB9EF2.


Opacity

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

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

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

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

This text has shadow with #DB9EF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9EF2 on black background.


Color preview on white background

This text has color #DB9EF2 on white background.



Black color preview on #DB9EF2 background

This text has black color on #DB9EF2 background.


White color preview on #DB9EF2 background

This text has white color on #DB9EF2 background.