COLOR #DB8DAE

HEX: #DB8DAE
RGB: (219,141,174)

Color info

#DB8DAE contains mainly red and blue colors. Web safe color of #DB8DAE is #CC9999 (or #C99).

RGB color model

#DB8DAE color RGB value is (219,141,174).

  • red value is 219;
  • green value is 141;
  • blue value is 174.
RGB:
(219,141,174)
(86%,55%,68%)

RGB channels and saturation

R 219 of 255 = 86%
G 141 of 255 = 55%
B 174 of 255 = 68%

219
141
174

R + G + B ~ 70%. #DB8DAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 141 + 174 = 534 (100%)
R 219 of 534 ~ 41.01%
G 141 of 534 ~ 26.4%
B 174 of 534 ~ 32.58%

%41.01
%26.4
%32.58

CMYK color model

#DB8DAE color CMYK value is (0,36,21,14).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(0,36,21,14)
C0M36Y21K14 
(0%,36%,21%,14%)
(0.00/0.36/0.21/0.14)	

CMYK percentages

%0
%35.62
%20.55
%14.12

Codes

Color #DB8DAE in popluar color models

DB8DAE
RGB219141174
HSL335°52.00%70.59%
HSB/HSV335°35.62%85.88%
CMYK0.00%35.62%20.55%
14.12%

Color #DB8DAE in popluar number systems.

HEXDB8DAE
Decimal219141174
Binary110110111000110110101110
Octal333215256

Shades and tints

Shades of #DB8DAE

#DB8DAE
(219,141,174)
#C8819F
(200,129,159)
#B57590
(181,117,144)
#A26981
(162,105,129)
#8F5D72
(143,93,114)
#7C5163
(124,81,99)
#694554
(105,69,84)
#563945
(86,57,69)
#432D36
(67,45,54)
#302127
(48,33,39)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DB8DAE

#DB8DAE
(219,141,174)
#DE97B5
(222,151,181)
#E1A1BC
(225,161,188)
#E4ABC3
(228,171,195)
#E7B5CA
(231,181,202)
#EABFD1
(234,191,209)
#EDC9D8
(237,201,216)
#F0D3DF
(240,211,223)
#F3DDE6
(243,221,230)
#F6E7ED
(246,231,237)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8DAE color. Also use rgb(219,141,174) instead hex code.

Text Font Color

.myTextColor { color: #DB8DAE; }

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

This text font color is #DB8DAE.


Background Color

.myBgColor { background-color: #DB8DAE; }

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

This div background color is #DB8DAE.


Border color

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

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

This div border color is #DB8DAE.


Opacity

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

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

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

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

This text has shadow with #DB8DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8DAE on black background.


Color preview on white background

This text has color #DB8DAE on white background.



Black color preview on #DB8DAE background

This text has black color on #DB8DAE background.


White color preview on #DB8DAE background

This text has white color on #DB8DAE background.