COLOR #DB8084

HEX: #DB8084
RGB: (219,128,132)

Color info

#DB8084 contains mainly red color. Web safe color of #DB8084 is #CC6699 (or #C69).

RGB color model

#DB8084 color RGB value is (219,128,132).

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

RGB channels and saturation

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

219
128
132

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

Portions of RGB colors in percentages

R + G + B =
219 + 128 + 132 = 479 (100%)
R 219 of 479 ~ 45.72%
G 128 of 479 ~ 26.72%
B 132 of 479 ~ 27.56%

%45.72
%26.72
%27.56

CMYK color model

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

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

CMYK percentages

%0
%41.55
%39.73
%14.12

Codes

Color #DB8084 in popluar color models

DB8084
RGB219128132
HSL357°55.83%68.04%
HSB/HSV357°41.55%85.88%
CMYK0.00%41.55%39.73%
14.12%

Color #DB8084 in popluar number systems.

HEXDB8084
Decimal219128132
Binary110110111000000010000100
Octal333200204

Shades and tints

Shades of #DB8084

#DB8084
(219,128,132)
#C87578
(200,117,120)
#B56A6C
(181,106,108)
#A25F60
(162,95,96)
#8F5454
(143,84,84)
#7C4948
(124,73,72)
#693E3C
(105,62,60)
#563330
(86,51,48)
#432824
(67,40,36)
#301D18
(48,29,24)
#1D120C
(29,18,12)
#000000
(0,0,0)

Tints of #DB8084

#DB8084
(219,128,132)
#DE8B8F
(222,139,143)
#E1969A
(225,150,154)
#E4A1A5
(228,161,165)
#E7ACB0
(231,172,176)
#EAB7BB
(234,183,187)
#EDC2C6
(237,194,198)
#F0CDD1
(240,205,209)
#F3D8DC
(243,216,220)
#F6E3E7
(246,227,231)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB8084; }

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

This text font color is #DB8084.


Background Color

.myBgColor { background-color: #DB8084; }

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

This div background color is #DB8084.


Border color

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

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

This div border color is #DB8084.


Opacity

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

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

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

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

This text has shadow with #DB8084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8084 on black background.


Color preview on white background

This text has color #DB8084 on white background.



Black color preview on #DB8084 background

This text has black color on #DB8084 background.


White color preview on #DB8084 background

This text has white color on #DB8084 background.