COLOR #DB8B82

HEX: #DB8B82
RGB: (219,139,130)

Color info

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

RGB color model

#DB8B82 color RGB value is (219,139,130).

  • red value is 219;
  • green value is 139;
  • blue value is 130.
RGB:
(219,139,130)
(86%,55%,51%)

RGB channels and saturation

R 219 of 255 = 86%
G 139 of 255 = 55%
B 130 of 255 = 51%

219
139
130

R + G + B ~ 64%. #DB8B82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 139 + 130 = 488 (100%)
R 219 of 488 ~ 44.88%
G 139 of 488 ~ 28.48%
B 130 of 488 ~ 26.64%

%44.88
%28.48
%26.64

CMYK color model

#DB8B82 color CMYK value is (0,37,41,14).

  • cyan value is 0.00%
  • magenta value is 36.53%
  • yellow value is 40.64%
  • key color value is 14.12%
CMYK:
(0,37,41,14)
C0M37Y41K14 
(0%,37%,41%,14%)
(0.00/0.37/0.41/0.14)	

CMYK percentages

%0
%36.53
%40.64
%14.12

Codes

Color #DB8B82 in popluar color models

DB8B82
RGB219139130
HSL55.28%68.43%
HSB/HSV40.64%85.88%
CMYK0.00%36.53%40.64%
14.12%

Color #DB8B82 in popluar number systems.

HEXDB8B82
Decimal219139130
Binary110110111000101110000010
Octal333213202

Shades and tints

Shades of #DB8B82

#DB8B82
(219,139,130)
#C87F77
(200,127,119)
#B5736C
(181,115,108)
#A26761
(162,103,97)
#8F5B56
(143,91,86)
#7C4F4B
(124,79,75)
#694340
(105,67,64)
#563735
(86,55,53)
#432B2A
(67,43,42)
#301F1F
(48,31,31)
#1D1314
(29,19,20)
#000000
(0,0,0)

Tints of #DB8B82

#DB8B82
(219,139,130)
#DE958D
(222,149,141)
#E19F98
(225,159,152)
#E4A9A3
(228,169,163)
#E7B3AE
(231,179,174)
#EABDB9
(234,189,185)
#EDC7C4
(237,199,196)
#F0D1CF
(240,209,207)
#F3DBDA
(243,219,218)
#F6E5E5
(246,229,229)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB8B82; }

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

This text font color is #DB8B82.


Background Color

.myBgColor { background-color: #DB8B82; }

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

This div background color is #DB8B82.


Border color

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

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

This div border color is #DB8B82.


Opacity

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

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

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

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

This text has shadow with #DB8B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8B82 on black background.


Color preview on white background

This text has color #DB8B82 on white background.



Black color preview on #DB8B82 background

This text has black color on #DB8B82 background.


White color preview on #DB8B82 background

This text has white color on #DB8B82 background.