COLOR #DB7D78

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

219
125
120

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

Portions of RGB colors in percentages

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

%47.2
%26.94
%25.86

CMYK color model

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

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

CMYK percentages

%0
%42.92
%45.21
%14.12

Codes

Color #DB7D78 in popluar color models

DB7D78
RGB219125120
HSL57.89%66.47%
HSB/HSV45.21%85.88%
CMYK0.00%42.92%45.21%
14.12%

Color #DB7D78 in popluar number systems.

HEXDB7D78
Decimal219125120
Binary1101101111111011111000
Octal333175170

Shades and tints

Shades of #DB7D78

#DB7D78
(219,125,120)
#C8726E
(200,114,110)
#B56764
(181,103,100)
#A25C5A
(162,92,90)
#8F5150
(143,81,80)
#7C4646
(124,70,70)
#693B3C
(105,59,60)
#563032
(86,48,50)
#432528
(67,37,40)
#301A1E
(48,26,30)
#1D0F14
(29,15,20)
#000000
(0,0,0)

Tints of #DB7D78

#DB7D78
(219,125,120)
#DE8884
(222,136,132)
#E19390
(225,147,144)
#E49E9C
(228,158,156)
#E7A9A8
(231,169,168)
#EAB4B4
(234,180,180)
#EDBFC0
(237,191,192)
#F0CACC
(240,202,204)
#F3D5D8
(243,213,216)
#F6E0E4
(246,224,228)
#F9EBF0
(249,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB7D78; }

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

This text font color is #DB7D78.


Background Color

.myBgColor { background-color: #DB7D78; }

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

This div background color is #DB7D78.


Border color

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

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

This div border color is #DB7D78.


Opacity

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

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

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

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

This text has shadow with #DB7D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB7D78 on black background.


Color preview on white background

This text has color #DB7D78 on white background.



Black color preview on #DB7D78 background

This text has black color on #DB7D78 background.


White color preview on #DB7D78 background

This text has white color on #DB7D78 background.