COLOR #C79DB5

HEX: #C79DB5
RGB: (199,157,181)

Color info

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

RGB color model

#C79DB5 color RGB value is (199,157,181).

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

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 181 of 255 = 71%

199
157
181

R + G + B ~ 70%. #C79DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 181 = 537 (100%)
R 199 of 537 ~ 37.06%
G 157 of 537 ~ 29.24%
B 181 of 537 ~ 33.71%

%37.06
%29.24
%33.71

CMYK color model

#C79DB5 color CMYK value is (0,21,9,22).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 9.05%
  • key color value is 21.96%
CMYK:
(0,21,9,22)
C0M21Y9K22 
(0%,21%,9%,22%)
(0.00/0.21/0.09/0.22)	

CMYK percentages

%0
%21.11
%9.05
%21.96

Codes

Color #C79DB5 in popluar color models

C79DB5
RGB199157181
HSL326°27.27%69.80%
HSB/HSV326°21.11%78.04%
CMYK0.00%21.11%9.05%
21.96%

Color #C79DB5 in popluar number systems.

HEXC79DB5
Decimal199157181
Binary110001111001110110110101
Octal307235265

Shades and tints

Shades of #C79DB5

#C79DB5
(199,157,181)
#B58FA5
(181,143,165)
#A38195
(163,129,149)
#917385
(145,115,133)
#7F6575
(127,101,117)
#6D5765
(109,87,101)
#5B4955
(91,73,85)
#493B45
(73,59,69)
#372D35
(55,45,53)
#251F25
(37,31,37)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #C79DB5

#C79DB5
(199,157,181)
#CCA5BB
(204,165,187)
#D1ADC1
(209,173,193)
#D6B5C7
(214,181,199)
#DBBDCD
(219,189,205)
#E0C5D3
(224,197,211)
#E5CDD9
(229,205,217)
#EAD5DF
(234,213,223)
#EFDDE5
(239,221,229)
#F4E5EB
(244,229,235)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79DB5; }

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

This text font color is #C79DB5.


Background Color

.myBgColor { background-color: #C79DB5; }

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

This div background color is #C79DB5.


Border color

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

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

This div border color is #C79DB5.


Opacity

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

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

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

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

This text has shadow with #C79DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DB5 on black background.


Color preview on white background

This text has color #C79DB5 on white background.



Black color preview on #C79DB5 background

This text has black color on #C79DB5 background.


White color preview on #C79DB5 background

This text has white color on #C79DB5 background.