COLOR #DB9ECA

HEX: #DB9ECA
RGB: (219,158,202)

Color info

#DB9ECA contains mainly red and blue colors. Web safe color of #DB9ECA is #CC99CC (or #C9C).

RGB color model

#DB9ECA color RGB value is (219,158,202).

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

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 202 of 255 = 79%

219
158
202

R + G + B ~ 76%. #DB9ECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 158 + 202 = 579 (100%)
R 219 of 579 ~ 37.82%
G 158 of 579 ~ 27.29%
B 202 of 579 ~ 34.89%

%37.82
%27.29
%34.89

CMYK color model

#DB9ECA color CMYK value is (0,28,8,14).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK:
(0,28,8,14)
C0M28Y8K14 
(0%,28%,8%,14%)
(0.00/0.28/0.08/0.14)	

CMYK percentages

%0
%27.85
%7.76
%14.12

Codes

Color #DB9ECA in popluar color models

DB9ECA
RGB219158202
HSL317°45.86%73.92%
HSB/HSV317°27.85%85.88%
CMYK0.00%27.85%7.76%
14.12%

Color #DB9ECA in popluar number systems.

HEXDB9ECA
Decimal219158202
Binary110110111001111011001010
Octal333236312

Shades and tints

Shades of #DB9ECA

#DB9ECA
(219,158,202)
#C890B8
(200,144,184)
#B582A6
(181,130,166)
#A27494
(162,116,148)
#8F6682
(143,102,130)
#7C5870
(124,88,112)
#694A5E
(105,74,94)
#563C4C
(86,60,76)
#432E3A
(67,46,58)
#302028
(48,32,40)
#1D1216
(29,18,22)
#000000
(0,0,0)

Tints of #DB9ECA

#DB9ECA
(219,158,202)
#DEA6CE
(222,166,206)
#E1AED2
(225,174,210)
#E4B6D6
(228,182,214)
#E7BEDA
(231,190,218)
#EAC6DE
(234,198,222)
#EDCEE2
(237,206,226)
#F0D6E6
(240,214,230)
#F3DEEA
(243,222,234)
#F6E6EE
(246,230,238)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9ECA; }

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

This text font color is #DB9ECA.


Background Color

.myBgColor { background-color: #DB9ECA; }

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

This div background color is #DB9ECA.


Border color

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

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

This div border color is #DB9ECA.


Opacity

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

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

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

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

This text has shadow with #DB9ECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9ECA on black background.


Color preview on white background

This text has color #DB9ECA on white background.



Black color preview on #DB9ECA background

This text has black color on #DB9ECA background.


White color preview on #DB9ECA background

This text has white color on #DB9ECA background.