COLOR #C59EB9

HEX: #C59EB9
RGB: (197,158,185)

Color info

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

RGB color model

#C59EB9 color RGB value is (197,158,185).

  • red value is 197;
  • green value is 158;
  • blue value is 185.
RGB:
(197,158,185)
(77%,62%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 185 of 255 = 73%

197
158
185

R + G + B ~ 71%. #C59EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 158 + 185 = 540 (100%)
R 197 of 540 ~ 36.48%
G 158 of 540 ~ 29.26%
B 185 of 540 ~ 34.26%

%36.48
%29.26
%34.26

CMYK color model

#C59EB9 color CMYK value is (0,20,6,23).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 6.09%
  • key color value is 22.75%
CMYK:
(0,20,6,23)
C0M20Y6K23 
(0%,20%,6%,23%)
(0.00/0.20/0.06/0.23)	

CMYK percentages

%0
%19.8
%6.09
%22.75

Codes

Color #C59EB9 in popluar color models

C59EB9
RGB197158185
HSL318°25.16%69.61%
HSB/HSV318°19.80%77.25%
CMYK0.00%19.80%6.09%
22.75%

Color #C59EB9 in popluar number systems.

HEXC59EB9
Decimal197158185
Binary110001011001111010111001
Octal305236271

Shades and tints

Shades of #C59EB9

#C59EB9
(197,158,185)
#B490A9
(180,144,169)
#A38299
(163,130,153)
#927489
(146,116,137)
#816679
(129,102,121)
#705869
(112,88,105)
#5F4A59
(95,74,89)
#4E3C49
(78,60,73)
#3D2E39
(61,46,57)
#2C2029
(44,32,41)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #C59EB9

#C59EB9
(197,158,185)
#CAA6BF
(202,166,191)
#CFAEC5
(207,174,197)
#D4B6CB
(212,182,203)
#D9BED1
(217,190,209)
#DEC6D7
(222,198,215)
#E3CEDD
(227,206,221)
#E8D6E3
(232,214,227)
#EDDEE9
(237,222,233)
#F2E6EF
(242,230,239)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59EB9 color. Also use rgb(197,158,185) instead hex code.

Text Font Color

.myTextColor { color: #C59EB9; }

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

This text font color is #C59EB9.


Background Color

.myBgColor { background-color: #C59EB9; }

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

This div background color is #C59EB9.


Border color

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

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

This div border color is #C59EB9.


Opacity

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

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

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

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

This text has shadow with #C59EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59EB9 on black background.


Color preview on white background

This text has color #C59EB9 on white background.



Black color preview on #C59EB9 background

This text has black color on #C59EB9 background.


White color preview on #C59EB9 background

This text has white color on #C59EB9 background.