COLOR #C59ECA

HEX: #C59ECA RGB: (197,158,202)

Color info

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

RGB color model

#C59ECA color RGB value is (197,158,202).

RGB: (197,158,202) (77%, 62%, 79%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 202 of 255 = 79%

197
158
202

R + G + B ~ 73%. #C59ECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 158 + 202 = 557 (100%)
R 197 of 557 ~ 35.37%
G 158 of 557 ~ 28.37%
B 202 of 557 ~ 36.27'%

%35.37
%28.37
%36.27

CMYK color model

#C59ECA color CMYK value is (2,22,0,21).

  • cyan value is 2.48%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (2,22,0,21)
C2M22Y0K21 (2%, 22%, 0%, 21%)
(0.02 / 0.22 / 0.00 / 0.21)

CMYK percentages

%2.48
%21.78
%0
%20.78

Codes

Color #C59ECA in popluar color models

C5 9E CA
RGB 197 158 202
HSL 293° 29.33% 70.59%
HSB/HSV 293° 21.78% 79.22%
CMYK 2.48% 21.78% 0.00%
20.78%

Color #C59ECA in popluar number systems.

HEX C5 9E CA
Decimal 197 158 202
Binary 11000101 10011110 11001010
Octal 305 236 312

Shades and tints

Shades of #C59ECA

#C59ECA
(197,158,202)
#B490B8
(180,144,184)
#A382A6
(163,130,166)
#927494
(146,116,148)
#816682
(129,102,130)
#705870
(112,88,112)
#5F4A5E
(95,74,94)
#4E3C4C
(78,60,76)
#3D2E3A
(61,46,58)
#2C2028
(44,32,40)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #C59ECA

#C59ECA
(197,158,202)
#CAA6CE
(202,166,206)
#CFAED2
(207,174,210)
#D4B6D6
(212,182,214)
#D9BEDA
(217,190,218)
#DEC6DE
(222,198,222)
#E3CEE2
(227,206,226)
#E8D6E6
(232,214,230)
#EDDEEA
(237,222,234)
#F2E6EE
(242,230,238)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59ECA color. Also use rgb(197,158,202) instead hex code.

Text Font Color

.myTextColor { color: #C59ECA; }

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

This text font color is #C59ECA.

Background Color

.myBgColor { background-color: #C59ECA; }

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

This div background color is #C59ECA.

Border color

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

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

This div border color is #C59ECA.

Opacity

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

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

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

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

This text has shadow with #C59ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59ECA.

Preview

Color preview on black background

This text has color #C59ECA on black background.


Color preview on white background

This text has color #C59ECA on white background.


Black color preview on #C59ECA background

This text has black color on #C59ECA background.


White color preview on #C59ECA background

This text has white color on #C59ECA background.


Related colors

Complementary color

Complementary color for #hex is #3A6135.


I love getcolorcode.com

Triadic colors

1 #CAC59E and #9ECAC5 with #C59ECA are triadic colors.

2 #CA9EC5 and #9EC5CA with #C59ECA are triadic colors.