COLOR #DB8879

HEX: #DB8879
RGB: (219,136,121)

Color info

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

RGB color model

#DB8879 color RGB value is (219,136,121).

  • red value is 219;
  • green value is 136;
  • blue value is 121.
RGB:
(219,136,121)
(86%,53%,47%)

RGB channels and saturation

R 219 of 255 = 86%
G 136 of 255 = 53%
B 121 of 255 = 47%

219
136
121

R + G + B ~ 62%. #DB8879 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 136 + 121 = 476 (100%)
R 219 of 476 ~ 46.01%
G 136 of 476 ~ 28.57%
B 121 of 476 ~ 25.42%

%46.01
%28.57
%25.42

CMYK color model

#DB8879 color CMYK value is (0,38,45,14).

  • cyan value is 0.00%
  • magenta value is 37.90%
  • yellow value is 44.75%
  • key color value is 14.12%
CMYK:
(0,38,45,14)
C0M38Y45K14 
(0%,38%,45%,14%)
(0.00/0.38/0.45/0.14)	

CMYK percentages

%0
%37.9
%44.75
%14.12

Codes

Color #DB8879 in popluar color models

DB8879
RGB219136121
HSL57.65%66.67%
HSB/HSV44.75%85.88%
CMYK0.00%37.90%44.75%
14.12%

Color #DB8879 in popluar number systems.

HEXDB8879
Decimal219136121
Binary11011011100010001111001
Octal333210171

Shades and tints

Shades of #DB8879

#DB8879
(219,136,121)
#C87C6E
(200,124,110)
#B57063
(181,112,99)
#A26458
(162,100,88)
#8F584D
(143,88,77)
#7C4C42
(124,76,66)
#694037
(105,64,55)
#56342C
(86,52,44)
#432821
(67,40,33)
#301C16
(48,28,22)
#1D100B
(29,16,11)
#000000
(0,0,0)

Tints of #DB8879

#DB8879
(219,136,121)
#DE9285
(222,146,133)
#E19C91
(225,156,145)
#E4A69D
(228,166,157)
#E7B0A9
(231,176,169)
#EABAB5
(234,186,181)
#EDC4C1
(237,196,193)
#F0CECD
(240,206,205)
#F3D8D9
(243,216,217)
#F6E2E5
(246,226,229)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8879 color. Also use rgb(219,136,121) instead hex code.

Text Font Color

.myTextColor { color: #DB8879; }

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

This text font color is #DB8879.


Background Color

.myBgColor { background-color: #DB8879; }

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

This div background color is #DB8879.


Border color

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

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

This div border color is #DB8879.


Opacity

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

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

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

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

This text has shadow with #DB8879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8879 on black background.


Color preview on white background

This text has color #DB8879 on white background.



Black color preview on #DB8879 background

This text has black color on #DB8879 background.


White color preview on #DB8879 background

This text has white color on #DB8879 background.