COLOR #DB99EC

HEX: #DB99EC
RGB: (219,153,236)

Color info

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

RGB color model

#DB99EC color RGB value is (219,153,236).

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

RGB channels and saturation

R 219 of 255 = 86%
G 153 of 255 = 60%
B 236 of 255 = 93%

219
153
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 153 + 236 = 608 (100%)
R 219 of 608 ~ 36.02%
G 153 of 608 ~ 25.16%
B 236 of 608 ~ 38.82%

%36.02
%25.16
%38.82

CMYK color model

#DB99EC color CMYK value is (7,35,0,7).

  • cyan value is 7.20%
  • magenta value is 35.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,35,0,7)
C7M35Y0K7 
(7%,35%,0%,7%)
(0.07/0.35/0.00/0.07)	

CMYK percentages

%7.2
%35.17
%0
%7.45

Codes

Color #DB99EC in popluar color models

DB99EC
RGB219153236
HSL288°68.60%76.27%
HSB/HSV288°35.17%92.55%
CMYK7.20%35.17%0.00%
7.45%

Color #DB99EC in popluar number systems.

HEXDB99EC
Decimal219153236
Binary110110111001100111101100
Octal333231354

Shades and tints

Shades of #DB99EC

#DB99EC
(219,153,236)
#C88CD7
(200,140,215)
#B57FC2
(181,127,194)
#A272AD
(162,114,173)
#8F6598
(143,101,152)
#7C5883
(124,88,131)
#694B6E
(105,75,110)
#563E59
(86,62,89)
#433144
(67,49,68)
#30242F
(48,36,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DB99EC

#DB99EC
(219,153,236)
#DEA2ED
(222,162,237)
#E1ABEE
(225,171,238)
#E4B4EF
(228,180,239)
#E7BDF0
(231,189,240)
#EAC6F1
(234,198,241)
#EDCFF2
(237,207,242)
#F0D8F3
(240,216,243)
#F3E1F4
(243,225,244)
#F6EAF5
(246,234,245)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB99EC; }

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

This text font color is #DB99EC.


Background Color

.myBgColor { background-color: #DB99EC; }

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

This div background color is #DB99EC.


Border color

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

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

This div border color is #DB99EC.


Opacity

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

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

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

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

This text has shadow with #DB99EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB99EC on black background.


Color preview on white background

This text has color #DB99EC on white background.



Black color preview on #DB99EC background

This text has black color on #DB99EC background.


White color preview on #DB99EC background

This text has white color on #DB99EC background.