COLOR #DB9CA6

HEX: #DB9CA6
RGB: (219,156,166)

Color info

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

RGB color model

#DB9CA6 color RGB value is (219,156,166).

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

RGB channels and saturation

R 219 of 255 = 86%
G 156 of 255 = 61%
B 166 of 255 = 65%

219
156
166

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

Portions of RGB colors in percentages

R + G + B =
219 + 156 + 166 = 541 (100%)
R 219 of 541 ~ 40.48%
G 156 of 541 ~ 28.84%
B 166 of 541 ~ 30.68%

%40.48
%28.84
%30.68

CMYK color model

#DB9CA6 color CMYK value is (0,29,24,14).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(0,29,24,14)
C0M29Y24K14 
(0%,29%,24%,14%)
(0.00/0.29/0.24/0.14)	

CMYK percentages

%0
%28.77
%24.2
%14.12

Codes

Color #DB9CA6 in popluar color models

DB9CA6
RGB219156166
HSL350°46.67%73.53%
HSB/HSV350°28.77%85.88%
CMYK0.00%28.77%24.20%
14.12%

Color #DB9CA6 in popluar number systems.

HEXDB9CA6
Decimal219156166
Binary110110111001110010100110
Octal333234246

Shades and tints

Shades of #DB9CA6

#DB9CA6
(219,156,166)
#C88E97
(200,142,151)
#B58088
(181,128,136)
#A27279
(162,114,121)
#8F646A
(143,100,106)
#7C565B
(124,86,91)
#69484C
(105,72,76)
#563A3D
(86,58,61)
#432C2E
(67,44,46)
#301E1F
(48,30,31)
#1D1010
(29,16,16)
#000000
(0,0,0)

Tints of #DB9CA6

#DB9CA6
(219,156,166)
#DEA5AE
(222,165,174)
#E1AEB6
(225,174,182)
#E4B7BE
(228,183,190)
#E7C0C6
(231,192,198)
#EAC9CE
(234,201,206)
#EDD2D6
(237,210,214)
#F0DBDE
(240,219,222)
#F3E4E6
(243,228,230)
#F6EDEE
(246,237,238)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9CA6; }

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

This text font color is #DB9CA6.


Background Color

.myBgColor { background-color: #DB9CA6; }

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

This div background color is #DB9CA6.


Border color

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

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

This div border color is #DB9CA6.


Opacity

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

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

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

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

This text has shadow with #DB9CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9CA6 on black background.


Color preview on white background

This text has color #DB9CA6 on white background.



Black color preview on #DB9CA6 background

This text has black color on #DB9CA6 background.


White color preview on #DB9CA6 background

This text has white color on #DB9CA6 background.