COLOR #DB9A80

HEX: #DB9A80
RGB: (219,154,128)

Color info

#DB9A80 contains mainly red color. Web safe color of #DB9A80 is #CC9966 (or #C96).

RGB color model

#DB9A80 color RGB value is (219,154,128).

  • red value is 219;
  • green value is 154;
  • blue value is 128.
RGB:
(219,154,128)
(86%,60%,50%)

RGB channels and saturation

R 219 of 255 = 86%
G 154 of 255 = 60%
B 128 of 255 = 50%

219
154
128

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

Portions of RGB colors in percentages

R + G + B =
219 + 154 + 128 = 501 (100%)
R 219 of 501 ~ 43.71%
G 154 of 501 ~ 30.74%
B 128 of 501 ~ 25.55%

%43.71
%30.74
%25.55

CMYK color model

#DB9A80 color CMYK value is (0,30,42,14).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 41.55%
  • key color value is 14.12%
CMYK:
(0,30,42,14)
C0M30Y42K14 
(0%,30%,42%,14%)
(0.00/0.30/0.42/0.14)	

CMYK percentages

%0
%29.68
%41.55
%14.12

Codes

Color #DB9A80 in popluar color models

DB9A80
RGB219154128
HSL17°55.83%68.04%
HSB/HSV17°41.55%85.88%
CMYK0.00%29.68%41.55%
14.12%

Color #DB9A80 in popluar number systems.

HEXDB9A80
Decimal219154128
Binary110110111001101010000000
Octal333232200

Shades and tints

Shades of #DB9A80

#DB9A80
(219,154,128)
#C88C75
(200,140,117)
#B57E6A
(181,126,106)
#A2705F
(162,112,95)
#8F6254
(143,98,84)
#7C5449
(124,84,73)
#69463E
(105,70,62)
#563833
(86,56,51)
#432A28
(67,42,40)
#301C1D
(48,28,29)
#1D0E12
(29,14,18)
#000000
(0,0,0)

Tints of #DB9A80

#DB9A80
(219,154,128)
#DEA38B
(222,163,139)
#E1AC96
(225,172,150)
#E4B5A1
(228,181,161)
#E7BEAC
(231,190,172)
#EAC7B7
(234,199,183)
#EDD0C2
(237,208,194)
#F0D9CD
(240,217,205)
#F3E2D8
(243,226,216)
#F6EBE3
(246,235,227)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9A80 color. Also use rgb(219,154,128) instead hex code.

Text Font Color

.myTextColor { color: #DB9A80; }

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

This text font color is #DB9A80.


Background Color

.myBgColor { background-color: #DB9A80; }

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

This div background color is #DB9A80.


Border color

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

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

This div border color is #DB9A80.


Opacity

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

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

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

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

This text has shadow with #DB9A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9A80 on black background.


Color preview on white background

This text has color #DB9A80 on white background.



Black color preview on #DB9A80 background

This text has black color on #DB9A80 background.


White color preview on #DB9A80 background

This text has white color on #DB9A80 background.