COLOR #C59DC2

HEX: #C59DC2
RGB: (197,157,194)

Color info

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

RGB color model

#C59DC2 color RGB value is (197,157,194).

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

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 194 of 255 = 76%

197
157
194

R + G + B ~ 72%. #C59DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 157 + 194 = 548 (100%)
R 197 of 548 ~ 35.95%
G 157 of 548 ~ 28.65%
B 194 of 548 ~ 35.4%

%35.95
%28.65
%35.4

CMYK color model

#C59DC2 color CMYK value is (0,20,2,23).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(0,20,2,23)
C0M20Y2K23 
(0%,20%,2%,23%)
(0.00/0.20/0.02/0.23)	

CMYK percentages

%0
%20.3
%1.52
%22.75

Codes

Color #C59DC2 in popluar color models

C59DC2
RGB197157194
HSL305°25.64%69.41%
HSB/HSV305°20.30%77.25%
CMYK0.00%20.30%1.52%
22.75%

Color #C59DC2 in popluar number systems.

HEXC59DC2
Decimal197157194
Binary110001011001110111000010
Octal305235302

Shades and tints

Shades of #C59DC2

#C59DC2
(197,157,194)
#B48FB1
(180,143,177)
#A381A0
(163,129,160)
#92738F
(146,115,143)
#81657E
(129,101,126)
#70576D
(112,87,109)
#5F495C
(95,73,92)
#4E3B4B
(78,59,75)
#3D2D3A
(61,45,58)
#2C1F29
(44,31,41)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C59DC2

#C59DC2
(197,157,194)
#CAA5C7
(202,165,199)
#CFADCC
(207,173,204)
#D4B5D1
(212,181,209)
#D9BDD6
(217,189,214)
#DEC5DB
(222,197,219)
#E3CDE0
(227,205,224)
#E8D5E5
(232,213,229)
#EDDDEA
(237,221,234)
#F2E5EF
(242,229,239)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59DC2; }

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

This text font color is #C59DC2.


Background Color

.myBgColor { background-color: #C59DC2; }

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

This div background color is #C59DC2.


Border color

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

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

This div border color is #C59DC2.


Opacity

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

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

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

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

This text has shadow with #C59DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DC2 on black background.


Color preview on white background

This text has color #C59DC2 on white background.



Black color preview on #C59DC2 background

This text has black color on #C59DC2 background.


White color preview on #C59DC2 background

This text has white color on #C59DC2 background.