COLOR #C79EAC

HEX: #C79EAC
RGB: (199,158,172)

Color info

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

RGB color model

#C79EAC color RGB value is (199,158,172).

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

RGB channels and saturation

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

199
158
172

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

Portions of RGB colors in percentages

R + G + B =
199 + 158 + 172 = 529 (100%)
R 199 of 529 ~ 37.62%
G 158 of 529 ~ 29.87%
B 172 of 529 ~ 32.51%

%37.62
%29.87
%32.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.60%
  • yellow value is 13.57%
  • 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
%13.57
%21.96

Codes

Color #C79EAC in popluar color models

C79EAC
RGB199158172
HSL340°26.80%70.00%
HSB/HSV340°20.60%78.04%
CMYK0.00%20.60%13.57%
21.96%

Color #C79EAC in popluar number systems.

HEXC79EAC
Decimal199158172
Binary110001111001111010101100
Octal307236254

Shades and tints

Shades of #C79EAC

#C79EAC
(199,158,172)
#B5909D
(181,144,157)
#A3828E
(163,130,142)
#91747F
(145,116,127)
#7F6670
(127,102,112)
#6D5861
(109,88,97)
#5B4A52
(91,74,82)
#493C43
(73,60,67)
#372E34
(55,46,52)
#252025
(37,32,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #C79EAC

#C79EAC
(199,158,172)
#CCA6B3
(204,166,179)
#D1AEBA
(209,174,186)
#D6B6C1
(214,182,193)
#DBBEC8
(219,190,200)
#E0C6CF
(224,198,207)
#E5CED6
(229,206,214)
#EAD6DD
(234,214,221)
#EFDEE4
(239,222,228)
#F4E6EB
(244,230,235)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79EAC; }

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

This text font color is #C79EAC.


Background Color

.myBgColor { background-color: #C79EAC; }

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

This div background color is #C79EAC.


Border color

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

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

This div border color is #C79EAC.


Opacity

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

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

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

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

This text has shadow with #C79EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79EAC on black background.


Color preview on white background

This text has color #C79EAC on white background.



Black color preview on #C79EAC background

This text has black color on #C79EAC background.


White color preview on #C79EAC background

This text has white color on #C79EAC background.