COLOR #DB92EC

HEX: #DB92EC
RGB: (219,146,236)

Color info

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

RGB color model

#DB92EC color RGB value is (219,146,236).

  • red value is 219;
  • green value is 146;
  • blue value is 236.
RGB:
(219,146,236)
(86%,57%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 146 of 255 = 57%
B 236 of 255 = 93%

219
146
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 146 + 236 = 601 (100%)
R 219 of 601 ~ 36.44%
G 146 of 601 ~ 24.29%
B 236 of 601 ~ 39.27%

%36.44
%24.29
%39.27

CMYK color model

#DB92EC color CMYK value is (7,38,0,7).

  • cyan value is 7.20%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,38,0,7)
C7M38Y0K7 
(7%,38%,0%,7%)
(0.07/0.38/0.00/0.07)	

CMYK percentages

%7.2
%38.14
%0
%7.45

Codes

Color #DB92EC in popluar color models

DB92EC
RGB219146236
HSL289°70.31%74.90%
HSB/HSV289°38.14%92.55%
CMYK7.20%38.14%0.00%
7.45%

Color #DB92EC in popluar number systems.

HEXDB92EC
Decimal219146236
Binary110110111001001011101100
Octal333222354

Shades and tints

Shades of #DB92EC

#DB92EC
(219,146,236)
#C885D7
(200,133,215)
#B578C2
(181,120,194)
#A26BAD
(162,107,173)
#8F5E98
(143,94,152)
#7C5183
(124,81,131)
#69446E
(105,68,110)
#563759
(86,55,89)
#432A44
(67,42,68)
#301D2F
(48,29,47)
#1D101A
(29,16,26)
#000000
(0,0,0)

Tints of #DB92EC

#DB92EC
(219,146,236)
#DE9BED
(222,155,237)
#E1A4EE
(225,164,238)
#E4ADEF
(228,173,239)
#E7B6F0
(231,182,240)
#EABFF1
(234,191,241)
#EDC8F2
(237,200,242)
#F0D1F3
(240,209,243)
#F3DAF4
(243,218,244)
#F6E3F5
(246,227,245)
#F9ECF6
(249,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB92EC color. Also use rgb(219,146,236) instead hex code.

Text Font Color

.myTextColor { color: #DB92EC; }

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

This text font color is #DB92EC.


Background Color

.myBgColor { background-color: #DB92EC; }

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

This div background color is #DB92EC.


Border color

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

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

This div border color is #DB92EC.


Opacity

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

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

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

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

This text has shadow with #DB92EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB92EC on black background.


Color preview on white background

This text has color #DB92EC on white background.



Black color preview on #DB92EC background

This text has black color on #DB92EC background.


White color preview on #DB92EC background

This text has white color on #DB92EC background.