COLOR #C59EFA

HEX: #C59EFA
RGB: (197,158,250)

Color info

#C59EFA contains mainly red and blue colors. Web safe color of #C59EFA is #CC99FF (or #C9F).

RGB color model

#C59EFA color RGB value is (197,158,250).

  • red value is 197;
  • green value is 158;
  • blue value is 250.
RGB:
(197,158,250)
(77%,62%,98%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 250 of 255 = 98%

197
158
250

R + G + B ~ 79%. #C59EFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 158 + 250 = 605 (100%)
R 197 of 605 ~ 32.56%
G 158 of 605 ~ 26.12%
B 250 of 605 ~ 41.32%

%32.56
%26.12
%41.32

CMYK color model

#C59EFA color CMYK value is (21,37,0,2).

  • cyan value is 21.20%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(21,37,0,2)
C21M37Y0K2 
(21%,37%,0%,2%)
(0.21/0.37/0.00/0.02)	

CMYK percentages

%21.2
%36.8
%0
%1.96

Codes

Color #C59EFA in popluar color models

C59EFA
RGB197158250
HSL265°90.20%80.00%
HSB/HSV265°36.80%98.04%
CMYK21.20%36.80%0.00%
1.96%

Color #C59EFA in popluar number systems.

HEXC59EFA
Decimal197158250
Binary110001011001111011111010
Octal305236372

Shades and tints

Shades of #C59EFA

#C59EFA
(197,158,250)
#B490E4
(180,144,228)
#A382CE
(163,130,206)
#9274B8
(146,116,184)
#8166A2
(129,102,162)
#70588C
(112,88,140)
#5F4A76
(95,74,118)
#4E3C60
(78,60,96)
#3D2E4A
(61,46,74)
#2C2034
(44,32,52)
#1B121E
(27,18,30)
#000000
(0,0,0)

Tints of #C59EFA

#C59EFA
(197,158,250)
#CAA6FA
(202,166,250)
#CFAEFA
(207,174,250)
#D4B6FA
(212,182,250)
#D9BEFA
(217,190,250)
#DEC6FA
(222,198,250)
#E3CEFA
(227,206,250)
#E8D6FA
(232,214,250)
#EDDEFA
(237,222,250)
#F2E6FA
(242,230,250)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59EFA; }

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

This text font color is #C59EFA.


Background Color

.myBgColor { background-color: #C59EFA; }

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

This div background color is #C59EFA.


Border color

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

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

This div border color is #C59EFA.


Opacity

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

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

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

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

This text has shadow with #C59EFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59EFA on black background.


Color preview on white background

This text has color #C59EFA on white background.



Black color preview on #C59EFA background

This text has black color on #C59EFA background.


White color preview on #C59EFA background

This text has white color on #C59EFA background.