COLOR #C79DE6

HEX: #C79DE6 RGB: (199,157,230)

Color info

#C79DE6 contains mainly red and blue colors. Web safe color of #C79DE6 is #CC99CC (or #C9C).

RGB color model

#C79DE6 color RGB value is (199,157,230).

RGB: (199,157,230) (78%, 62%, 90%)

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 230 of 255 = 90%

199
157
230

R + G + B ~ 77%. #C79DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 157 + 230 = 586 (100%)
R 199 of 586 ~ 33.96%
G 157 of 586 ~ 26.79%
B 230 of 586 ~ 39.25'%

%33.96
%26.79
%39.25

CMYK color model

#C79DE6 color CMYK value is (13,32,0,10).

  • cyan value is 13.48%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (13,32,0,10) C13M32Y0K10 (13%,32%,0%,10%) (0.13/0.32/0.00/0.10) 

CMYK percentages

%13.48
%31.74
%0
%9.8

Codes

Color #C79DE6 in popluar color models

C7 9D E6
RGB 199 157 230
HSL 275° 59.35% 75.88%
HSB/HSV 275° 31.74% 90.20%
CMYK 13.48% 31.74% 0.00%
9.80%

Color #C79DE6 in popluar number systems.

HEX C7 9D E6
Decimal 199 157 230
Binary 11000111 10011101 11100110
Octal 307 235 346

Shades and tints

Shades of #C79DE6

#C79DE6
(199,157,230)
#B58FD2
(181,143,210)
#A381BE
(163,129,190)
#9173AA
(145,115,170)
#7F6596
(127,101,150)
#6D5782
(109,87,130)
#5B496E
(91,73,110)
#493B5A
(73,59,90)
#372D46
(55,45,70)
#251F32
(37,31,50)
#13111E
(19,17,30)
#000000
(0,0,0)

Tints of #C79DE6

#C79DE6
(199,157,230)
#CCA5E8
(204,165,232)
#D1ADEA
(209,173,234)
#D6B5EC
(214,181,236)
#DBBDEE
(219,189,238)
#E0C5F0
(224,197,240)
#E5CDF2
(229,205,242)
#EAD5F4
(234,213,244)
#EFDDF6
(239,221,246)
#F4E5F8
(244,229,248)
#F9EDFA
(249,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79DE6; }

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

This text font color is #C79DE6.

Background Color

.myBgColor { background-color: #C79DE6; }

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

This div background color is #C79DE6.

Border color

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

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

This div border color is #C79DE6.

Opacity

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

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

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

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

This text has shadow with #C79DE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79DE6.

Preview

Color preview on black background

This text has color #C79DE6 on black background.


Color preview on white background

This text has color #C79DE6 on white background.


Black color preview on #C79DE6 background

This text has black color on #C79DE6 background.


White color preview on #C79DE6 background

This text has white color on #C79DE6 background.


Related colors

Complementary color

Complementary color for #hex is #386219.


I love getcolorcode.com

Triadic colors

1 #E6C79D and #9DE6C7 with #C79DE6 are triadic colors.

2 #E69DC7 and #9DC7E6 with #C79DE6 are triadic colors.