COLOR #C79FD7

HEX: #C79FD7
RGB: (199,159,215)

Color info

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

RGB color model

#C79FD7 color RGB value is (199,159,215).

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

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 215 of 255 = 84%

199
159
215

R + G + B ~ 75%. #C79FD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 159 + 215 = 573 (100%)
R 199 of 573 ~ 34.73%
G 159 of 573 ~ 27.75%
B 215 of 573 ~ 37.52%

%34.73
%27.75
%37.52

CMYK color model

#C79FD7 color CMYK value is (7,26,0,16).

  • cyan value is 7.44%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,26,0,16)
C7M26Y0K16 
(7%,26%,0%,16%)
(0.07/0.26/0.00/0.16)	

CMYK percentages

%7.44
%26.05
%0
%15.69

Codes

Color #C79FD7 in popluar color models

C79FD7
RGB199159215
HSL283°41.18%73.33%
HSB/HSV283°26.05%84.31%
CMYK7.44%26.05%0.00%
15.69%

Color #C79FD7 in popluar number systems.

HEXC79FD7
Decimal199159215
Binary110001111001111111010111
Octal307237327

Shades and tints

Shades of #C79FD7

#C79FD7
(199,159,215)
#B591C4
(181,145,196)
#A383B1
(163,131,177)
#91759E
(145,117,158)
#7F678B
(127,103,139)
#6D5978
(109,89,120)
#5B4B65
(91,75,101)
#493D52
(73,61,82)
#372F3F
(55,47,63)
#25212C
(37,33,44)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #C79FD7

#C79FD7
(199,159,215)
#CCA7DA
(204,167,218)
#D1AFDD
(209,175,221)
#D6B7E0
(214,183,224)
#DBBFE3
(219,191,227)
#E0C7E6
(224,199,230)
#E5CFE9
(229,207,233)
#EAD7EC
(234,215,236)
#EFDFEF
(239,223,239)
#F4E7F2
(244,231,242)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79FD7; }

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

This text font color is #C79FD7.


Background Color

.myBgColor { background-color: #C79FD7; }

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

This div background color is #C79FD7.


Border color

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

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

This div border color is #C79FD7.


Opacity

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

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

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

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

This text has shadow with #C79FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79FD7 on black background.


Color preview on white background

This text has color #C79FD7 on white background.



Black color preview on #C79FD7 background

This text has black color on #C79FD7 background.


White color preview on #C79FD7 background

This text has white color on #C79FD7 background.