COLOR #C79FCE

HEX: #C79FCE
RGB: (199,159,206)

Color info

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

RGB color model

#C79FCE color RGB value is (199,159,206).

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

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 206 of 255 = 81%

199
159
206

R + G + B ~ 74%. #C79FCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 159 + 206 = 564 (100%)
R 199 of 564 ~ 35.28%
G 159 of 564 ~ 28.19%
B 206 of 564 ~ 36.52%

%35.28
%28.19
%36.52

CMYK color model

#C79FCE color CMYK value is (3,23,0,19).

  • cyan value is 3.40%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(3,23,0,19)
C3M23Y0K19 
(3%,23%,0%,19%)
(0.03/0.23/0.00/0.19)	

CMYK percentages

%3.4
%22.82
%0
%19.22

Codes

Color #C79FCE in popluar color models

C79FCE
RGB199159206
HSL291°32.41%71.57%
HSB/HSV291°22.82%80.78%
CMYK3.40%22.82%0.00%
19.22%

Color #C79FCE in popluar number systems.

HEXC79FCE
Decimal199159206
Binary110001111001111111001110
Octal307237316

Shades and tints

Shades of #C79FCE

#C79FCE
(199,159,206)
#B591BC
(181,145,188)
#A383AA
(163,131,170)
#917598
(145,117,152)
#7F6786
(127,103,134)
#6D5974
(109,89,116)
#5B4B62
(91,75,98)
#493D50
(73,61,80)
#372F3E
(55,47,62)
#25212C
(37,33,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #C79FCE

#C79FCE
(199,159,206)
#CCA7D2
(204,167,210)
#D1AFD6
(209,175,214)
#D6B7DA
(214,183,218)
#DBBFDE
(219,191,222)
#E0C7E2
(224,199,226)
#E5CFE6
(229,207,230)
#EAD7EA
(234,215,234)
#EFDFEE
(239,223,238)
#F4E7F2
(244,231,242)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79FCE; }

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

This text font color is #C79FCE.


Background Color

.myBgColor { background-color: #C79FCE; }

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

This div background color is #C79FCE.


Border color

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

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

This div border color is #C79FCE.


Opacity

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

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

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

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

This text has shadow with #C79FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79FCE on black background.


Color preview on white background

This text has color #C79FCE on white background.



Black color preview on #C79FCE background

This text has black color on #C79FCE background.


White color preview on #C79FCE background

This text has white color on #C79FCE background.