COLOR #C79DB1

HEX: #C79DB1
RGB: (199,157,177)

Color info

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

RGB color model

#C79DB1 color RGB value is (199,157,177).

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

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 177 of 255 = 69%

199
157
177

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

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 177 = 533 (100%)
R 199 of 533 ~ 37.34%
G 157 of 533 ~ 29.46%
B 177 of 533 ~ 33.21%

%37.34
%29.46
%33.21

CMYK color model

#C79DB1 color CMYK value is (0,21,11,22).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(0,21,11,22)
C0M21Y11K22 
(0%,21%,11%,22%)
(0.00/0.21/0.11/0.22)	

CMYK percentages

%0
%21.11
%11.06
%21.96

Codes

Color #C79DB1 in popluar color models

C79DB1
RGB199157177
HSL331°27.27%69.80%
HSB/HSV331°21.11%78.04%
CMYK0.00%21.11%11.06%
21.96%

Color #C79DB1 in popluar number systems.

HEXC79DB1
Decimal199157177
Binary110001111001110110110001
Octal307235261

Shades and tints

Shades of #C79DB1

#C79DB1
(199,157,177)
#B58FA1
(181,143,161)
#A38191
(163,129,145)
#917381
(145,115,129)
#7F6571
(127,101,113)
#6D5761
(109,87,97)
#5B4951
(91,73,81)
#493B41
(73,59,65)
#372D31
(55,45,49)
#251F21
(37,31,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #C79DB1

#C79DB1
(199,157,177)
#CCA5B8
(204,165,184)
#D1ADBF
(209,173,191)
#D6B5C6
(214,181,198)
#DBBDCD
(219,189,205)
#E0C5D4
(224,197,212)
#E5CDDB
(229,205,219)
#EAD5E2
(234,213,226)
#EFDDE9
(239,221,233)
#F4E5F0
(244,229,240)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79DB1; }

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

This text font color is #C79DB1.


Background Color

.myBgColor { background-color: #C79DB1; }

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

This div background color is #C79DB1.


Border color

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

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

This div border color is #C79DB1.


Opacity

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

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

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

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

This text has shadow with #C79DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DB1 on black background.


Color preview on white background

This text has color #C79DB1 on white background.



Black color preview on #C79DB1 background

This text has black color on #C79DB1 background.


White color preview on #C79DB1 background

This text has white color on #C79DB1 background.