COLOR #DB9FA6

HEX: #DB9FA6
RGB: (219,159,166)

Color info

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

RGB color model

#DB9FA6 color RGB value is (219,159,166).

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

RGB channels and saturation

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

219
159
166

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

Portions of RGB colors in percentages

R + G + B =
219 + 159 + 166 = 544 (100%)
R 219 of 544 ~ 40.26%
G 159 of 544 ~ 29.23%
B 166 of 544 ~ 30.51%

%40.26
%29.23
%30.51

CMYK color model

#DB9FA6 color CMYK value is (0,27,24,14).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(0,27,24,14)
C0M27Y24K14 
(0%,27%,24%,14%)
(0.00/0.27/0.24/0.14)	

CMYK percentages

%0
%27.4
%24.2
%14.12

Codes

Color #DB9FA6 in popluar color models

DB9FA6
RGB219159166
HSL353°45.45%74.12%
HSB/HSV353°27.40%85.88%
CMYK0.00%27.40%24.20%
14.12%

Color #DB9FA6 in popluar number systems.

HEXDB9FA6
Decimal219159166
Binary110110111001111110100110
Octal333237246

Shades and tints

Shades of #DB9FA6

#DB9FA6
(219,159,166)
#C89197
(200,145,151)
#B58388
(181,131,136)
#A27579
(162,117,121)
#8F676A
(143,103,106)
#7C595B
(124,89,91)
#694B4C
(105,75,76)
#563D3D
(86,61,61)
#432F2E
(67,47,46)
#30211F
(48,33,31)
#1D1310
(29,19,16)
#000000
(0,0,0)

Tints of #DB9FA6

#DB9FA6
(219,159,166)
#DEA7AE
(222,167,174)
#E1AFB6
(225,175,182)
#E4B7BE
(228,183,190)
#E7BFC6
(231,191,198)
#EAC7CE
(234,199,206)
#EDCFD6
(237,207,214)
#F0D7DE
(240,215,222)
#F3DFE6
(243,223,230)
#F6E7EE
(246,231,238)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9FA6; }

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

This text font color is #DB9FA6.


Background Color

.myBgColor { background-color: #DB9FA6; }

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

This div background color is #DB9FA6.


Border color

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

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

This div border color is #DB9FA6.


Opacity

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

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

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

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

This text has shadow with #DB9FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9FA6 on black background.


Color preview on white background

This text has color #DB9FA6 on white background.



Black color preview on #DB9FA6 background

This text has black color on #DB9FA6 background.


White color preview on #DB9FA6 background

This text has white color on #DB9FA6 background.