COLOR #D78EAB

HEX: #D78EAB
RGB: (215,142,171)

Color info

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

RGB color model

#D78EAB color RGB value is (215,142,171).

  • red value is 215;
  • green value is 142;
  • blue value is 171.
RGB:
(215,142,171)
(84%,56%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 142 of 255 = 56%
B 171 of 255 = 67%

215
142
171

R + G + B ~ 69%. #D78EAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 142 + 171 = 528 (100%)
R 215 of 528 ~ 40.72%
G 142 of 528 ~ 26.89%
B 171 of 528 ~ 32.39%

%40.72
%26.89
%32.39

CMYK color model

#D78EAB color CMYK value is (0,34,20,16).

  • cyan value is 0.00%
  • magenta value is 33.95%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,34,20,16)
C0M34Y20K16 
(0%,34%,20%,16%)
(0.00/0.34/0.20/0.16)	

CMYK percentages

%0
%33.95
%20.47
%15.69

Codes

Color #D78EAB in popluar color models

D78EAB
RGB215142171
HSL336°47.71%70.00%
HSB/HSV336°33.95%84.31%
CMYK0.00%33.95%20.47%
15.69%

Color #D78EAB in popluar number systems.

HEXD78EAB
Decimal215142171
Binary110101111000111010101011
Octal327216253

Shades and tints

Shades of #D78EAB

#D78EAB
(215,142,171)
#C4829C
(196,130,156)
#B1768D
(177,118,141)
#9E6A7E
(158,106,126)
#8B5E6F
(139,94,111)
#785260
(120,82,96)
#654651
(101,70,81)
#523A42
(82,58,66)
#3F2E33
(63,46,51)
#2C2224
(44,34,36)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #D78EAB

#D78EAB
(215,142,171)
#DA98B2
(218,152,178)
#DDA2B9
(221,162,185)
#E0ACC0
(224,172,192)
#E3B6C7
(227,182,199)
#E6C0CE
(230,192,206)
#E9CAD5
(233,202,213)
#ECD4DC
(236,212,220)
#EFDEE3
(239,222,227)
#F2E8EA
(242,232,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78EAB; }

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

This text font color is #D78EAB.


Background Color

.myBgColor { background-color: #D78EAB; }

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

This div background color is #D78EAB.


Border color

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

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

This div border color is #D78EAB.


Opacity

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

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

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

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

This text has shadow with #D78EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78EAB on black background.


Color preview on white background

This text has color #D78EAB on white background.



Black color preview on #D78EAB background

This text has black color on #D78EAB background.


White color preview on #D78EAB background

This text has white color on #D78EAB background.