COLOR #DB9889

HEX: #DB9889
RGB: (219,152,137)

Color info

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

RGB color model

#DB9889 color RGB value is (219,152,137).

  • red value is 219;
  • green value is 152;
  • blue value is 137.
RGB:
(219,152,137)
(86%,60%,54%)

RGB channels and saturation

R 219 of 255 = 86%
G 152 of 255 = 60%
B 137 of 255 = 54%

219
152
137

R + G + B ~ 67%. #DB9889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 152 + 137 = 508 (100%)
R 219 of 508 ~ 43.11%
G 152 of 508 ~ 29.92%
B 137 of 508 ~ 26.97%

%43.11
%29.92
%26.97

CMYK color model

#DB9889 color CMYK value is (0,31,37,14).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 37.44%
  • key color value is 14.12%
CMYK:
(0,31,37,14)
C0M31Y37K14 
(0%,31%,37%,14%)
(0.00/0.31/0.37/0.14)	

CMYK percentages

%0
%30.59
%37.44
%14.12

Codes

Color #DB9889 in popluar color models

DB9889
RGB219152137
HSL11°53.25%69.80%
HSB/HSV11°37.44%85.88%
CMYK0.00%30.59%37.44%
14.12%

Color #DB9889 in popluar number systems.

HEXDB9889
Decimal219152137
Binary110110111001100010001001
Octal333230211

Shades and tints

Shades of #DB9889

#DB9889
(219,152,137)
#C88B7D
(200,139,125)
#B57E71
(181,126,113)
#A27165
(162,113,101)
#8F6459
(143,100,89)
#7C574D
(124,87,77)
#694A41
(105,74,65)
#563D35
(86,61,53)
#433029
(67,48,41)
#30231D
(48,35,29)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #DB9889

#DB9889
(219,152,137)
#DEA193
(222,161,147)
#E1AA9D
(225,170,157)
#E4B3A7
(228,179,167)
#E7BCB1
(231,188,177)
#EAC5BB
(234,197,187)
#EDCEC5
(237,206,197)
#F0D7CF
(240,215,207)
#F3E0D9
(243,224,217)
#F6E9E3
(246,233,227)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9889 color. Also use rgb(219,152,137) instead hex code.

Text Font Color

.myTextColor { color: #DB9889; }

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

This text font color is #DB9889.


Background Color

.myBgColor { background-color: #DB9889; }

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

This div background color is #DB9889.


Border color

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

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

This div border color is #DB9889.


Opacity

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

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

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

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

This text has shadow with #DB9889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9889 on black background.


Color preview on white background

This text has color #DB9889 on white background.



Black color preview on #DB9889 background

This text has black color on #DB9889 background.


White color preview on #DB9889 background

This text has white color on #DB9889 background.