COLOR #C79CBA

HEX: #C79CBA
RGB: (199,156,186)

Color info

#C79CBA contains red, green and blue colors in about the same proportion. Web safe color of #C79CBA is #CC99CC (or #C9C).

RGB color model

#C79CBA color RGB value is (199,156,186).

  • red value is 199;
  • green value is 156;
  • blue value is 186.
RGB:
(199,156,186)
(78%,61%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 156 of 255 = 61%
B 186 of 255 = 73%

199
156
186

R + G + B ~ 71%. #C79CBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 156 + 186 = 541 (100%)
R 199 of 541 ~ 36.78%
G 156 of 541 ~ 28.84%
B 186 of 541 ~ 34.38%

%36.78
%28.84
%34.38

CMYK color model

#C79CBA color CMYK value is (0,22,7,22).

  • cyan value is 0.00%
  • magenta value is 21.61%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(0,22,7,22)
C0M22Y7K22 
(0%,22%,7%,22%)
(0.00/0.22/0.07/0.22)	

CMYK percentages

%0
%21.61
%6.53
%21.96

Codes

Color #C79CBA in popluar color models

C79CBA
RGB199156186
HSL318°27.74%69.61%
HSB/HSV318°21.61%78.04%
CMYK0.00%21.61%6.53%
21.96%

Color #C79CBA in popluar number systems.

HEXC79CBA
Decimal199156186
Binary110001111001110010111010
Octal307234272

Shades and tints

Shades of #C79CBA

#C79CBA
(199,156,186)
#B58EAA
(181,142,170)
#A3809A
(163,128,154)
#91728A
(145,114,138)
#7F647A
(127,100,122)
#6D566A
(109,86,106)
#5B485A
(91,72,90)
#493A4A
(73,58,74)
#372C3A
(55,44,58)
#251E2A
(37,30,42)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #C79CBA

#C79CBA
(199,156,186)
#CCA5C0
(204,165,192)
#D1AEC6
(209,174,198)
#D6B7CC
(214,183,204)
#DBC0D2
(219,192,210)
#E0C9D8
(224,201,216)
#E5D2DE
(229,210,222)
#EADBE4
(234,219,228)
#EFE4EA
(239,228,234)
#F4EDF0
(244,237,240)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79CBA color. Also use rgb(199,156,186) instead hex code.

Text Font Color

.myTextColor { color: #C79CBA; }

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

This text font color is #C79CBA.


Background Color

.myBgColor { background-color: #C79CBA; }

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

This div background color is #C79CBA.


Border color

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

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

This div border color is #C79CBA.


Opacity

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

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

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

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

This text has shadow with #C79CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79CBA on black background.


Color preview on white background

This text has color #C79CBA on white background.



Black color preview on #C79CBA background

This text has black color on #C79CBA background.


White color preview on #C79CBA background

This text has white color on #C79CBA background.