COLOR #C59FBD

HEX: #C59FBD
RGB: (197,159,189)

Color info

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

RGB color model

#C59FBD color RGB value is (197,159,189).

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

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 189 of 255 = 74%

197
159
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 159 + 189 = 545 (100%)
R 197 of 545 ~ 36.15%
G 159 of 545 ~ 29.17%
B 189 of 545 ~ 34.68%

%36.15
%29.17
%34.68

CMYK color model

#C59FBD color CMYK value is (0,19,4,23).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(0,19,4,23)
C0M19Y4K23 
(0%,19%,4%,23%)
(0.00/0.19/0.04/0.23)	

CMYK percentages

%0
%19.29
%4.06
%22.75

Codes

Color #C59FBD in popluar color models

C59FBD
RGB197159189
HSL313°24.68%69.80%
HSB/HSV313°19.29%77.25%
CMYK0.00%19.29%4.06%
22.75%

Color #C59FBD in popluar number systems.

HEXC59FBD
Decimal197159189
Binary110001011001111110111101
Octal305237275

Shades and tints

Shades of #C59FBD

#C59FBD
(197,159,189)
#B491AC
(180,145,172)
#A3839B
(163,131,155)
#92758A
(146,117,138)
#816779
(129,103,121)
#705968
(112,89,104)
#5F4B57
(95,75,87)
#4E3D46
(78,61,70)
#3D2F35
(61,47,53)
#2C2124
(44,33,36)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C59FBD

#C59FBD
(197,159,189)
#CAA7C3
(202,167,195)
#CFAFC9
(207,175,201)
#D4B7CF
(212,183,207)
#D9BFD5
(217,191,213)
#DEC7DB
(222,199,219)
#E3CFE1
(227,207,225)
#E8D7E7
(232,215,231)
#EDDFED
(237,223,237)
#F2E7F3
(242,231,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59FBD; }

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

This text font color is #C59FBD.


Background Color

.myBgColor { background-color: #C59FBD; }

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

This div background color is #C59FBD.


Border color

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

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

This div border color is #C59FBD.


Opacity

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

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

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

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

This text has shadow with #C59FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59FBD on black background.


Color preview on white background

This text has color #C59FBD on white background.



Black color preview on #C59FBD background

This text has black color on #C59FBD background.


White color preview on #C59FBD background

This text has white color on #C59FBD background.