COLOR #C79EAB

HEX: #C79EAB
RGB: (199,158,171)

Color info

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

RGB color model

#C79EAB color RGB value is (199,158,171).

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

RGB channels and saturation

R 199 of 255 = 78%
G 158 of 255 = 62%
B 171 of 255 = 67%

199
158
171

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

Portions of RGB colors in percentages

R + G + B =
199 + 158 + 171 = 528 (100%)
R 199 of 528 ~ 37.69%
G 158 of 528 ~ 29.92%
B 171 of 528 ~ 32.39%

%37.69
%29.92
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.60%
  • yellow value is 14.07%
  • key color value is 21.96%
CMYK:
(0,21,14,22)
C0M21Y14K22 
(0%,21%,14%,22%)
(0.00/0.21/0.14/0.22)	

CMYK percentages

%0
%20.6
%14.07
%21.96

Codes

Color #C79EAB in popluar color models

C79EAB
RGB199158171
HSL341°26.80%70.00%
HSB/HSV341°20.60%78.04%
CMYK0.00%20.60%14.07%
21.96%

Color #C79EAB in popluar number systems.

HEXC79EAB
Decimal199158171
Binary110001111001111010101011
Octal307236253

Shades and tints

Shades of #C79EAB

#C79EAB
(199,158,171)
#B5909C
(181,144,156)
#A3828D
(163,130,141)
#91747E
(145,116,126)
#7F666F
(127,102,111)
#6D5860
(109,88,96)
#5B4A51
(91,74,81)
#493C42
(73,60,66)
#372E33
(55,46,51)
#252024
(37,32,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #C79EAB

#C79EAB
(199,158,171)
#CCA6B2
(204,166,178)
#D1AEB9
(209,174,185)
#D6B6C0
(214,182,192)
#DBBEC7
(219,190,199)
#E0C6CE
(224,198,206)
#E5CED5
(229,206,213)
#EAD6DC
(234,214,220)
#EFDEE3
(239,222,227)
#F4E6EA
(244,230,234)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79EAB; }

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

This text font color is #C79EAB.


Background Color

.myBgColor { background-color: #C79EAB; }

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

This div background color is #C79EAB.


Border color

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

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

This div border color is #C79EAB.


Opacity

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

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

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

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

This text has shadow with #C79EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79EAB on black background.


Color preview on white background

This text has color #C79EAB on white background.



Black color preview on #C79EAB background

This text has black color on #C79EAB background.


White color preview on #C79EAB background

This text has white color on #C79EAB background.