COLOR #DB8CA9

HEX: #DB8CA9
RGB: (219,140,169)

Color info

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

RGB color model

#DB8CA9 color RGB value is (219,140,169).

  • red value is 219;
  • green value is 140;
  • blue value is 169.
RGB:
(219,140,169)
(86%,55%,66%)

RGB channels and saturation

R 219 of 255 = 86%
G 140 of 255 = 55%
B 169 of 255 = 66%

219
140
169

R + G + B ~ 69%. #DB8CA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 140 + 169 = 528 (100%)
R 219 of 528 ~ 41.48%
G 140 of 528 ~ 26.52%
B 169 of 528 ~ 32.01%

%41.48
%26.52
%32.01

CMYK color model

#DB8CA9 color CMYK value is (0,36,23,14).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(0,36,23,14)
C0M36Y23K14 
(0%,36%,23%,14%)
(0.00/0.36/0.23/0.14)	

CMYK percentages

%0
%36.07
%22.83
%14.12

Codes

Color #DB8CA9 in popluar color models

DB8CA9
RGB219140169
HSL338°52.32%70.39%
HSB/HSV338°36.07%85.88%
CMYK0.00%36.07%22.83%
14.12%

Color #DB8CA9 in popluar number systems.

HEXDB8CA9
Decimal219140169
Binary110110111000110010101001
Octal333214251

Shades and tints

Shades of #DB8CA9

#DB8CA9
(219,140,169)
#C8809A
(200,128,154)
#B5748B
(181,116,139)
#A2687C
(162,104,124)
#8F5C6D
(143,92,109)
#7C505E
(124,80,94)
#69444F
(105,68,79)
#563840
(86,56,64)
#432C31
(67,44,49)
#302022
(48,32,34)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #DB8CA9

#DB8CA9
(219,140,169)
#DE96B0
(222,150,176)
#E1A0B7
(225,160,183)
#E4AABE
(228,170,190)
#E7B4C5
(231,180,197)
#EABECC
(234,190,204)
#EDC8D3
(237,200,211)
#F0D2DA
(240,210,218)
#F3DCE1
(243,220,225)
#F6E6E8
(246,230,232)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8CA9 color. Also use rgb(219,140,169) instead hex code.

Text Font Color

.myTextColor { color: #DB8CA9; }

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

This text font color is #DB8CA9.


Background Color

.myBgColor { background-color: #DB8CA9; }

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

This div background color is #DB8CA9.


Border color

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

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

This div border color is #DB8CA9.


Opacity

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

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

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

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

This text has shadow with #DB8CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8CA9 on black background.


Color preview on white background

This text has color #DB8CA9 on white background.



Black color preview on #DB8CA9 background

This text has black color on #DB8CA9 background.


White color preview on #DB8CA9 background

This text has white color on #DB8CA9 background.