COLOR #C79CE6

HEX: #C79CE6
RGB: (199,156,230)

Color info

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

RGB color model

#C79CE6 color RGB value is (199,156,230).

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

RGB channels and saturation

R 199 of 255 = 78%
G 156 of 255 = 61%
B 230 of 255 = 90%

199
156
230

R + G + B ~ 76%. #C79CE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 156 + 230 = 585 (100%)
R 199 of 585 ~ 34.02%
G 156 of 585 ~ 26.67%
B 230 of 585 ~ 39.32%

%34.02
%26.67
%39.32

CMYK color model

#C79CE6 color CMYK value is (13,32,0,10).

  • cyan value is 13.48%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,32,0,10)
C13M32Y0K10 
(13%,32%,0%,10%)
(0.13/0.32/0.00/0.10)	

CMYK percentages

%13.48
%32.17
%0
%9.8

Codes

Color #C79CE6 in popluar color models

C79CE6
RGB199156230
HSL275°59.68%75.69%
HSB/HSV275°32.17%90.20%
CMYK13.48%32.17%0.00%
9.80%

Color #C79CE6 in popluar number systems.

HEXC79CE6
Decimal199156230
Binary110001111001110011100110
Octal307234346

Shades and tints

Shades of #C79CE6

#C79CE6
(199,156,230)
#B58ED2
(181,142,210)
#A380BE
(163,128,190)
#9172AA
(145,114,170)
#7F6496
(127,100,150)
#6D5682
(109,86,130)
#5B486E
(91,72,110)
#493A5A
(73,58,90)
#372C46
(55,44,70)
#251E32
(37,30,50)
#13101E
(19,16,30)
#000000
(0,0,0)

Tints of #C79CE6

#C79CE6
(199,156,230)
#CCA5E8
(204,165,232)
#D1AEEA
(209,174,234)
#D6B7EC
(214,183,236)
#DBC0EE
(219,192,238)
#E0C9F0
(224,201,240)
#E5D2F2
(229,210,242)
#EADBF4
(234,219,244)
#EFE4F6
(239,228,246)
#F4EDF8
(244,237,248)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79CE6; }

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

This text font color is #C79CE6.


Background Color

.myBgColor { background-color: #C79CE6; }

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

This div background color is #C79CE6.


Border color

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

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

This div border color is #C79CE6.


Opacity

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

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

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

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

This text has shadow with #C79CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79CE6 on black background.


Color preview on white background

This text has color #C79CE6 on white background.



Black color preview on #C79CE6 background

This text has black color on #C79CE6 background.


White color preview on #C79CE6 background

This text has white color on #C79CE6 background.