COLOR #C78ABC

HEX: #C78ABC RGB: (199,138,188)

Color info

#C78ABC contains mainly red and blue colors. Web safe color of #C78ABC is #CC99CC (or #C9C).

RGB color model

#C78ABC color RGB value is (199,138,188).

RGB: (199,138,188) (78%, 54%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 138 of 255 = 54%
B 188 of 255 = 74%

199
138
188

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

Portions of RGB colors in percentages

R + G + B = 199 + 138 + 188 = 525 (100%)
R 199 of 525 ~ 37.9%
G 138 of 525 ~ 26.29%
B 188 of 525 ~ 35.81'%

%37.9
%26.29
%35.81

CMYK color model

#C78ABC color CMYK value is (0,31,6,22).

  • cyan value is 0.00%
  • magenta value is 30.65%
  • yellow value is 5.53%
  • key color value is 21.96%

CMYK: (0,31,6,22)
C0M31Y6K22 (0%, 31%, 6%, 22%)
(0.00 / 0.31 / 0.06 / 0.22)

CMYK percentages

%0
%30.65
%5.53
%21.96

Codes

Color #C78ABC in popluar color models

C7 8A BC
RGB 199 138 188
HSL 311° 35.26% 66.08%
HSB/HSV 311° 30.65% 78.04%
CMYK 0.00% 30.65% 5.53%
21.96%

Color #C78ABC in popluar number systems.

HEX C7 8A BC
Decimal 199 138 188
Binary 11000111 10001010 10111100
Octal 307 212 274

Shades and tints

Shades of #C78ABC

#C78ABC
(199,138,188)
#B57EAB
(181,126,171)
#A3729A
(163,114,154)
#916689
(145,102,137)
#7F5A78
(127,90,120)
#6D4E67
(109,78,103)
#5B4256
(91,66,86)
#493645
(73,54,69)
#372A34
(55,42,52)
#251E23
(37,30,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #C78ABC

#C78ABC
(199,138,188)
#CC94C2
(204,148,194)
#D19EC8
(209,158,200)
#D6A8CE
(214,168,206)
#DBB2D4
(219,178,212)
#E0BCDA
(224,188,218)
#E5C6E0
(229,198,224)
#EAD0E6
(234,208,230)
#EFDAEC
(239,218,236)
#F4E4F2
(244,228,242)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78ABC color. Also use rgb(199,138,188) instead hex code.

Text Font Color

.myTextColor { color: #C78ABC; }

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

This text font color is #C78ABC.

Background Color

.myBgColor { background-color: #C78ABC; }

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

This div background color is #C78ABC.

Border color

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

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

This div border color is #C78ABC.

Opacity

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

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

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

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

This text has shadow with #C78ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C78ABC.

Preview

Color preview on black background

This text has color #C78ABC on black background.


Color preview on white background

This text has color #C78ABC on white background.


Black color preview on #C78ABC background

This text has black color on #C78ABC background.


White color preview on #C78ABC background

This text has white color on #C78ABC background.


Related colors

Complementary color

Complementary color for #hex is #387543.


I love getcolorcode.com

Triadic colors

1 #BCC78A and #8ABCC7 with #C78ABC are triadic colors.

2 #BC8AC7 and #8AC7BC with #C78ABC are triadic colors.