COLOR #D78993

HEX: #D78993
RGB: (215,137,147)

Color info

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

RGB color model

#D78993 color RGB value is (215,137,147).

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

RGB channels and saturation

R 215 of 255 = 84%
G 137 of 255 = 54%
B 147 of 255 = 58%

215
137
147

R + G + B ~ 65%. #D78993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 137 + 147 = 499 (100%)
R 215 of 499 ~ 43.09%
G 137 of 499 ~ 27.45%
B 147 of 499 ~ 29.46%

%43.09
%27.45
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 31.63%
  • key color value is 15.69%
CMYK:
(0,36,32,16)
C0M36Y32K16 
(0%,36%,32%,16%)
(0.00/0.36/0.32/0.16)	

CMYK percentages

%0
%36.28
%31.63
%15.69

Codes

Color #D78993 in popluar color models

D78993
RGB215137147
HSL352°49.37%69.02%
HSB/HSV352°36.28%84.31%
CMYK0.00%36.28%31.63%
15.69%

Color #D78993 in popluar number systems.

HEXD78993
Decimal215137147
Binary110101111000100110010011
Octal327211223

Shades and tints

Shades of #D78993

#D78993
(215,137,147)
#C47D86
(196,125,134)
#B17179
(177,113,121)
#9E656C
(158,101,108)
#8B595F
(139,89,95)
#784D52
(120,77,82)
#654145
(101,65,69)
#523538
(82,53,56)
#3F292B
(63,41,43)
#2C1D1E
(44,29,30)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #D78993

#D78993
(215,137,147)
#DA939C
(218,147,156)
#DD9DA5
(221,157,165)
#E0A7AE
(224,167,174)
#E3B1B7
(227,177,183)
#E6BBC0
(230,187,192)
#E9C5C9
(233,197,201)
#ECCFD2
(236,207,210)
#EFD9DB
(239,217,219)
#F2E3E4
(242,227,228)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78993; }

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

This text font color is #D78993.


Background Color

.myBgColor { background-color: #D78993; }

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

This div background color is #D78993.


Border color

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

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

This div border color is #D78993.


Opacity

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

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

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

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

This text has shadow with #D78993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78993 on black background.


Color preview on white background

This text has color #D78993 on white background.



Black color preview on #D78993 background

This text has black color on #D78993 background.


White color preview on #D78993 background

This text has white color on #D78993 background.