COLOR #C59DD7

HEX: #C59DD7
RGB: (197,157,215)

Color info

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

RGB color model

#C59DD7 color RGB value is (197,157,215).

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

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 215 of 255 = 84%

197
157
215

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

Portions of RGB colors in percentages

R + G + B =
197 + 157 + 215 = 569 (100%)
R 197 of 569 ~ 34.62%
G 157 of 569 ~ 27.59%
B 215 of 569 ~ 37.79%

%34.62
%27.59
%37.79

CMYK color model

#C59DD7 color CMYK value is (8,27,0,16).

  • cyan value is 8.37%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(8,27,0,16)
C8M27Y0K16 
(8%,27%,0%,16%)
(0.08/0.27/0.00/0.16)	

CMYK percentages

%8.37
%26.98
%0
%15.69

Codes

Color #C59DD7 in popluar color models

C59DD7
RGB197157215
HSL281°42.03%72.94%
HSB/HSV281°26.98%84.31%
CMYK8.37%26.98%0.00%
15.69%

Color #C59DD7 in popluar number systems.

HEXC59DD7
Decimal197157215
Binary110001011001110111010111
Octal305235327

Shades and tints

Shades of #C59DD7

#C59DD7
(197,157,215)
#B48FC4
(180,143,196)
#A381B1
(163,129,177)
#92739E
(146,115,158)
#81658B
(129,101,139)
#705778
(112,87,120)
#5F4965
(95,73,101)
#4E3B52
(78,59,82)
#3D2D3F
(61,45,63)
#2C1F2C
(44,31,44)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #C59DD7

#C59DD7
(197,157,215)
#CAA5DA
(202,165,218)
#CFADDD
(207,173,221)
#D4B5E0
(212,181,224)
#D9BDE3
(217,189,227)
#DEC5E6
(222,197,230)
#E3CDE9
(227,205,233)
#E8D5EC
(232,213,236)
#EDDDEF
(237,221,239)
#F2E5F2
(242,229,242)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59DD7; }

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

This text font color is #C59DD7.


Background Color

.myBgColor { background-color: #C59DD7; }

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

This div background color is #C59DD7.


Border color

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

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

This div border color is #C59DD7.


Opacity

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

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

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

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

This text has shadow with #C59DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DD7 on black background.


Color preview on white background

This text has color #C59DD7 on white background.



Black color preview on #C59DD7 background

This text has black color on #C59DD7 background.


White color preview on #C59DD7 background

This text has white color on #C59DD7 background.