COLOR #DB9585

HEX: #DB9585
RGB: (219,149,133)

Color info

#DB9585 contains mainly red color. Web safe color of #DB9585 is #CC9999 (or #C99).

RGB color model

#DB9585 color RGB value is (219,149,133).

  • red value is 219;
  • green value is 149;
  • blue value is 133.
RGB:
(219,149,133)
(86%,58%,52%)

RGB channels and saturation

R 219 of 255 = 86%
G 149 of 255 = 58%
B 133 of 255 = 52%

219
149
133

R + G + B ~ 65%. #DB9585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 149 + 133 = 501 (100%)
R 219 of 501 ~ 43.71%
G 149 of 501 ~ 29.74%
B 133 of 501 ~ 26.55%

%43.71
%29.74
%26.55

CMYK color model

#DB9585 color CMYK value is (0,32,39,14).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 39.27%
  • key color value is 14.12%
CMYK:
(0,32,39,14)
C0M32Y39K14 
(0%,32%,39%,14%)
(0.00/0.32/0.39/0.14)	

CMYK percentages

%0
%31.96
%39.27
%14.12

Codes

Color #DB9585 in popluar color models

DB9585
RGB219149133
HSL11°54.43%69.02%
HSB/HSV11°39.27%85.88%
CMYK0.00%31.96%39.27%
14.12%

Color #DB9585 in popluar number systems.

HEXDB9585
Decimal219149133
Binary110110111001010110000101
Octal333225205

Shades and tints

Shades of #DB9585

#DB9585
(219,149,133)
#C88879
(200,136,121)
#B57B6D
(181,123,109)
#A26E61
(162,110,97)
#8F6155
(143,97,85)
#7C5449
(124,84,73)
#69473D
(105,71,61)
#563A31
(86,58,49)
#432D25
(67,45,37)
#302019
(48,32,25)
#1D130D
(29,19,13)
#000000
(0,0,0)

Tints of #DB9585

#DB9585
(219,149,133)
#DE9E90
(222,158,144)
#E1A79B
(225,167,155)
#E4B0A6
(228,176,166)
#E7B9B1
(231,185,177)
#EAC2BC
(234,194,188)
#EDCBC7
(237,203,199)
#F0D4D2
(240,212,210)
#F3DDDD
(243,221,221)
#F6E6E8
(246,230,232)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9585 color. Also use rgb(219,149,133) instead hex code.

Text Font Color

.myTextColor { color: #DB9585; }

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

This text font color is #DB9585.


Background Color

.myBgColor { background-color: #DB9585; }

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

This div background color is #DB9585.


Border color

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

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

This div border color is #DB9585.


Opacity

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

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

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

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

This text has shadow with #DB9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9585 on black background.


Color preview on white background

This text has color #DB9585 on white background.



Black color preview on #DB9585 background

This text has black color on #DB9585 background.


White color preview on #DB9585 background

This text has white color on #DB9585 background.