COLOR #D78392

HEX: #D78392
RGB: (215,131,146)

Color info

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

RGB color model

#D78392 color RGB value is (215,131,146).

  • red value is 215;
  • green value is 131;
  • blue value is 146.
RGB:
(215,131,146)
(84%,51%,57%)

RGB channels and saturation

R 215 of 255 = 84%
G 131 of 255 = 51%
B 146 of 255 = 57%

215
131
146

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

Portions of RGB colors in percentages

R + G + B =
215 + 131 + 146 = 492 (100%)
R 215 of 492 ~ 43.7%
G 131 of 492 ~ 26.63%
B 146 of 492 ~ 29.67%

%43.7
%26.63
%29.67

CMYK color model

#D78392 color CMYK value is (0,39,32,16).

  • cyan value is 0.00%
  • magenta value is 39.07%
  • yellow value is 32.09%
  • key color value is 15.69%
CMYK:
(0,39,32,16)
C0M39Y32K16 
(0%,39%,32%,16%)
(0.00/0.39/0.32/0.16)	

CMYK percentages

%0
%39.07
%32.09
%15.69

Codes

Color #D78392 in popluar color models

D78392
RGB215131146
HSL349°51.22%67.84%
HSB/HSV349°39.07%84.31%
CMYK0.00%39.07%32.09%
15.69%

Color #D78392 in popluar number systems.

HEXD78392
Decimal215131146
Binary110101111000001110010010
Octal327203222

Shades and tints

Shades of #D78392

#D78392
(215,131,146)
#C47885
(196,120,133)
#B16D78
(177,109,120)
#9E626B
(158,98,107)
#8B575E
(139,87,94)
#784C51
(120,76,81)
#654144
(101,65,68)
#523637
(82,54,55)
#3F2B2A
(63,43,42)
#2C201D
(44,32,29)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #D78392

#D78392
(215,131,146)
#DA8E9B
(218,142,155)
#DD99A4
(221,153,164)
#E0A4AD
(224,164,173)
#E3AFB6
(227,175,182)
#E6BABF
(230,186,191)
#E9C5C8
(233,197,200)
#ECD0D1
(236,208,209)
#EFDBDA
(239,219,218)
#F2E6E3
(242,230,227)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78392; }

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

This text font color is #D78392.


Background Color

.myBgColor { background-color: #D78392; }

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

This div background color is #D78392.


Border color

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

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

This div border color is #D78392.


Opacity

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

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

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

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

This text has shadow with #D78392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78392 on black background.


Color preview on white background

This text has color #D78392 on white background.



Black color preview on #D78392 background

This text has black color on #D78392 background.


White color preview on #D78392 background

This text has white color on #D78392 background.