COLOR #C59DE3

HEX: #C59DE3
RGB: (197,157,227)

Color info

#C59DE3 contains mainly red and blue colors. Web safe color of #C59DE3 is #CC99CC (or #C9C).

RGB color model

#C59DE3 color RGB value is (197,157,227).

  • red value is 197;
  • green value is 157;
  • blue value is 227.
RGB:
(197,157,227)
(77%,62%,89%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 227 of 255 = 89%

197
157
227

R + G + B ~ 76%. #C59DE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 157 + 227 = 581 (100%)
R 197 of 581 ~ 33.91%
G 157 of 581 ~ 27.02%
B 227 of 581 ~ 39.07%

%33.91
%27.02
%39.07

CMYK color model

#C59DE3 color CMYK value is (13,31,0,11).

  • cyan value is 13.22%
  • magenta value is 30.84%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,31,0,11)
C13M31Y0K11 
(13%,31%,0%,11%)
(0.13/0.31/0.00/0.11)	

CMYK percentages

%13.22
%30.84
%0
%10.98

Codes

Color #C59DE3 in popluar color models

C59DE3
RGB197157227
HSL274°55.56%75.29%
HSB/HSV274°30.84%89.02%
CMYK13.22%30.84%0.00%
10.98%

Color #C59DE3 in popluar number systems.

HEXC59DE3
Decimal197157227
Binary110001011001110111100011
Octal305235343

Shades and tints

Shades of #C59DE3

#C59DE3
(197,157,227)
#B48FCF
(180,143,207)
#A381BB
(163,129,187)
#9273A7
(146,115,167)
#816593
(129,101,147)
#70577F
(112,87,127)
#5F496B
(95,73,107)
#4E3B57
(78,59,87)
#3D2D43
(61,45,67)
#2C1F2F
(44,31,47)
#1B111B
(27,17,27)
#000000
(0,0,0)

Tints of #C59DE3

#C59DE3
(197,157,227)
#CAA5E5
(202,165,229)
#CFADE7
(207,173,231)
#D4B5E9
(212,181,233)
#D9BDEB
(217,189,235)
#DEC5ED
(222,197,237)
#E3CDEF
(227,205,239)
#E8D5F1
(232,213,241)
#EDDDF3
(237,221,243)
#F2E5F5
(242,229,245)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DE3 color. Also use rgb(197,157,227) instead hex code.

Text Font Color

.myTextColor { color: #C59DE3; }

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

This text font color is #C59DE3.


Background Color

.myBgColor { background-color: #C59DE3; }

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

This div background color is #C59DE3.


Border color

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

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

This div border color is #C59DE3.


Opacity

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

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

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

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

This text has shadow with #C59DE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DE3 on black background.


Color preview on white background

This text has color #C59DE3 on white background.



Black color preview on #C59DE3 background

This text has black color on #C59DE3 background.


White color preview on #C59DE3 background

This text has white color on #C59DE3 background.