COLOR #D78480

HEX: #D78480
RGB: (215,132,128)

Color info

#D78480 contains mainly red color. Web safe color of #D78480 is #CC9966 (or #C96).

RGB color model

#D78480 color RGB value is (215,132,128).

  • red value is 215;
  • green value is 132;
  • blue value is 128.
RGB:
(215,132,128)
(84%,52%,50%)

RGB channels and saturation

R 215 of 255 = 84%
G 132 of 255 = 52%
B 128 of 255 = 50%

215
132
128

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

Portions of RGB colors in percentages

R + G + B =
215 + 132 + 128 = 475 (100%)
R 215 of 475 ~ 45.26%
G 132 of 475 ~ 27.79%
B 128 of 475 ~ 26.95%

%45.26
%27.79
%26.95

CMYK color model

#D78480 color CMYK value is (0,39,40,16).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 40.47%
  • key color value is 15.69%
CMYK:
(0,39,40,16)
C0M39Y40K16 
(0%,39%,40%,16%)
(0.00/0.39/0.40/0.16)	

CMYK percentages

%0
%38.6
%40.47
%15.69

Codes

Color #D78480 in popluar color models

D78480
RGB215132128
HSL52.10%67.25%
HSB/HSV40.47%84.31%
CMYK0.00%38.60%40.47%
15.69%

Color #D78480 in popluar number systems.

HEXD78480
Decimal215132128
Binary110101111000010010000000
Octal327204200

Shades and tints

Shades of #D78480

#D78480
(215,132,128)
#C47875
(196,120,117)
#B16C6A
(177,108,106)
#9E605F
(158,96,95)
#8B5454
(139,84,84)
#784849
(120,72,73)
#653C3E
(101,60,62)
#523033
(82,48,51)
#3F2428
(63,36,40)
#2C181D
(44,24,29)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #D78480

#D78480
(215,132,128)
#DA8F8B
(218,143,139)
#DD9A96
(221,154,150)
#E0A5A1
(224,165,161)
#E3B0AC
(227,176,172)
#E6BBB7
(230,187,183)
#E9C6C2
(233,198,194)
#ECD1CD
(236,209,205)
#EFDCD8
(239,220,216)
#F2E7E3
(242,231,227)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D78480 color. Also use rgb(215,132,128) instead hex code.

Text Font Color

.myTextColor { color: #D78480; }

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

This text font color is #D78480.


Background Color

.myBgColor { background-color: #D78480; }

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

This div background color is #D78480.


Border color

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

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

This div border color is #D78480.


Opacity

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

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

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

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

This text has shadow with #D78480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78480 on black background.


Color preview on white background

This text has color #D78480 on white background.



Black color preview on #D78480 background

This text has black color on #D78480 background.


White color preview on #D78480 background

This text has white color on #D78480 background.