COLOR #C59ED0

HEX: #C59ED0
RGB: (197,158,208)

Color info

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

RGB color model

#C59ED0 color RGB value is (197,158,208).

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

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 208 of 255 = 82%

197
158
208

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

Portions of RGB colors in percentages

R + G + B =
197 + 158 + 208 = 563 (100%)
R 197 of 563 ~ 34.99%
G 158 of 563 ~ 28.06%
B 208 of 563 ~ 36.94%

%34.99
%28.06
%36.94

CMYK color model

#C59ED0 color CMYK value is (5,24,0,18).

  • cyan value is 5.29%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(5,24,0,18)
C5M24Y0K18 
(5%,24%,0%,18%)
(0.05/0.24/0.00/0.18)	

CMYK percentages

%5.29
%24.04
%0
%18.43

Codes

Color #C59ED0 in popluar color models

C59ED0
RGB197158208
HSL287°34.72%71.76%
HSB/HSV287°24.04%81.57%
CMYK5.29%24.04%0.00%
18.43%

Color #C59ED0 in popluar number systems.

HEXC59ED0
Decimal197158208
Binary110001011001111011010000
Octal305236320

Shades and tints

Shades of #C59ED0

#C59ED0
(197,158,208)
#B490BE
(180,144,190)
#A382AC
(163,130,172)
#92749A
(146,116,154)
#816688
(129,102,136)
#705876
(112,88,118)
#5F4A64
(95,74,100)
#4E3C52
(78,60,82)
#3D2E40
(61,46,64)
#2C202E
(44,32,46)
#1B121C
(27,18,28)
#000000
(0,0,0)

Tints of #C59ED0

#C59ED0
(197,158,208)
#CAA6D4
(202,166,212)
#CFAED8
(207,174,216)
#D4B6DC
(212,182,220)
#D9BEE0
(217,190,224)
#DEC6E4
(222,198,228)
#E3CEE8
(227,206,232)
#E8D6EC
(232,214,236)
#EDDEF0
(237,222,240)
#F2E6F4
(242,230,244)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59ED0; }

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

This text font color is #C59ED0.


Background Color

.myBgColor { background-color: #C59ED0; }

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

This div background color is #C59ED0.


Border color

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

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

This div border color is #C59ED0.


Opacity

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

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

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

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

This text has shadow with #C59ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59ED0 on black background.


Color preview on white background

This text has color #C59ED0 on white background.



Black color preview on #C59ED0 background

This text has black color on #C59ED0 background.


White color preview on #C59ED0 background

This text has white color on #C59ED0 background.