COLOR #C79DD7

HEX: #C79DD7
RGB: (199,157,215)

Color info

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

RGB color model

#C79DD7 color RGB value is (199,157,215).

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

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 215 of 255 = 84%

199
157
215

R + G + B ~ 75%. #C79DD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 215 = 571 (100%)
R 199 of 571 ~ 34.85%
G 157 of 571 ~ 27.5%
B 215 of 571 ~ 37.65%

%34.85
%27.5
%37.65

CMYK color model

#C79DD7 color CMYK value is (7,27,0,16).

  • cyan value is 7.44%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,27,0,16)
C7M27Y0K16 
(7%,27%,0%,16%)
(0.07/0.27/0.00/0.16)	

CMYK percentages

%7.44
%26.98
%0
%15.69

Codes

Color #C79DD7 in popluar color models

C79DD7
RGB199157215
HSL283°42.03%72.94%
HSB/HSV283°26.98%84.31%
CMYK7.44%26.98%0.00%
15.69%

Color #C79DD7 in popluar number systems.

HEXC79DD7
Decimal199157215
Binary110001111001110111010111
Octal307235327

Shades and tints

Shades of #C79DD7

#C79DD7
(199,157,215)
#B58FC4
(181,143,196)
#A381B1
(163,129,177)
#91739E
(145,115,158)
#7F658B
(127,101,139)
#6D5778
(109,87,120)
#5B4965
(91,73,101)
#493B52
(73,59,82)
#372D3F
(55,45,63)
#251F2C
(37,31,44)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #C79DD7

#C79DD7
(199,157,215)
#CCA5DA
(204,165,218)
#D1ADDD
(209,173,221)
#D6B5E0
(214,181,224)
#DBBDE3
(219,189,227)
#E0C5E6
(224,197,230)
#E5CDE9
(229,205,233)
#EAD5EC
(234,213,236)
#EFDDEF
(239,221,239)
#F4E5F2
(244,229,242)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79DD7; }

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

This text font color is #C79DD7.


Background Color

.myBgColor { background-color: #C79DD7; }

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

This div background color is #C79DD7.


Border color

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

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

This div border color is #C79DD7.


Opacity

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

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

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

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

This text has shadow with #C79DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DD7 on black background.


Color preview on white background

This text has color #C79DD7 on white background.



Black color preview on #C79DD7 background

This text has black color on #C79DD7 background.


White color preview on #C79DD7 background

This text has white color on #C79DD7 background.