COLOR #D78D9D

HEX: #D78D9D
RGB: (215,141,157)

Color info

#D78D9D contains mainly red and blue colors. Web safe color of #D78D9D is #CC9999 (or #C99).

RGB color model

#D78D9D color RGB value is (215,141,157).

  • red value is 215;
  • green value is 141;
  • blue value is 157.
RGB:
(215,141,157)
(84%,55%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 141 of 255 = 55%
B 157 of 255 = 62%

215
141
157

R + G + B ~ 67%. #D78D9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 141 + 157 = 513 (100%)
R 215 of 513 ~ 41.91%
G 141 of 513 ~ 27.49%
B 157 of 513 ~ 30.6%

%41.91
%27.49
%30.6

CMYK color model

#D78D9D color CMYK value is (0,34,27,16).

  • cyan value is 0.00%
  • magenta value is 34.42%
  • yellow value is 26.98%
  • key color value is 15.69%
CMYK:
(0,34,27,16)
C0M34Y27K16 
(0%,34%,27%,16%)
(0.00/0.34/0.27/0.16)	

CMYK percentages

%0
%34.42
%26.98
%15.69

Codes

Color #D78D9D in popluar color models

D78D9D
RGB215141157
HSL347°48.05%69.80%
HSB/HSV347°34.42%84.31%
CMYK0.00%34.42%26.98%
15.69%

Color #D78D9D in popluar number systems.

HEXD78D9D
Decimal215141157
Binary110101111000110110011101
Octal327215235

Shades and tints

Shades of #D78D9D

#D78D9D
(215,141,157)
#C4818F
(196,129,143)
#B17581
(177,117,129)
#9E6973
(158,105,115)
#8B5D65
(139,93,101)
#785157
(120,81,87)
#654549
(101,69,73)
#52393B
(82,57,59)
#3F2D2D
(63,45,45)
#2C211F
(44,33,31)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #D78D9D

#D78D9D
(215,141,157)
#DA97A5
(218,151,165)
#DDA1AD
(221,161,173)
#E0ABB5
(224,171,181)
#E3B5BD
(227,181,189)
#E6BFC5
(230,191,197)
#E9C9CD
(233,201,205)
#ECD3D5
(236,211,213)
#EFDDDD
(239,221,221)
#F2E7E5
(242,231,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78D9D; }

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

This text font color is #D78D9D.


Background Color

.myBgColor { background-color: #D78D9D; }

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

This div background color is #D78D9D.


Border color

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

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

This div border color is #D78D9D.


Opacity

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

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

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

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

This text has shadow with #D78D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78D9D on black background.


Color preview on white background

This text has color #D78D9D on white background.



Black color preview on #D78D9D background

This text has black color on #D78D9D background.


White color preview on #D78D9D background

This text has white color on #D78D9D background.