COLOR #DB6AEC

HEX: #DB6AEC
RGB: (219,106,236)

Color info

#DB6AEC contains mainly red and blue colors. Web safe color of #DB6AEC is #CC66FF (or #C6F).

RGB color model

#DB6AEC color RGB value is (219,106,236).

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

RGB channels and saturation

R 219 of 255 = 86%
G 106 of 255 = 42%
B 236 of 255 = 93%

219
106
236

R + G + B ~ 74%. #DB6AEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 106 + 236 = 561 (100%)
R 219 of 561 ~ 39.04%
G 106 of 561 ~ 18.89%
B 236 of 561 ~ 42.07%

%39.04
%18.89
%42.07

CMYK color model

#DB6AEC color CMYK value is (7,55,0,7).

  • cyan value is 7.20%
  • magenta value is 55.08%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,55,0,7)
C7M55Y0K7 
(7%,55%,0%,7%)
(0.07/0.55/0.00/0.07)	

CMYK percentages

%7.2
%55.08
%0
%7.45

Codes

Color #DB6AEC in popluar color models

DB6AEC
RGB219106236
HSL292°77.38%67.06%
HSB/HSV292°55.08%92.55%
CMYK7.20%55.08%0.00%
7.45%

Color #DB6AEC in popluar number systems.

HEXDB6AEC
Decimal219106236
Binary11011011110101011101100
Octal333152354

Shades and tints

Shades of #DB6AEC

#DB6AEC
(219,106,236)
#C861D7
(200,97,215)
#B558C2
(181,88,194)
#A24FAD
(162,79,173)
#8F4698
(143,70,152)
#7C3D83
(124,61,131)
#69346E
(105,52,110)
#562B59
(86,43,89)
#432244
(67,34,68)
#30192F
(48,25,47)
#1D101A
(29,16,26)
#000000
(0,0,0)

Tints of #DB6AEC

#DB6AEC
(219,106,236)
#DE77ED
(222,119,237)
#E184EE
(225,132,238)
#E491EF
(228,145,239)
#E79EF0
(231,158,240)
#EAABF1
(234,171,241)
#EDB8F2
(237,184,242)
#F0C5F3
(240,197,243)
#F3D2F4
(243,210,244)
#F6DFF5
(246,223,245)
#F9ECF6
(249,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB6AEC; }

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

This text font color is #DB6AEC.


Background Color

.myBgColor { background-color: #DB6AEC; }

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

This div background color is #DB6AEC.


Border color

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

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

This div border color is #DB6AEC.


Opacity

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

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

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

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

This text has shadow with #DB6AEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB6AEC on black background.


Color preview on white background

This text has color #DB6AEC on white background.



Black color preview on #DB6AEC background

This text has black color on #DB6AEC background.


White color preview on #DB6AEC background

This text has white color on #DB6AEC background.