COLOR #DB8EBA

HEX: #DB8EBA RGB: (219,142,186)

Color info

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

RGB color model

#DB8EBA color RGB value is (219,142,186).

RGB: (219,142,186) (86%, 56%, 73%)

RGB channels and saturation

R 219 of 255 = 86%
G 142 of 255 = 56%
B 186 of 255 = 73%

219
142
186

R + G + B ~ 72%. #DB8EBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 142 + 186 = 547 (100%)
R 219 of 547 ~ 40.04%
G 142 of 547 ~ 25.96%
B 186 of 547 ~ 34'%

%40.04
%25.96
%34

CMYK color model

#DB8EBA color CMYK value is (0,35,15,14).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 15.07%
  • key color value is 14.12%

CMYK: (0,35,15,14)
C0M35Y15K14 (0%, 35%, 15%, 14%)
(0.00 / 0.35 / 0.15 / 0.14)

CMYK percentages

%0
%35.16
%15.07
%14.12

Codes

Color #DB8EBA in popluar color models

DB 8E BA
RGB 219 142 186
HSL 326° 51.68% 70.78%
HSB/HSV 326° 35.16% 85.88%
CMYK 0.00% 35.16% 15.07%
14.12%

Color #DB8EBA in popluar number systems.

HEX DB 8E BA
Decimal 219 142 186
Binary 11011011 10001110 10111010
Octal 333 216 272

Shades and tints

Shades of #DB8EBA

#DB8EBA
(219,142,186)
#C882AA
(200,130,170)
#B5769A
(181,118,154)
#A26A8A
(162,106,138)
#8F5E7A
(143,94,122)
#7C526A
(124,82,106)
#69465A
(105,70,90)
#563A4A
(86,58,74)
#432E3A
(67,46,58)
#30222A
(48,34,42)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #DB8EBA

#DB8EBA
(219,142,186)
#DE98C0
(222,152,192)
#E1A2C6
(225,162,198)
#E4ACCC
(228,172,204)
#E7B6D2
(231,182,210)
#EAC0D8
(234,192,216)
#EDCADE
(237,202,222)
#F0D4E4
(240,212,228)
#F3DEEA
(243,222,234)
#F6E8F0
(246,232,240)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB8EBA; }

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

This text font color is #DB8EBA.

Background Color

.myBgColor { background-color: #DB8EBA; }

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

This div background color is #DB8EBA.

Border color

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

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

This div border color is #DB8EBA.

Opacity

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

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

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

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

This text has shadow with #DB8EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB8EBA.

Preview

Color preview on black background

This text has color #DB8EBA on black background.


Color preview on white background

This text has color #DB8EBA on white background.


Black color preview on #DB8EBA background

This text has black color on #DB8EBA background.


White color preview on #DB8EBA background

This text has white color on #DB8EBA background.


Related colors

Complementary color

Complementary color for #hex is #247145.


I love getcolorcode.com

Triadic colors

1 #BADB8E and #8EBADB with #DB8EBA are triadic colors.

2 #BA8EDB and #8EDBBA with #DB8EBA are triadic colors.