COLOR #C79CD2

HEX: #C79CD2 RGB: (199,156,210)

Color info

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

RGB color model

#C79CD2 color RGB value is (199,156,210).

RGB: (199,156,210) (78%, 61%, 82%)

RGB channels and saturation

R 199 of 255 = 78%
G 156 of 255 = 61%
B 210 of 255 = 82%

199
156
210

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

Portions of RGB colors in percentages

R + G + B = 199 + 156 + 210 = 565 (100%)
R 199 of 565 ~ 35.22%
G 156 of 565 ~ 27.61%
B 210 of 565 ~ 37.17'%

%35.22
%27.61
%37.17

CMYK color model

#C79CD2 color CMYK value is (5,26,0,18).

  • cyan value is 5.24%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (5,26,0,18)
C5M26Y0K18 (5%, 26%, 0%, 18%)
(0.05 / 0.26 / 0.00 / 0.18)

CMYK percentages

%5.24
%25.71
%0
%17.65

Codes

Color #C79CD2 in popluar color models

C7 9C D2
RGB 199 156 210
HSL 288° 37.50% 71.76%
HSB/HSV 288° 25.71% 82.35%
CMYK 5.24% 25.71% 0.00%
17.65%

Color #C79CD2 in popluar number systems.

HEX C7 9C D2
Decimal 199 156 210
Binary 11000111 10011100 11010010
Octal 307 234 322

Shades and tints

Shades of #C79CD2

#C79CD2
(199,156,210)
#B58EBF
(181,142,191)
#A380AC
(163,128,172)
#917299
(145,114,153)
#7F6486
(127,100,134)
#6D5673
(109,86,115)
#5B4860
(91,72,96)
#493A4D
(73,58,77)
#372C3A
(55,44,58)
#251E27
(37,30,39)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #C79CD2

#C79CD2
(199,156,210)
#CCA5D6
(204,165,214)
#D1AEDA
(209,174,218)
#D6B7DE
(214,183,222)
#DBC0E2
(219,192,226)
#E0C9E6
(224,201,230)
#E5D2EA
(229,210,234)
#EADBEE
(234,219,238)
#EFE4F2
(239,228,242)
#F4EDF6
(244,237,246)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79CD2 color. Also use rgb(199,156,210) instead hex code.

Text Font Color

.myTextColor { color: #C79CD2; }

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

This text font color is #C79CD2.

Background Color

.myBgColor { background-color: #C79CD2; }

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

This div background color is #C79CD2.

Border color

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

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

This div border color is #C79CD2.

Opacity

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

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

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

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

This text has shadow with #C79CD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79CD2.

Preview

Color preview on black background

This text has color #C79CD2 on black background.


Color preview on white background

This text has color #C79CD2 on white background.


Black color preview on #C79CD2 background

This text has black color on #C79CD2 background.


White color preview on #C79CD2 background

This text has white color on #C79CD2 background.


Related colors

Complementary color

Complementary color for #hex is #38632D.


I love getcolorcode.com

Triadic colors

1 #D2C79C and #9CD2C7 with #C79CD2 are triadic colors.

2 #D29CC7 and #9CC7D2 with #C79CD2 are triadic colors.