COLOR #D78CA2

HEX: #D78CA2
RGB: (215,140,162)

Color info

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

RGB color model

#D78CA2 color RGB value is (215,140,162).

  • red value is 215;
  • green value is 140;
  • blue value is 162.
RGB:
(215,140,162)
(84%,55%,64%)

RGB channels and saturation

R 215 of 255 = 84%
G 140 of 255 = 55%
B 162 of 255 = 64%

215
140
162

R + G + B ~ 68%. #D78CA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 140 + 162 = 517 (100%)
R 215 of 517 ~ 41.59%
G 140 of 517 ~ 27.08%
B 162 of 517 ~ 31.33%

%41.59
%27.08
%31.33

CMYK color model

#D78CA2 color CMYK value is (0,35,25,16).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 24.65%
  • key color value is 15.69%
CMYK:
(0,35,25,16)
C0M35Y25K16 
(0%,35%,25%,16%)
(0.00/0.35/0.25/0.16)	

CMYK percentages

%0
%34.88
%24.65
%15.69

Codes

Color #D78CA2 in popluar color models

D78CA2
RGB215140162
HSL342°48.39%69.61%
HSB/HSV342°34.88%84.31%
CMYK0.00%34.88%24.65%
15.69%

Color #D78CA2 in popluar number systems.

HEXD78CA2
Decimal215140162
Binary110101111000110010100010
Octal327214242

Shades and tints

Shades of #D78CA2

#D78CA2
(215,140,162)
#C48094
(196,128,148)
#B17486
(177,116,134)
#9E6878
(158,104,120)
#8B5C6A
(139,92,106)
#78505C
(120,80,92)
#65444E
(101,68,78)
#523840
(82,56,64)
#3F2C32
(63,44,50)
#2C2024
(44,32,36)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D78CA2

#D78CA2
(215,140,162)
#DA96AA
(218,150,170)
#DDA0B2
(221,160,178)
#E0AABA
(224,170,186)
#E3B4C2
(227,180,194)
#E6BECA
(230,190,202)
#E9C8D2
(233,200,210)
#ECD2DA
(236,210,218)
#EFDCE2
(239,220,226)
#F2E6EA
(242,230,234)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D78CA2; }

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

This text font color is #D78CA2.


Background Color

.myBgColor { background-color: #D78CA2; }

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

This div background color is #D78CA2.


Border color

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

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

This div border color is #D78CA2.


Opacity

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

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

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

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

This text has shadow with #D78CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D78CA2 on black background.


Color preview on white background

This text has color #D78CA2 on white background.



Black color preview on #D78CA2 background

This text has black color on #D78CA2 background.


White color preview on #D78CA2 background

This text has white color on #D78CA2 background.