COLOR #C79DD0

HEX: #C79DD0
RGB: (199,157,208)

Color info

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

RGB color model

#C79DD0 color RGB value is (199,157,208).

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

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 208 of 255 = 82%

199
157
208

R + G + B ~ 74%. #C79DD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 208 = 564 (100%)
R 199 of 564 ~ 35.28%
G 157 of 564 ~ 27.84%
B 208 of 564 ~ 36.88%

%35.28
%27.84
%36.88

CMYK color model

#C79DD0 color CMYK value is (4,25,0,18).

  • cyan value is 4.33%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(4,25,0,18)
C4M25Y0K18 
(4%,25%,0%,18%)
(0.04/0.25/0.00/0.18)	

CMYK percentages

%4.33
%24.52
%0
%18.43

Codes

Color #C79DD0 in popluar color models

C79DD0
RGB199157208
HSL289°35.17%71.57%
HSB/HSV289°24.52%81.57%
CMYK4.33%24.52%0.00%
18.43%

Color #C79DD0 in popluar number systems.

HEXC79DD0
Decimal199157208
Binary110001111001110111010000
Octal307235320

Shades and tints

Shades of #C79DD0

#C79DD0
(199,157,208)
#B58FBE
(181,143,190)
#A381AC
(163,129,172)
#91739A
(145,115,154)
#7F6588
(127,101,136)
#6D5776
(109,87,118)
#5B4964
(91,73,100)
#493B52
(73,59,82)
#372D40
(55,45,64)
#251F2E
(37,31,46)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #C79DD0

#C79DD0
(199,157,208)
#CCA5D4
(204,165,212)
#D1ADD8
(209,173,216)
#D6B5DC
(214,181,220)
#DBBDE0
(219,189,224)
#E0C5E4
(224,197,228)
#E5CDE8
(229,205,232)
#EAD5EC
(234,213,236)
#EFDDF0
(239,221,240)
#F4E5F4
(244,229,244)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79DD0; }

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

This text font color is #C79DD0.


Background Color

.myBgColor { background-color: #C79DD0; }

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

This div background color is #C79DD0.


Border color

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

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

This div border color is #C79DD0.


Opacity

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

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

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

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

This text has shadow with #C79DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DD0 on black background.


Color preview on white background

This text has color #C79DD0 on white background.



Black color preview on #C79DD0 background

This text has black color on #C79DD0 background.


White color preview on #C79DD0 background

This text has white color on #C79DD0 background.