COLOR #C79BA7

HEX: #C79BA7
RGB: (199,155,167)

Color info

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

RGB color model

#C79BA7 color RGB value is (199,155,167).

  • red value is 199;
  • green value is 155;
  • blue value is 167.
RGB:
(199,155,167)
(78%,61%,65%)

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 167 of 255 = 65%

199
155
167

R + G + B ~ 68%. #C79BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 167 = 521 (100%)
R 199 of 521 ~ 38.2%
G 155 of 521 ~ 29.75%
B 167 of 521 ~ 32.05%

%38.2
%29.75
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 16.08%
  • key color value is 21.96%
CMYK:
(0,22,16,22)
C0M22Y16K22 
(0%,22%,16%,22%)
(0.00/0.22/0.16/0.22)	

CMYK percentages

%0
%22.11
%16.08
%21.96

Codes

Color #C79BA7 in popluar color models

C79BA7
RGB199155167
HSL344°28.21%69.41%
HSB/HSV344°22.11%78.04%
CMYK0.00%22.11%16.08%
21.96%

Color #C79BA7 in popluar number systems.

HEXC79BA7
Decimal199155167
Binary110001111001101110100111
Octal307233247

Shades and tints

Shades of #C79BA7

#C79BA7
(199,155,167)
#B58D98
(181,141,152)
#A37F89
(163,127,137)
#91717A
(145,113,122)
#7F636B
(127,99,107)
#6D555C
(109,85,92)
#5B474D
(91,71,77)
#49393E
(73,57,62)
#372B2F
(55,43,47)
#251D20
(37,29,32)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #C79BA7

#C79BA7
(199,155,167)
#CCA4AF
(204,164,175)
#D1ADB7
(209,173,183)
#D6B6BF
(214,182,191)
#DBBFC7
(219,191,199)
#E0C8CF
(224,200,207)
#E5D1D7
(229,209,215)
#EADADF
(234,218,223)
#EFE3E7
(239,227,231)
#F4ECEF
(244,236,239)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79BA7 color. Also use rgb(199,155,167) instead hex code.

Text Font Color

.myTextColor { color: #C79BA7; }

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

This text font color is #C79BA7.


Background Color

.myBgColor { background-color: #C79BA7; }

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

This div background color is #C79BA7.


Border color

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

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

This div border color is #C79BA7.


Opacity

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

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

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

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

This text has shadow with #C79BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79BA7 on black background.


Color preview on white background

This text has color #C79BA7 on white background.



Black color preview on #C79BA7 background

This text has black color on #C79BA7 background.


White color preview on #C79BA7 background

This text has white color on #C79BA7 background.