COLOR #DB787D

HEX: #DB787D
RGB: (219,120,125)

Color info

#DB787D contains mainly red color. Web safe color of #DB787D is #CC6666 (or #C66).

RGB color model

#DB787D color RGB value is (219,120,125).

  • red value is 219;
  • green value is 120;
  • blue value is 125.
RGB:
(219,120,125)
(86%,47%,49%)

RGB channels and saturation

R 219 of 255 = 86%
G 120 of 255 = 47%
B 125 of 255 = 49%

219
120
125

R + G + B ~ 61%. #DB787D is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 120 + 125 = 464 (100%)
R 219 of 464 ~ 47.2%
G 120 of 464 ~ 25.86%
B 125 of 464 ~ 26.94%

%47.2
%25.86
%26.94

CMYK color model

#DB787D color CMYK value is (0,45,43,14).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 42.92%
  • key color value is 14.12%
CMYK:
(0,45,43,14)
C0M45Y43K14 
(0%,45%,43%,14%)
(0.00/0.45/0.43/0.14)	

CMYK percentages

%0
%45.21
%42.92
%14.12

Codes

Color #DB787D in popluar color models

DB787D
RGB219120125
HSL357°57.89%66.47%
HSB/HSV357°45.21%85.88%
CMYK0.00%45.21%42.92%
14.12%

Color #DB787D in popluar number systems.

HEXDB787D
Decimal219120125
Binary1101101111110001111101
Octal333170175

Shades and tints

Shades of #DB787D

#DB787D
(219,120,125)
#C86E72
(200,110,114)
#B56467
(181,100,103)
#A25A5C
(162,90,92)
#8F5051
(143,80,81)
#7C4646
(124,70,70)
#693C3B
(105,60,59)
#563230
(86,50,48)
#432825
(67,40,37)
#301E1A
(48,30,26)
#1D140F
(29,20,15)
#000000
(0,0,0)

Tints of #DB787D

#DB787D
(219,120,125)
#DE8488
(222,132,136)
#E19093
(225,144,147)
#E49C9E
(228,156,158)
#E7A8A9
(231,168,169)
#EAB4B4
(234,180,180)
#EDC0BF
(237,192,191)
#F0CCCA
(240,204,202)
#F3D8D5
(243,216,213)
#F6E4E0
(246,228,224)
#F9F0EB
(249,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB787D; }

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

This text font color is #DB787D.


Background Color

.myBgColor { background-color: #DB787D; }

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

This div background color is #DB787D.


Border color

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

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

This div border color is #DB787D.


Opacity

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

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

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

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

This text has shadow with #DB787D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB787D on black background.


Color preview on white background

This text has color #DB787D on white background.



Black color preview on #DB787D background

This text has black color on #DB787D background.


White color preview on #DB787D background

This text has white color on #DB787D background.