COLOR #C78FBE

HEX: #C78FBE
RGB: (199,143,190)

Color info

#C78FBE contains red, green and blue colors in about the same proportion. Web safe color of #C78FBE is #CC99CC (or #C9C).

RGB color model

#C78FBE color RGB value is (199,143,190).

  • red value is 199;
  • green value is 143;
  • blue value is 190.
RGB:
(199,143,190)
(78%,56%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 143 of 255 = 56%
B 190 of 255 = 75%

199
143
190

R + G + B ~ 70%. #C78FBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 143 + 190 = 532 (100%)
R 199 of 532 ~ 37.41%
G 143 of 532 ~ 26.88%
B 190 of 532 ~ 35.71%

%37.41
%26.88
%35.71

CMYK color model

#C78FBE color CMYK value is (0,28,5,22).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,28,5,22)
C0M28Y5K22 
(0%,28%,5%,22%)
(0.00/0.28/0.05/0.22)	

CMYK percentages

%0
%28.14
%4.52
%21.96

Codes

Color #C78FBE in popluar color models

C78FBE
RGB199143190
HSL310°33.33%67.06%
HSB/HSV310°28.14%78.04%
CMYK0.00%28.14%4.52%
21.96%

Color #C78FBE in popluar number systems.

HEXC78FBE
Decimal199143190
Binary110001111000111110111110
Octal307217276

Shades and tints

Shades of #C78FBE

#C78FBE
(199,143,190)
#B582AD
(181,130,173)
#A3759C
(163,117,156)
#91688B
(145,104,139)
#7F5B7A
(127,91,122)
#6D4E69
(109,78,105)
#5B4158
(91,65,88)
#493447
(73,52,71)
#372736
(55,39,54)
#251A25
(37,26,37)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #C78FBE

#C78FBE
(199,143,190)
#CC99C3
(204,153,195)
#D1A3C8
(209,163,200)
#D6ADCD
(214,173,205)
#DBB7D2
(219,183,210)
#E0C1D7
(224,193,215)
#E5CBDC
(229,203,220)
#EAD5E1
(234,213,225)
#EFDFE6
(239,223,230)
#F4E9EB
(244,233,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78FBE; }

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

This text font color is #C78FBE.


Background Color

.myBgColor { background-color: #C78FBE; }

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

This div background color is #C78FBE.


Border color

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

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

This div border color is #C78FBE.


Opacity

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

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

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

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

This text has shadow with #C78FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78FBE on black background.


Color preview on white background

This text has color #C78FBE on white background.



Black color preview on #C78FBE background

This text has black color on #C78FBE background.


White color preview on #C78FBE background

This text has white color on #C78FBE background.