COLOR #DB9DAC

HEX: #DB9DAC
RGB: (219,157,172)

Color info

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

RGB color model

#DB9DAC color RGB value is (219,157,172).

  • red value is 219;
  • green value is 157;
  • blue value is 172.
RGB:
(219,157,172)
(86%,62%,67%)

RGB channels and saturation

R 219 of 255 = 86%
G 157 of 255 = 62%
B 172 of 255 = 67%

219
157
172

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

Portions of RGB colors in percentages

R + G + B =
219 + 157 + 172 = 548 (100%)
R 219 of 548 ~ 39.96%
G 157 of 548 ~ 28.65%
B 172 of 548 ~ 31.39%

%39.96
%28.65
%31.39

CMYK color model

#DB9DAC color CMYK value is (0,28,21,14).

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 21.46%
  • key color value is 14.12%
CMYK:
(0,28,21,14)
C0M28Y21K14 
(0%,28%,21%,14%)
(0.00/0.28/0.21/0.14)	

CMYK percentages

%0
%28.31
%21.46
%14.12

Codes

Color #DB9DAC in popluar color models

DB9DAC
RGB219157172
HSL345°46.27%73.73%
HSB/HSV345°28.31%85.88%
CMYK0.00%28.31%21.46%
14.12%

Color #DB9DAC in popluar number systems.

HEXDB9DAC
Decimal219157172
Binary110110111001110110101100
Octal333235254

Shades and tints

Shades of #DB9DAC

#DB9DAC
(219,157,172)
#C88F9D
(200,143,157)
#B5818E
(181,129,142)
#A2737F
(162,115,127)
#8F6570
(143,101,112)
#7C5761
(124,87,97)
#694952
(105,73,82)
#563B43
(86,59,67)
#432D34
(67,45,52)
#301F25
(48,31,37)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #DB9DAC

#DB9DAC
(219,157,172)
#DEA5B3
(222,165,179)
#E1ADBA
(225,173,186)
#E4B5C1
(228,181,193)
#E7BDC8
(231,189,200)
#EAC5CF
(234,197,207)
#EDCDD6
(237,205,214)
#F0D5DD
(240,213,221)
#F3DDE4
(243,221,228)
#F6E5EB
(246,229,235)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9DAC color. Also use rgb(219,157,172) instead hex code.

Text Font Color

.myTextColor { color: #DB9DAC; }

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

This text font color is #DB9DAC.


Background Color

.myBgColor { background-color: #DB9DAC; }

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

This div background color is #DB9DAC.


Border color

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

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

This div border color is #DB9DAC.


Opacity

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

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

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

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

This text has shadow with #DB9DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9DAC on black background.


Color preview on white background

This text has color #DB9DAC on white background.



Black color preview on #DB9DAC background

This text has black color on #DB9DAC background.


White color preview on #DB9DAC background

This text has white color on #DB9DAC background.