COLOR #DB8EB5

HEX: #DB8EB5
RGB: (219,142,181)

Color info

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

RGB color model

#DB8EB5 color RGB value is (219,142,181).

  • red value is 219;
  • green value is 142;
  • blue value is 181.
RGB:
(219,142,181)
(86%,56%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 142 of 255 = 56%
B 181 of 255 = 71%

219
142
181

R + G + B ~ 71%. #DB8EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 142 + 181 = 542 (100%)
R 219 of 542 ~ 40.41%
G 142 of 542 ~ 26.2%
B 181 of 542 ~ 33.39%

%40.41
%26.2
%33.39

CMYK color model

#DB8EB5 color CMYK value is (0,35,17,14).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(0,35,17,14)
C0M35Y17K14 
(0%,35%,17%,14%)
(0.00/0.35/0.17/0.14)	

CMYK percentages

%0
%35.16
%17.35
%14.12

Codes

Color #DB8EB5 in popluar color models

DB8EB5
RGB219142181
HSL330°51.68%70.78%
HSB/HSV330°35.16%85.88%
CMYK0.00%35.16%17.35%
14.12%

Color #DB8EB5 in popluar number systems.

HEXDB8EB5
Decimal219142181
Binary110110111000111010110101
Octal333216265

Shades and tints

Shades of #DB8EB5

#DB8EB5
(219,142,181)
#C882A5
(200,130,165)
#B57695
(181,118,149)
#A26A85
(162,106,133)
#8F5E75
(143,94,117)
#7C5265
(124,82,101)
#694655
(105,70,85)
#563A45
(86,58,69)
#432E35
(67,46,53)
#302225
(48,34,37)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #DB8EB5

#DB8EB5
(219,142,181)
#DE98BB
(222,152,187)
#E1A2C1
(225,162,193)
#E4ACC7
(228,172,199)
#E7B6CD
(231,182,205)
#EAC0D3
(234,192,211)
#EDCAD9
(237,202,217)
#F0D4DF
(240,212,223)
#F3DEE5
(243,222,229)
#F6E8EB
(246,232,235)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8EB5 color. Also use rgb(219,142,181) instead hex code.

Text Font Color

.myTextColor { color: #DB8EB5; }

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

This text font color is #DB8EB5.


Background Color

.myBgColor { background-color: #DB8EB5; }

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

This div background color is #DB8EB5.


Border color

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

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

This div border color is #DB8EB5.


Opacity

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

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

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

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

This text has shadow with #DB8EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8EB5 on black background.


Color preview on white background

This text has color #DB8EB5 on white background.



Black color preview on #DB8EB5 background

This text has black color on #DB8EB5 background.


White color preview on #DB8EB5 background

This text has white color on #DB8EB5 background.