COLOR #C79FE6

HEX: #C79FE6
RGB: (199,159,230)

Color info

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

RGB color model

#C79FE6 color RGB value is (199,159,230).

  • red value is 199;
  • green value is 159;
  • blue value is 230.
RGB:
(199,159,230)
(78%,62%,90%)

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 230 of 255 = 90%

199
159
230

R + G + B ~ 77%. #C79FE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 159 + 230 = 588 (100%)
R 199 of 588 ~ 33.84%
G 159 of 588 ~ 27.04%
B 230 of 588 ~ 39.12%

%33.84
%27.04
%39.12

CMYK color model

#C79FE6 color CMYK value is (13,31,0,10).

  • cyan value is 13.48%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,31,0,10)
C13M31Y0K10 
(13%,31%,0%,10%)
(0.13/0.31/0.00/0.10)	

CMYK percentages

%13.48
%30.87
%0
%9.8

Codes

Color #C79FE6 in popluar color models

C79FE6
RGB199159230
HSL274°58.68%76.27%
HSB/HSV274°30.87%90.20%
CMYK13.48%30.87%0.00%
9.80%

Color #C79FE6 in popluar number systems.

HEXC79FE6
Decimal199159230
Binary110001111001111111100110
Octal307237346

Shades and tints

Shades of #C79FE6

#C79FE6
(199,159,230)
#B591D2
(181,145,210)
#A383BE
(163,131,190)
#9175AA
(145,117,170)
#7F6796
(127,103,150)
#6D5982
(109,89,130)
#5B4B6E
(91,75,110)
#493D5A
(73,61,90)
#372F46
(55,47,70)
#252132
(37,33,50)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #C79FE6

#C79FE6
(199,159,230)
#CCA7E8
(204,167,232)
#D1AFEA
(209,175,234)
#D6B7EC
(214,183,236)
#DBBFEE
(219,191,238)
#E0C7F0
(224,199,240)
#E5CFF2
(229,207,242)
#EAD7F4
(234,215,244)
#EFDFF6
(239,223,246)
#F4E7F8
(244,231,248)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79FE6 color. Also use rgb(199,159,230) instead hex code.

Text Font Color

.myTextColor { color: #C79FE6; }

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

This text font color is #C79FE6.


Background Color

.myBgColor { background-color: #C79FE6; }

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

This div background color is #C79FE6.


Border color

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

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

This div border color is #C79FE6.


Opacity

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

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

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

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

This text has shadow with #C79FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79FE6 on black background.


Color preview on white background

This text has color #C79FE6 on white background.



Black color preview on #C79FE6 background

This text has black color on #C79FE6 background.


White color preview on #C79FE6 background

This text has white color on #C79FE6 background.