COLOR #DB8687

HEX: #DB8687
RGB: (219,134,135)

Color info

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

RGB color model

#DB8687 color RGB value is (219,134,135).

  • red value is 219;
  • green value is 134;
  • blue value is 135.
RGB:
(219,134,135)
(86%,53%,53%)

RGB channels and saturation

R 219 of 255 = 86%
G 134 of 255 = 53%
B 135 of 255 = 53%

219
134
135

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

Portions of RGB colors in percentages

R + G + B =
219 + 134 + 135 = 488 (100%)
R 219 of 488 ~ 44.88%
G 134 of 488 ~ 27.46%
B 135 of 488 ~ 27.66%

%44.88
%27.46
%27.66

CMYK color model

#DB8687 color CMYK value is (0,39,38,14).

  • cyan value is 0.00%
  • magenta value is 38.81%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(0,39,38,14)
C0M39Y38K14 
(0%,39%,38%,14%)
(0.00/0.39/0.38/0.14)	

CMYK percentages

%0
%38.81
%38.36
%14.12

Codes

Color #DB8687 in popluar color models

DB8687
RGB219134135
HSL359°54.14%69.22%
HSB/HSV359°38.81%85.88%
CMYK0.00%38.81%38.36%
14.12%

Color #DB8687 in popluar number systems.

HEXDB8687
Decimal219134135
Binary110110111000011010000111
Octal333206207

Shades and tints

Shades of #DB8687

#DB8687
(219,134,135)
#C87A7B
(200,122,123)
#B56E6F
(181,110,111)
#A26263
(162,98,99)
#8F5657
(143,86,87)
#7C4A4B
(124,74,75)
#693E3F
(105,62,63)
#563233
(86,50,51)
#432627
(67,38,39)
#301A1B
(48,26,27)
#1D0E0F
(29,14,15)
#000000
(0,0,0)

Tints of #DB8687

#DB8687
(219,134,135)
#DE9191
(222,145,145)
#E19C9B
(225,156,155)
#E4A7A5
(228,167,165)
#E7B2AF
(231,178,175)
#EABDB9
(234,189,185)
#EDC8C3
(237,200,195)
#F0D3CD
(240,211,205)
#F3DED7
(243,222,215)
#F6E9E1
(246,233,225)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB8687; }

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

This text font color is #DB8687.


Background Color

.myBgColor { background-color: #DB8687; }

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

This div background color is #DB8687.


Border color

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

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

This div border color is #DB8687.


Opacity

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

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

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

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

This text has shadow with #DB8687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8687 on black background.


Color preview on white background

This text has color #DB8687 on white background.



Black color preview on #DB8687 background

This text has black color on #DB8687 background.


White color preview on #DB8687 background

This text has white color on #DB8687 background.