COLOR #C78EA8

HEX: #C78EA8 RGB: (199,142,168)

Color info

#C78EA8 contains red, green and blue colors in about the same proportion. Web safe color of #C78EA8 is #CC9999 (or #C99).

RGB color model

#C78EA8 color RGB value is (199,142,168).

RGB: (199,142,168) (78%, 56%, 66%)

RGB channels and saturation

R 199 of 255 = 78%
G 142 of 255 = 56%
B 168 of 255 = 66%

199
142
168

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

Portions of RGB colors in percentages

R + G + B = 199 + 142 + 168 = 509 (100%)
R 199 of 509 ~ 39.1%
G 142 of 509 ~ 27.9%
B 168 of 509 ~ 33.01'%

%39.1
%27.9
%33.01

CMYK color model

#C78EA8 color CMYK value is (0,29,16,22).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 15.58%
  • key color value is 21.96%

CMYK: (0,29,16,22)
C0M29Y16K22 (0%, 29%, 16%, 22%)
(0.00 / 0.29 / 0.16 / 0.22)

CMYK percentages

%0
%28.64
%15.58
%21.96

Codes

Color #C78EA8 in popluar color models

C7 8E A8
RGB 199 142 168
HSL 333° 33.73% 66.86%
HSB/HSV 333° 28.64% 78.04%
CMYK 0.00% 28.64% 15.58%
21.96%

Color #C78EA8 in popluar number systems.

HEX C7 8E A8
Decimal 199 142 168
Binary 11000111 10001110 10101000
Octal 307 216 250

Shades and tints

Shades of #C78EA8

#C78EA8
(199,142,168)
#B58299
(181,130,153)
#A3768A
(163,118,138)
#916A7B
(145,106,123)
#7F5E6C
(127,94,108)
#6D525D
(109,82,93)
#5B464E
(91,70,78)
#493A3F
(73,58,63)
#372E30
(55,46,48)
#252221
(37,34,33)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #C78EA8

#C78EA8
(199,142,168)
#CC98AF
(204,152,175)
#D1A2B6
(209,162,182)
#D6ACBD
(214,172,189)
#DBB6C4
(219,182,196)
#E0C0CB
(224,192,203)
#E5CAD2
(229,202,210)
#EAD4D9
(234,212,217)
#EFDEE0
(239,222,224)
#F4E8E7
(244,232,231)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78EA8 color. Also use rgb(199,142,168) instead hex code.

Text Font Color

.myTextColor { color: #C78EA8; }

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

This text font color is #C78EA8.

Background Color

.myBgColor { background-color: #C78EA8; }

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

This div background color is #C78EA8.

Border color

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

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

This div border color is #C78EA8.

Opacity

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

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

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

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

This text has shadow with #C78EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78EA8.

Preview

Color preview on black background

This text has color #C78EA8 on black background.


Color preview on white background

This text has color #C78EA8 on white background.


Black color preview on #C78EA8 background

This text has black color on #C78EA8 background.


White color preview on #C78EA8 background

This text has white color on #C78EA8 background.


Related colors

Complementary color

Complementary color for #hex is #387157.


I love getcolorcode.com

Triadic colors

1 #A8C78E and #8EA8C7 with #C78EA8 are triadic colors.

2 #A88EC7 and #8EC7A8 with #C78EA8 are triadic colors.