COLOR #C79BE6

HEX: #C79BE6
RGB: (199,155,230)

Color info

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

RGB color model

#C79BE6 color RGB value is (199,155,230).

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

RGB channels and saturation

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

199
155
230

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

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 230 = 584 (100%)
R 199 of 584 ~ 34.08%
G 155 of 584 ~ 26.54%
B 230 of 584 ~ 39.38%

%34.08
%26.54
%39.38

CMYK color model

#C79BE6 color CMYK value is (13,33,0,10).

  • cyan value is 13.48%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,33,0,10)
C13M33Y0K10 
(13%,33%,0%,10%)
(0.13/0.33/0.00/0.10)	

CMYK percentages

%13.48
%32.61
%0
%9.8

Codes

Color #C79BE6 in popluar color models

C79BE6
RGB199155230
HSL275°60.00%75.49%
HSB/HSV275°32.61%90.20%
CMYK13.48%32.61%0.00%
9.80%

Color #C79BE6 in popluar number systems.

HEXC79BE6
Decimal199155230
Binary110001111001101111100110
Octal307233346

Shades and tints

Shades of #C79BE6

#C79BE6
(199,155,230)
#B58DD2
(181,141,210)
#A37FBE
(163,127,190)
#9171AA
(145,113,170)
#7F6396
(127,99,150)
#6D5582
(109,85,130)
#5B476E
(91,71,110)
#49395A
(73,57,90)
#372B46
(55,43,70)
#251D32
(37,29,50)
#130F1E
(19,15,30)
#000000
(0,0,0)

Tints of #C79BE6

#C79BE6
(199,155,230)
#CCA4E8
(204,164,232)
#D1ADEA
(209,173,234)
#D6B6EC
(214,182,236)
#DBBFEE
(219,191,238)
#E0C8F0
(224,200,240)
#E5D1F2
(229,209,242)
#EADAF4
(234,218,244)
#EFE3F6
(239,227,246)
#F4ECF8
(244,236,248)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79BE6; }

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

This text font color is #C79BE6.


Background Color

.myBgColor { background-color: #C79BE6; }

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

This div background color is #C79BE6.


Border color

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

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

This div border color is #C79BE6.


Opacity

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

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

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

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

This text has shadow with #C79BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79BE6 on black background.


Color preview on white background

This text has color #C79BE6 on white background.



Black color preview on #C79BE6 background

This text has black color on #C79BE6 background.


White color preview on #C79BE6 background

This text has white color on #C79BE6 background.