COLOR #DB9DA6

HEX: #DB9DA6
RGB: (219,157,166)

Color info

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

RGB color model

#DB9DA6 color RGB value is (219,157,166).

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

RGB channels and saturation

R 219 of 255 = 86%
G 157 of 255 = 62%
B 166 of 255 = 65%

219
157
166

R + G + B ~ 71%. #DB9DA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 157 + 166 = 542 (100%)
R 219 of 542 ~ 40.41%
G 157 of 542 ~ 28.97%
B 166 of 542 ~ 30.63%

%40.41
%28.97
%30.63

CMYK color model

#DB9DA6 color CMYK value is (0,28,24,14).

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(0,28,24,14)
C0M28Y24K14 
(0%,28%,24%,14%)
(0.00/0.28/0.24/0.14)	

CMYK percentages

%0
%28.31
%24.2
%14.12

Codes

Color #DB9DA6 in popluar color models

DB9DA6
RGB219157166
HSL351°46.27%73.73%
HSB/HSV351°28.31%85.88%
CMYK0.00%28.31%24.20%
14.12%

Color #DB9DA6 in popluar number systems.

HEXDB9DA6
Decimal219157166
Binary110110111001110110100110
Octal333235246

Shades and tints

Shades of #DB9DA6

#DB9DA6
(219,157,166)
#C88F97
(200,143,151)
#B58188
(181,129,136)
#A27379
(162,115,121)
#8F656A
(143,101,106)
#7C575B
(124,87,91)
#69494C
(105,73,76)
#563B3D
(86,59,61)
#432D2E
(67,45,46)
#301F1F
(48,31,31)
#1D1110
(29,17,16)
#000000
(0,0,0)

Tints of #DB9DA6

#DB9DA6
(219,157,166)
#DEA5AE
(222,165,174)
#E1ADB6
(225,173,182)
#E4B5BE
(228,181,190)
#E7BDC6
(231,189,198)
#EAC5CE
(234,197,206)
#EDCDD6
(237,205,214)
#F0D5DE
(240,213,222)
#F3DDE6
(243,221,230)
#F6E5EE
(246,229,238)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9DA6; }

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

This text font color is #DB9DA6.


Background Color

.myBgColor { background-color: #DB9DA6; }

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

This div background color is #DB9DA6.


Border color

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

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

This div border color is #DB9DA6.


Opacity

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

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

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

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

This text has shadow with #DB9DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9DA6 on black background.


Color preview on white background

This text has color #DB9DA6 on white background.



Black color preview on #DB9DA6 background

This text has black color on #DB9DA6 background.


White color preview on #DB9DA6 background

This text has white color on #DB9DA6 background.