COLOR #C79FA8

HEX: #C79FA8
RGB: (199,159,168)

Color info

#C79FA8 contains red, green and blue colors in about the same proportion. Web safe color of #C79FA8 is #CC9999 (or #C99).

RGB color model

#C79FA8 color RGB value is (199,159,168).

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

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 168 of 255 = 66%

199
159
168

R + G + B ~ 69%. #C79FA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 159 + 168 = 526 (100%)
R 199 of 526 ~ 37.83%
G 159 of 526 ~ 30.23%
B 168 of 526 ~ 31.94%

%37.83
%30.23
%31.94

CMYK color model

#C79FA8 color CMYK value is (0,20,16,22).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 15.58%
  • key color value is 21.96%
CMYK:
(0,20,16,22)
C0M20Y16K22 
(0%,20%,16%,22%)
(0.00/0.20/0.16/0.22)	

CMYK percentages

%0
%20.1
%15.58
%21.96

Codes

Color #C79FA8 in popluar color models

C79FA8
RGB199159168
HSL347°26.32%70.20%
HSB/HSV347°20.10%78.04%
CMYK0.00%20.10%15.58%
21.96%

Color #C79FA8 in popluar number systems.

HEXC79FA8
Decimal199159168
Binary110001111001111110101000
Octal307237250

Shades and tints

Shades of #C79FA8

#C79FA8
(199,159,168)
#B59199
(181,145,153)
#A3838A
(163,131,138)
#91757B
(145,117,123)
#7F676C
(127,103,108)
#6D595D
(109,89,93)
#5B4B4E
(91,75,78)
#493D3F
(73,61,63)
#372F30
(55,47,48)
#252121
(37,33,33)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #C79FA8

#C79FA8
(199,159,168)
#CCA7AF
(204,167,175)
#D1AFB6
(209,175,182)
#D6B7BD
(214,183,189)
#DBBFC4
(219,191,196)
#E0C7CB
(224,199,203)
#E5CFD2
(229,207,210)
#EAD7D9
(234,215,217)
#EFDFE0
(239,223,224)
#F4E7E7
(244,231,231)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79FA8; }

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

This text font color is #C79FA8.


Background Color

.myBgColor { background-color: #C79FA8; }

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

This div background color is #C79FA8.


Border color

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

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

This div border color is #C79FA8.


Opacity

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

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

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

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

This text has shadow with #C79FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79FA8 on black background.


Color preview on white background

This text has color #C79FA8 on white background.



Black color preview on #C79FA8 background

This text has black color on #C79FA8 background.


White color preview on #C79FA8 background

This text has white color on #C79FA8 background.