COLOR #C79FA9

HEX: #C79FA9
RGB: (199,159,169)

Color info

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

RGB color model

#C79FA9 color RGB value is (199,159,169).

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

RGB channels and saturation

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

199
159
169

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

Portions of RGB colors in percentages

R + G + B =
199 + 159 + 169 = 527 (100%)
R 199 of 527 ~ 37.76%
G 159 of 527 ~ 30.17%
B 169 of 527 ~ 32.07%

%37.76
%30.17
%32.07

CMYK color model

#C79FA9 color CMYK value is (0,20,15,22).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 15.08%
  • key color value is 21.96%
CMYK:
(0,20,15,22)
C0M20Y15K22 
(0%,20%,15%,22%)
(0.00/0.20/0.15/0.22)	

CMYK percentages

%0
%20.1
%15.08
%21.96

Codes

Color #C79FA9 in popluar color models

C79FA9
RGB199159169
HSL345°26.32%70.20%
HSB/HSV345°20.10%78.04%
CMYK0.00%20.10%15.08%
21.96%

Color #C79FA9 in popluar number systems.

HEXC79FA9
Decimal199159169
Binary110001111001111110101001
Octal307237251

Shades and tints

Shades of #C79FA9

#C79FA9
(199,159,169)
#B5919A
(181,145,154)
#A3838B
(163,131,139)
#91757C
(145,117,124)
#7F676D
(127,103,109)
#6D595E
(109,89,94)
#5B4B4F
(91,75,79)
#493D40
(73,61,64)
#372F31
(55,47,49)
#252122
(37,33,34)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #C79FA9

#C79FA9
(199,159,169)
#CCA7B0
(204,167,176)
#D1AFB7
(209,175,183)
#D6B7BE
(214,183,190)
#DBBFC5
(219,191,197)
#E0C7CC
(224,199,204)
#E5CFD3
(229,207,211)
#EAD7DA
(234,215,218)
#EFDFE1
(239,223,225)
#F4E7E8
(244,231,232)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79FA9; }

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

This text font color is #C79FA9.


Background Color

.myBgColor { background-color: #C79FA9; }

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

This div background color is #C79FA9.


Border color

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

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

This div border color is #C79FA9.


Opacity

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

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

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

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

This text has shadow with #C79FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79FA9 on black background.


Color preview on white background

This text has color #C79FA9 on white background.



Black color preview on #C79FA9 background

This text has black color on #C79FA9 background.


White color preview on #C79FA9 background

This text has white color on #C79FA9 background.