COLOR #DB8ACE

HEX: #DB8ACE
RGB: (219,138,206)

Color info

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

RGB color model

#DB8ACE color RGB value is (219,138,206).

  • red value is 219;
  • green value is 138;
  • blue value is 206.
RGB:
(219,138,206)
(86%,54%,81%)

RGB channels and saturation

R 219 of 255 = 86%
G 138 of 255 = 54%
B 206 of 255 = 81%

219
138
206

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

Portions of RGB colors in percentages

R + G + B =
219 + 138 + 206 = 563 (100%)
R 219 of 563 ~ 38.9%
G 138 of 563 ~ 24.51%
B 206 of 563 ~ 36.59%

%38.9
%24.51
%36.59

CMYK color model

#DB8ACE color CMYK value is (0,37,6,14).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 5.94%
  • key color value is 14.12%
CMYK:
(0,37,6,14)
C0M37Y6K14 
(0%,37%,6%,14%)
(0.00/0.37/0.06/0.14)	

CMYK percentages

%0
%36.99
%5.94
%14.12

Codes

Color #DB8ACE in popluar color models

DB8ACE
RGB219138206
HSL310°52.94%70.00%
HSB/HSV310°36.99%85.88%
CMYK0.00%36.99%5.94%
14.12%

Color #DB8ACE in popluar number systems.

HEXDB8ACE
Decimal219138206
Binary110110111000101011001110
Octal333212316

Shades and tints

Shades of #DB8ACE

#DB8ACE
(219,138,206)
#C87EBC
(200,126,188)
#B572AA
(181,114,170)
#A26698
(162,102,152)
#8F5A86
(143,90,134)
#7C4E74
(124,78,116)
#694262
(105,66,98)
#563650
(86,54,80)
#432A3E
(67,42,62)
#301E2C
(48,30,44)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #DB8ACE

#DB8ACE
(219,138,206)
#DE94D2
(222,148,210)
#E19ED6
(225,158,214)
#E4A8DA
(228,168,218)
#E7B2DE
(231,178,222)
#EABCE2
(234,188,226)
#EDC6E6
(237,198,230)
#F0D0EA
(240,208,234)
#F3DAEE
(243,218,238)
#F6E4F2
(246,228,242)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8ACE color. Also use rgb(219,138,206) instead hex code.

Text Font Color

.myTextColor { color: #DB8ACE; }

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

This text font color is #DB8ACE.


Background Color

.myBgColor { background-color: #DB8ACE; }

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

This div background color is #DB8ACE.


Border color

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

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

This div border color is #DB8ACE.


Opacity

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

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

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

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

This text has shadow with #DB8ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8ACE on black background.


Color preview on white background

This text has color #DB8ACE on white background.



Black color preview on #DB8ACE background

This text has black color on #DB8ACE background.


White color preview on #DB8ACE background

This text has white color on #DB8ACE background.