COLOR #DB7B87

HEX: #DB7B87
RGB: (219,123,135)

Color info

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

RGB color model

#DB7B87 color RGB value is (219,123,135).

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

RGB channels and saturation

R 219 of 255 = 86%
G 123 of 255 = 48%
B 135 of 255 = 53%

219
123
135

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

Portions of RGB colors in percentages

R + G + B =
219 + 123 + 135 = 477 (100%)
R 219 of 477 ~ 45.91%
G 123 of 477 ~ 25.79%
B 135 of 477 ~ 28.3%

%45.91
%25.79
%28.3

CMYK color model

#DB7B87 color CMYK value is (0,44,38,14).

  • cyan value is 0.00%
  • magenta value is 43.84%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(0,44,38,14)
C0M44Y38K14 
(0%,44%,38%,14%)
(0.00/0.44/0.38/0.14)	

CMYK percentages

%0
%43.84
%38.36
%14.12

Codes

Color #DB7B87 in popluar color models

DB7B87
RGB219123135
HSL353°57.14%67.06%
HSB/HSV353°43.84%85.88%
CMYK0.00%43.84%38.36%
14.12%

Color #DB7B87 in popluar number systems.

HEXDB7B87
Decimal219123135
Binary11011011111101110000111
Octal333173207

Shades and tints

Shades of #DB7B87

#DB7B87
(219,123,135)
#C8707B
(200,112,123)
#B5656F
(181,101,111)
#A25A63
(162,90,99)
#8F4F57
(143,79,87)
#7C444B
(124,68,75)
#69393F
(105,57,63)
#562E33
(86,46,51)
#432327
(67,35,39)
#30181B
(48,24,27)
#1D0D0F
(29,13,15)
#000000
(0,0,0)

Tints of #DB7B87

#DB7B87
(219,123,135)
#DE8791
(222,135,145)
#E1939B
(225,147,155)
#E49FA5
(228,159,165)
#E7ABAF
(231,171,175)
#EAB7B9
(234,183,185)
#EDC3C3
(237,195,195)
#F0CFCD
(240,207,205)
#F3DBD7
(243,219,215)
#F6E7E1
(246,231,225)
#F9F3EB
(249,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB7B87; }

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

This text font color is #DB7B87.


Background Color

.myBgColor { background-color: #DB7B87; }

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

This div background color is #DB7B87.


Border color

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

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

This div border color is #DB7B87.


Opacity

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

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

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

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

This text has shadow with #DB7B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7B87 on black background.


Color preview on white background

This text has color #DB7B87 on white background.



Black color preview on #DB7B87 background

This text has black color on #DB7B87 background.


White color preview on #DB7B87 background

This text has white color on #DB7B87 background.