COLOR #C79FB5

HEX: #C79FB5
RGB: (199,159,181)

Color info

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

RGB color model

#C79FB5 color RGB value is (199,159,181).

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

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 181 of 255 = 71%

199
159
181

R + G + B ~ 70%. #C79FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 159 + 181 = 539 (100%)
R 199 of 539 ~ 36.92%
G 159 of 539 ~ 29.5%
B 181 of 539 ~ 33.58%

%36.92
%29.5
%33.58

CMYK color model

#C79FB5 color CMYK value is (0,20,9,22).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 9.05%
  • key color value is 21.96%
CMYK:
(0,20,9,22)
C0M20Y9K22 
(0%,20%,9%,22%)
(0.00/0.20/0.09/0.22)	

CMYK percentages

%0
%20.1
%9.05
%21.96

Codes

Color #C79FB5 in popluar color models

C79FB5
RGB199159181
HSL327°26.32%70.20%
HSB/HSV327°20.10%78.04%
CMYK0.00%20.10%9.05%
21.96%

Color #C79FB5 in popluar number systems.

HEXC79FB5
Decimal199159181
Binary110001111001111110110101
Octal307237265

Shades and tints

Shades of #C79FB5

#C79FB5
(199,159,181)
#B591A5
(181,145,165)
#A38395
(163,131,149)
#917585
(145,117,133)
#7F6775
(127,103,117)
#6D5965
(109,89,101)
#5B4B55
(91,75,85)
#493D45
(73,61,69)
#372F35
(55,47,53)
#252125
(37,33,37)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #C79FB5

#C79FB5
(199,159,181)
#CCA7BB
(204,167,187)
#D1AFC1
(209,175,193)
#D6B7C7
(214,183,199)
#DBBFCD
(219,191,205)
#E0C7D3
(224,199,211)
#E5CFD9
(229,207,217)
#EAD7DF
(234,215,223)
#EFDFE5
(239,223,229)
#F4E7EB
(244,231,235)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79FB5; }

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

This text font color is #C79FB5.


Background Color

.myBgColor { background-color: #C79FB5; }

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

This div background color is #C79FB5.


Border color

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

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

This div border color is #C79FB5.


Opacity

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

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

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

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

This text has shadow with #C79FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79FB5 on black background.


Color preview on white background

This text has color #C79FB5 on white background.



Black color preview on #C79FB5 background

This text has black color on #C79FB5 background.


White color preview on #C79FB5 background

This text has white color on #C79FB5 background.