COLOR #C78FAB

HEX: #C78FAB RGB: (199,143,171)

Color info

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

RGB color model

#C78FAB color RGB value is (199,143,171).

RGB: (199,143,171) (78%, 56%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 171 of 255 = 67%

199
143
171

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

Portions of RGB colors in percentages

R + G + B = 199 + 143 + 171 = 513 (100%)
R 199 of 513 ~ 38.79%
G 143 of 513 ~ 27.88%
B 171 of 513 ~ 33.33'%

%38.79
%27.88
%33.33

CMYK color model

#C78FAB color CMYK value is (0,28,14,22).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 14.07%
  • key color value is 21.96%

CMYK: (0,28,14,22)
C0M28Y14K22 (0%, 28%, 14%, 22%)
(0.00 / 0.28 / 0.14 / 0.22)

CMYK percentages

%0
%28.14
%14.07
%21.96

Codes

Color #C78FAB in popluar color models

C7 8F AB
RGB 199 143 171
HSL 330° 33.33% 67.06%
HSB/HSV 330° 28.14% 78.04%
CMYK 0.00% 28.14% 14.07%
21.96%

Color #C78FAB in popluar number systems.

HEX C7 8F AB
Decimal 199 143 171
Binary 11000111 10001111 10101011
Octal 307 217 253

Shades and tints

Shades of #C78FAB

#C78FAB
(199,143,171)
#B5829C
(181,130,156)
#A3758D
(163,117,141)
#91687E
(145,104,126)
#7F5B6F
(127,91,111)
#6D4E60
(109,78,96)
#5B4151
(91,65,81)
#493442
(73,52,66)
#372733
(55,39,51)
#251A24
(37,26,36)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #C78FAB

#C78FAB
(199,143,171)
#CC99B2
(204,153,178)
#D1A3B9
(209,163,185)
#D6ADC0
(214,173,192)
#DBB7C7
(219,183,199)
#E0C1CE
(224,193,206)
#E5CBD5
(229,203,213)
#EAD5DC
(234,213,220)
#EFDFE3
(239,223,227)
#F4E9EA
(244,233,234)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78FAB color. Also use rgb(199,143,171) instead hex code.

Text Font Color

.myTextColor { color: #C78FAB; }

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

This text font color is #C78FAB.

Background Color

.myBgColor { background-color: #C78FAB; }

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

This div background color is #C78FAB.

Border color

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

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

This div border color is #C78FAB.

Opacity

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

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

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

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

This text has shadow with #C78FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78FAB.

Preview

Color preview on black background

This text has color #C78FAB on black background.


Color preview on white background

This text has color #C78FAB on white background.


Black color preview on #C78FAB background

This text has black color on #C78FAB background.


White color preview on #C78FAB background

This text has white color on #C78FAB background.


Related colors

Complementary color

Complementary color for #hex is #387054.


I love getcolorcode.com

Triadic colors

1 #ABC78F and #8FABC7 with #C78FAB are triadic colors.

2 #AB8FC7 and #8FC7AB with #C78FAB are triadic colors.