COLOR #C59FDA

HEX: #C59FDA
RGB: (197,159,218)

Color info

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

RGB color model

#C59FDA color RGB value is (197,159,218).

  • red value is 197;
  • green value is 159;
  • blue value is 218.
RGB:
(197,159,218)
(77%,62%,85%)

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 218 of 255 = 85%

197
159
218

R + G + B ~ 75%. #C59FDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 159 + 218 = 574 (100%)
R 197 of 574 ~ 34.32%
G 159 of 574 ~ 27.7%
B 218 of 574 ~ 37.98%

%34.32
%27.7
%37.98

CMYK color model

#C59FDA color CMYK value is (10,27,0,15).

  • cyan value is 9.63%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,27,0,15)
C10M27Y0K15 
(10%,27%,0%,15%)
(0.10/0.27/0.00/0.15)	

CMYK percentages

%9.63
%27.06
%0
%14.51

Codes

Color #C59FDA in popluar color models

C59FDA
RGB197159218
HSL279°44.36%73.92%
HSB/HSV279°27.06%85.49%
CMYK9.63%27.06%0.00%
14.51%

Color #C59FDA in popluar number systems.

HEXC59FDA
Decimal197159218
Binary110001011001111111011010
Octal305237332

Shades and tints

Shades of #C59FDA

#C59FDA
(197,159,218)
#B491C7
(180,145,199)
#A383B4
(163,131,180)
#9275A1
(146,117,161)
#81678E
(129,103,142)
#70597B
(112,89,123)
#5F4B68
(95,75,104)
#4E3D55
(78,61,85)
#3D2F42
(61,47,66)
#2C212F
(44,33,47)
#1B131C
(27,19,28)
#000000
(0,0,0)

Tints of #C59FDA

#C59FDA
(197,159,218)
#CAA7DD
(202,167,221)
#CFAFE0
(207,175,224)
#D4B7E3
(212,183,227)
#D9BFE6
(217,191,230)
#DEC7E9
(222,199,233)
#E3CFEC
(227,207,236)
#E8D7EF
(232,215,239)
#EDDFF2
(237,223,242)
#F2E7F5
(242,231,245)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59FDA color. Also use rgb(197,159,218) instead hex code.

Text Font Color

.myTextColor { color: #C59FDA; }

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

This text font color is #C59FDA.


Background Color

.myBgColor { background-color: #C59FDA; }

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

This div background color is #C59FDA.


Border color

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

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

This div border color is #C59FDA.


Opacity

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

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

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

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

This text has shadow with #C59FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59FDA on black background.


Color preview on white background

This text has color #C59FDA on white background.



Black color preview on #C59FDA background

This text has black color on #C59FDA background.


White color preview on #C59FDA background

This text has white color on #C59FDA background.