COLOR #C59FB5

HEX: #C59FB5
RGB: (197,159,181)

Color info

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

RGB color model

#C59FB5 color RGB value is (197,159,181).

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

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 181 of 255 = 71%

197
159
181

R + G + B ~ 70%. #C59FB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 159 + 181 = 537 (100%)
R 197 of 537 ~ 36.69%
G 159 of 537 ~ 29.61%
B 181 of 537 ~ 33.71%

%36.69
%29.61
%33.71

CMYK color model

#C59FB5 color CMYK value is (0,19,8,23).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(0,19,8,23)
C0M19Y8K23 
(0%,19%,8%,23%)
(0.00/0.19/0.08/0.23)	

CMYK percentages

%0
%19.29
%8.12
%22.75

Codes

Color #C59FB5 in popluar color models

C59FB5
RGB197159181
HSL325°24.68%69.80%
HSB/HSV325°19.29%77.25%
CMYK0.00%19.29%8.12%
22.75%

Color #C59FB5 in popluar number systems.

HEXC59FB5
Decimal197159181
Binary110001011001111110110101
Octal305237265

Shades and tints

Shades of #C59FB5

#C59FB5
(197,159,181)
#B491A5
(180,145,165)
#A38395
(163,131,149)
#927585
(146,117,133)
#816775
(129,103,117)
#705965
(112,89,101)
#5F4B55
(95,75,85)
#4E3D45
(78,61,69)
#3D2F35
(61,47,53)
#2C2125
(44,33,37)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C59FB5

#C59FB5
(197,159,181)
#CAA7BB
(202,167,187)
#CFAFC1
(207,175,193)
#D4B7C7
(212,183,199)
#D9BFCD
(217,191,205)
#DEC7D3
(222,199,211)
#E3CFD9
(227,207,217)
#E8D7DF
(232,215,223)
#EDDFE5
(237,223,229)
#F2E7EB
(242,231,235)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59FB5; }

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

This text font color is #C59FB5.


Background Color

.myBgColor { background-color: #C59FB5; }

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

This div background color is #C59FB5.


Border color

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

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

This div border color is #C59FB5.


Opacity

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

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

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

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

This text has shadow with #C59FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59FB5 on black background.


Color preview on white background

This text has color #C59FB5 on white background.



Black color preview on #C59FB5 background

This text has black color on #C59FB5 background.


White color preview on #C59FB5 background

This text has white color on #C59FB5 background.