COLOR #C79BBE

HEX: #C79BBE
RGB: (199,155,190)

Color info

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

RGB color model

#C79BBE color RGB value is (199,155,190).

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

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 190 of 255 = 75%

199
155
190

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

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 190 = 544 (100%)
R 199 of 544 ~ 36.58%
G 155 of 544 ~ 28.49%
B 190 of 544 ~ 34.93%

%36.58
%28.49
%34.93

CMYK color model

#C79BBE color CMYK value is (0,22,5,22).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,22,5,22)
C0M22Y5K22 
(0%,22%,5%,22%)
(0.00/0.22/0.05/0.22)	

CMYK percentages

%0
%22.11
%4.52
%21.96

Codes

Color #C79BBE in popluar color models

C79BBE
RGB199155190
HSL312°28.21%69.41%
HSB/HSV312°22.11%78.04%
CMYK0.00%22.11%4.52%
21.96%

Color #C79BBE in popluar number systems.

HEXC79BBE
Decimal199155190
Binary110001111001101110111110
Octal307233276

Shades and tints

Shades of #C79BBE

#C79BBE
(199,155,190)
#B58DAD
(181,141,173)
#A37F9C
(163,127,156)
#91718B
(145,113,139)
#7F637A
(127,99,122)
#6D5569
(109,85,105)
#5B4758
(91,71,88)
#493947
(73,57,71)
#372B36
(55,43,54)
#251D25
(37,29,37)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #C79BBE

#C79BBE
(199,155,190)
#CCA4C3
(204,164,195)
#D1ADC8
(209,173,200)
#D6B6CD
(214,182,205)
#DBBFD2
(219,191,210)
#E0C8D7
(224,200,215)
#E5D1DC
(229,209,220)
#EADAE1
(234,218,225)
#EFE3E6
(239,227,230)
#F4ECEB
(244,236,235)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79BBE; }

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

This text font color is #C79BBE.


Background Color

.myBgColor { background-color: #C79BBE; }

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

This div background color is #C79BBE.


Border color

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

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

This div border color is #C79BBE.


Opacity

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

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

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

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

This text has shadow with #C79BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79BBE on black background.


Color preview on white background

This text has color #C79BBE on white background.



Black color preview on #C79BBE background

This text has black color on #C79BBE background.


White color preview on #C79BBE background

This text has white color on #C79BBE background.