COLOR #DB8484

HEX: #DB8484
RGB: (219,132,132)

Color info

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

RGB color model

#DB8484 color RGB value is (219,132,132).

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

RGB channels and saturation

R 219 of 255 = 86%
G 132 of 255 = 52%
B 132 of 255 = 52%

219
132
132

R + G + B ~ 63%. #DB8484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 132 + 132 = 483 (100%)
R 219 of 483 ~ 45.34%
G 132 of 483 ~ 27.33%
B 132 of 483 ~ 27.33%

%45.34
%27.33
%27.33

CMYK color model

#DB8484 color CMYK value is (0,40,40,14).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 39.73%
  • key color value is 14.12%
CMYK:
(0,40,40,14)
C0M40Y40K14 
(0%,40%,40%,14%)
(0.00/0.40/0.40/0.14)	

CMYK percentages

%0
%39.73
%39.73
%14.12

Codes

Color #DB8484 in popluar color models

DB8484
RGB219132132
HSL54.72%68.82%
HSB/HSV39.73%85.88%
CMYK0.00%39.73%39.73%
14.12%

Color #DB8484 in popluar number systems.

HEXDB8484
Decimal219132132
Binary110110111000010010000100
Octal333204204

Shades and tints

Shades of #DB8484

#DB8484
(219,132,132)
#C87878
(200,120,120)
#B56C6C
(181,108,108)
#A26060
(162,96,96)
#8F5454
(143,84,84)
#7C4848
(124,72,72)
#693C3C
(105,60,60)
#563030
(86,48,48)
#432424
(67,36,36)
#301818
(48,24,24)
#1D0C0C
(29,12,12)
#000000
(0,0,0)

Tints of #DB8484

#DB8484
(219,132,132)
#DE8F8F
(222,143,143)
#E19A9A
(225,154,154)
#E4A5A5
(228,165,165)
#E7B0B0
(231,176,176)
#EABBBB
(234,187,187)
#EDC6C6
(237,198,198)
#F0D1D1
(240,209,209)
#F3DCDC
(243,220,220)
#F6E7E7
(246,231,231)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB8484; }

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

This text font color is #DB8484.


Background Color

.myBgColor { background-color: #DB8484; }

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

This div background color is #DB8484.


Border color

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

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

This div border color is #DB8484.


Opacity

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

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

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

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

This text has shadow with #DB8484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8484 on black background.


Color preview on white background

This text has color #DB8484 on white background.



Black color preview on #DB8484 background

This text has black color on #DB8484 background.


White color preview on #DB8484 background

This text has white color on #DB8484 background.