COLOR #C79DB8

HEX: #C79DB8
RGB: (199,157,184)

Color info

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

RGB color model

#C79DB8 color RGB value is (199,157,184).

  • red value is 199;
  • green value is 157;
  • blue value is 184.
RGB:
(199,157,184)
(78%,62%,72%)

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 184 of 255 = 72%

199
157
184

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

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 184 = 540 (100%)
R 199 of 540 ~ 36.85%
G 157 of 540 ~ 29.07%
B 184 of 540 ~ 34.07%

%36.85
%29.07
%34.07

CMYK color model

#C79DB8 color CMYK value is (0,21,8,22).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 7.54%
  • key color value is 21.96%
CMYK:
(0,21,8,22)
C0M21Y8K22 
(0%,21%,8%,22%)
(0.00/0.21/0.08/0.22)	

CMYK percentages

%0
%21.11
%7.54
%21.96

Codes

Color #C79DB8 in popluar color models

C79DB8
RGB199157184
HSL321°27.27%69.80%
HSB/HSV321°21.11%78.04%
CMYK0.00%21.11%7.54%
21.96%

Color #C79DB8 in popluar number systems.

HEXC79DB8
Decimal199157184
Binary110001111001110110111000
Octal307235270

Shades and tints

Shades of #C79DB8

#C79DB8
(199,157,184)
#B58FA8
(181,143,168)
#A38198
(163,129,152)
#917388
(145,115,136)
#7F6578
(127,101,120)
#6D5768
(109,87,104)
#5B4958
(91,73,88)
#493B48
(73,59,72)
#372D38
(55,45,56)
#251F28
(37,31,40)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #C79DB8

#C79DB8
(199,157,184)
#CCA5BE
(204,165,190)
#D1ADC4
(209,173,196)
#D6B5CA
(214,181,202)
#DBBDD0
(219,189,208)
#E0C5D6
(224,197,214)
#E5CDDC
(229,205,220)
#EAD5E2
(234,213,226)
#EFDDE8
(239,221,232)
#F4E5EE
(244,229,238)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79DB8 color. Also use rgb(199,157,184) instead hex code.

Text Font Color

.myTextColor { color: #C79DB8; }

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

This text font color is #C79DB8.


Background Color

.myBgColor { background-color: #C79DB8; }

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

This div background color is #C79DB8.


Border color

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

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

This div border color is #C79DB8.


Opacity

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

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

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

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

This text has shadow with #C79DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DB8 on black background.


Color preview on white background

This text has color #C79DB8 on white background.



Black color preview on #C79DB8 background

This text has black color on #C79DB8 background.


White color preview on #C79DB8 background

This text has white color on #C79DB8 background.