COLOR #C79BAE

HEX: #C79BAE
RGB: (199,155,174)

Color info

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

RGB color model

#C79BAE color RGB value is (199,155,174).

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

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 174 of 255 = 68%

199
155
174

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

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 174 = 528 (100%)
R 199 of 528 ~ 37.69%
G 155 of 528 ~ 29.36%
B 174 of 528 ~ 32.95%

%37.69
%29.36
%32.95

CMYK color model

#C79BAE color CMYK value is (0,22,13,22).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(0,22,13,22)
C0M22Y13K22 
(0%,22%,13%,22%)
(0.00/0.22/0.13/0.22)	

CMYK percentages

%0
%22.11
%12.56
%21.96

Codes

Color #C79BAE in popluar color models

C79BAE
RGB199155174
HSL334°28.21%69.41%
HSB/HSV334°22.11%78.04%
CMYK0.00%22.11%12.56%
21.96%

Color #C79BAE in popluar number systems.

HEXC79BAE
Decimal199155174
Binary110001111001101110101110
Octal307233256

Shades and tints

Shades of #C79BAE

#C79BAE
(199,155,174)
#B58D9F
(181,141,159)
#A37F90
(163,127,144)
#917181
(145,113,129)
#7F6372
(127,99,114)
#6D5563
(109,85,99)
#5B4754
(91,71,84)
#493945
(73,57,69)
#372B36
(55,43,54)
#251D27
(37,29,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #C79BAE

#C79BAE
(199,155,174)
#CCA4B5
(204,164,181)
#D1ADBC
(209,173,188)
#D6B6C3
(214,182,195)
#DBBFCA
(219,191,202)
#E0C8D1
(224,200,209)
#E5D1D8
(229,209,216)
#EADADF
(234,218,223)
#EFE3E6
(239,227,230)
#F4ECED
(244,236,237)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79BAE; }

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

This text font color is #C79BAE.


Background Color

.myBgColor { background-color: #C79BAE; }

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

This div background color is #C79BAE.


Border color

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

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

This div border color is #C79BAE.


Opacity

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

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

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

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

This text has shadow with #C79BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79BAE on black background.


Color preview on white background

This text has color #C79BAE on white background.



Black color preview on #C79BAE background

This text has black color on #C79BAE background.


White color preview on #C79BAE background

This text has white color on #C79BAE background.