COLOR #C79DD3

HEX: #C79DD3
RGB: (199,157,211)

Color info

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

RGB color model

#C79DD3 color RGB value is (199,157,211).

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

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 211 of 255 = 83%

199
157
211

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

Portions of RGB colors in percentages

R + G + B =
199 + 157 + 211 = 567 (100%)
R 199 of 567 ~ 35.1%
G 157 of 567 ~ 27.69%
B 211 of 567 ~ 37.21%

%35.1
%27.69
%37.21

CMYK color model

#C79DD3 color CMYK value is (6,26,0,17).

  • cyan value is 5.69%
  • magenta value is 25.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,26,0,17)
C6M26Y0K17 
(6%,26%,0%,17%)
(0.06/0.26/0.00/0.17)	

CMYK percentages

%5.69
%25.59
%0
%17.25

Codes

Color #C79DD3 in popluar color models

C79DD3
RGB199157211
HSL287°38.03%72.16%
HSB/HSV287°25.59%82.75%
CMYK5.69%25.59%0.00%
17.25%

Color #C79DD3 in popluar number systems.

HEXC79DD3
Decimal199157211
Binary110001111001110111010011
Octal307235323

Shades and tints

Shades of #C79DD3

#C79DD3
(199,157,211)
#B58FC0
(181,143,192)
#A381AD
(163,129,173)
#91739A
(145,115,154)
#7F6587
(127,101,135)
#6D5774
(109,87,116)
#5B4961
(91,73,97)
#493B4E
(73,59,78)
#372D3B
(55,45,59)
#251F28
(37,31,40)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #C79DD3

#C79DD3
(199,157,211)
#CCA5D7
(204,165,215)
#D1ADDB
(209,173,219)
#D6B5DF
(214,181,223)
#DBBDE3
(219,189,227)
#E0C5E7
(224,197,231)
#E5CDEB
(229,205,235)
#EAD5EF
(234,213,239)
#EFDDF3
(239,221,243)
#F4E5F7
(244,229,247)
#F9EDFB
(249,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79DD3; }

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

This text font color is #C79DD3.


Background Color

.myBgColor { background-color: #C79DD3; }

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

This div background color is #C79DD3.


Border color

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

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

This div border color is #C79DD3.


Opacity

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

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

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

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

This text has shadow with #C79DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79DD3 on black background.


Color preview on white background

This text has color #C79DD3 on white background.



Black color preview on #C79DD3 background

This text has black color on #C79DD3 background.


White color preview on #C79DD3 background

This text has white color on #C79DD3 background.