COLOR #C79E9D

HEX: #C79E9D
RGB: (199,158,157)

Color info

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

RGB color model

#C79E9D color RGB value is (199,158,157).

  • red value is 199;
  • green value is 158;
  • blue value is 157.
RGB:
(199,158,157)
(78%,62%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 158 of 255 = 62%
B 157 of 255 = 62%

199
158
157

R + G + B ~ 67%. #C79E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 158 + 157 = 514 (100%)
R 199 of 514 ~ 38.72%
G 158 of 514 ~ 30.74%
B 157 of 514 ~ 30.54%

%38.72
%30.74
%30.54

CMYK color model

#C79E9D color CMYK value is (0,21,21,22).

  • cyan value is 0.00%
  • magenta value is 20.60%
  • yellow value is 21.11%
  • key color value is 21.96%
CMYK:
(0,21,21,22)
C0M21Y21K22 
(0%,21%,21%,22%)
(0.00/0.21/0.21/0.22)	

CMYK percentages

%0
%20.6
%21.11
%21.96

Codes

Color #C79E9D in popluar color models

C79E9D
RGB199158157
HSL27.27%69.80%
HSB/HSV21.11%78.04%
CMYK0.00%20.60%21.11%
21.96%

Color #C79E9D in popluar number systems.

HEXC79E9D
Decimal199158157
Binary110001111001111010011101
Octal307236235

Shades and tints

Shades of #C79E9D

#C79E9D
(199,158,157)
#B5908F
(181,144,143)
#A38281
(163,130,129)
#917473
(145,116,115)
#7F6665
(127,102,101)
#6D5857
(109,88,87)
#5B4A49
(91,74,73)
#493C3B
(73,60,59)
#372E2D
(55,46,45)
#25201F
(37,32,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #C79E9D

#C79E9D
(199,158,157)
#CCA6A5
(204,166,165)
#D1AEAD
(209,174,173)
#D6B6B5
(214,182,181)
#DBBEBD
(219,190,189)
#E0C6C5
(224,198,197)
#E5CECD
(229,206,205)
#EAD6D5
(234,214,213)
#EFDEDD
(239,222,221)
#F4E6E5
(244,230,229)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79E9D color. Also use rgb(199,158,157) instead hex code.

Text Font Color

.myTextColor { color: #C79E9D; }

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

This text font color is #C79E9D.


Background Color

.myBgColor { background-color: #C79E9D; }

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

This div background color is #C79E9D.


Border color

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

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

This div border color is #C79E9D.


Opacity

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

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

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

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

This text has shadow with #C79E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79E9D on black background.


Color preview on white background

This text has color #C79E9D on white background.



Black color preview on #C79E9D background

This text has black color on #C79E9D background.


White color preview on #C79E9D background

This text has white color on #C79E9D background.