COLOR #C79BCA

HEX: #C79BCA
RGB: (199,155,202)

Color info

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

RGB color model

#C79BCA color RGB value is (199,155,202).

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

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 202 of 255 = 79%

199
155
202

R + G + B ~ 73%. #C79BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 202 = 556 (100%)
R 199 of 556 ~ 35.79%
G 155 of 556 ~ 27.88%
B 202 of 556 ~ 36.33%

%35.79
%27.88
%36.33

CMYK color model

#C79BCA color CMYK value is (1,23,0,21).

  • cyan value is 1.49%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(1,23,0,21)
C1M23Y0K21 
(1%,23%,0%,21%)
(0.01/0.23/0.00/0.21)	

CMYK percentages

%1.49
%23.27
%0
%20.78

Codes

Color #C79BCA in popluar color models

C79BCA
RGB199155202
HSL296°30.72%70.00%
HSB/HSV296°23.27%79.22%
CMYK1.49%23.27%0.00%
20.78%

Color #C79BCA in popluar number systems.

HEXC79BCA
Decimal199155202
Binary110001111001101111001010
Octal307233312

Shades and tints

Shades of #C79BCA

#C79BCA
(199,155,202)
#B58DB8
(181,141,184)
#A37FA6
(163,127,166)
#917194
(145,113,148)
#7F6382
(127,99,130)
#6D5570
(109,85,112)
#5B475E
(91,71,94)
#49394C
(73,57,76)
#372B3A
(55,43,58)
#251D28
(37,29,40)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #C79BCA

#C79BCA
(199,155,202)
#CCA4CE
(204,164,206)
#D1ADD2
(209,173,210)
#D6B6D6
(214,182,214)
#DBBFDA
(219,191,218)
#E0C8DE
(224,200,222)
#E5D1E2
(229,209,226)
#EADAE6
(234,218,230)
#EFE3EA
(239,227,234)
#F4ECEE
(244,236,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79BCA; }

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

This text font color is #C79BCA.


Background Color

.myBgColor { background-color: #C79BCA; }

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

This div background color is #C79BCA.


Border color

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

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

This div border color is #C79BCA.


Opacity

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

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

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

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

This text has shadow with #C79BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79BCA on black background.


Color preview on white background

This text has color #C79BCA on white background.



Black color preview on #C79BCA background

This text has black color on #C79BCA background.


White color preview on #C79BCA background

This text has white color on #C79BCA background.