COLOR #D78A8A

HEX: #D78A8A
RGB: (215,138,138)

Color info

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

RGB color model

#D78A8A color RGB value is (215,138,138).

  • red value is 215;
  • green value is 138;
  • blue value is 138.
RGB:
(215,138,138)
(84%,54%,54%)

RGB channels and saturation

R 215 of 255 = 84%
G 138 of 255 = 54%
B 138 of 255 = 54%

215
138
138

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

Portions of RGB colors in percentages

R + G + B =
215 + 138 + 138 = 491 (100%)
R 215 of 491 ~ 43.79%
G 138 of 491 ~ 28.11%
B 138 of 491 ~ 28.11%

%43.79
%28.11
%28.11

CMYK color model

#D78A8A color CMYK value is (0,36,36,16).

  • cyan value is 0.00%
  • magenta value is 35.81%
  • yellow value is 35.81%
  • key color value is 15.69%
CMYK:
(0,36,36,16)
C0M36Y36K16 
(0%,36%,36%,16%)
(0.00/0.36/0.36/0.16)	

CMYK percentages

%0
%35.81
%35.81
%15.69

Codes

Color #D78A8A in popluar color models

D78A8A
RGB215138138
HSL49.04%69.22%
HSB/HSV35.81%84.31%
CMYK0.00%35.81%35.81%
15.69%

Color #D78A8A in popluar number systems.

HEXD78A8A
Decimal215138138
Binary110101111000101010001010
Octal327212212

Shades and tints

Shades of #D78A8A

#D78A8A
(215,138,138)
#C47E7E
(196,126,126)
#B17272
(177,114,114)
#9E6666
(158,102,102)
#8B5A5A
(139,90,90)
#784E4E
(120,78,78)
#654242
(101,66,66)
#523636
(82,54,54)
#3F2A2A
(63,42,42)
#2C1E1E
(44,30,30)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #D78A8A

#D78A8A
(215,138,138)
#DA9494
(218,148,148)
#DD9E9E
(221,158,158)
#E0A8A8
(224,168,168)
#E3B2B2
(227,178,178)
#E6BCBC
(230,188,188)
#E9C6C6
(233,198,198)
#ECD0D0
(236,208,208)
#EFDADA
(239,218,218)
#F2E4E4
(242,228,228)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78A8A; }

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

This text font color is #D78A8A.


Background Color

.myBgColor { background-color: #D78A8A; }

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

This div background color is #D78A8A.


Border color

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

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

This div border color is #D78A8A.


Opacity

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

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

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

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

This text has shadow with #D78A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78A8A on black background.


Color preview on white background

This text has color #D78A8A on white background.



Black color preview on #D78A8A background

This text has black color on #D78A8A background.


White color preview on #D78A8A background

This text has white color on #D78A8A background.