COLOR #C59DAF

HEX: #C59DAF
RGB: (197,157,175)

Color info

#C59DAF contains red, green and blue colors in about the same proportion. Web safe color of #C59DAF is #CC9999 (or #C99).

RGB color model

#C59DAF color RGB value is (197,157,175).

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

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 175 of 255 = 69%

197
157
175

R + G + B ~ 69%. #C59DAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 157 + 175 = 529 (100%)
R 197 of 529 ~ 37.24%
G 157 of 529 ~ 29.68%
B 175 of 529 ~ 33.08%

%37.24
%29.68
%33.08

CMYK color model

#C59DAF color CMYK value is (0,20,11,23).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,20,11,23)
C0M20Y11K23 
(0%,20%,11%,23%)
(0.00/0.20/0.11/0.23)	

CMYK percentages

%0
%20.3
%11.17
%22.75

Codes

Color #C59DAF in popluar color models

C59DAF
RGB197157175
HSL333°25.64%69.41%
HSB/HSV333°20.30%77.25%
CMYK0.00%20.30%11.17%
22.75%

Color #C59DAF in popluar number systems.

HEXC59DAF
Decimal197157175
Binary110001011001110110101111
Octal305235257

Shades and tints

Shades of #C59DAF

#C59DAF
(197,157,175)
#B48FA0
(180,143,160)
#A38191
(163,129,145)
#927382
(146,115,130)
#816573
(129,101,115)
#705764
(112,87,100)
#5F4955
(95,73,85)
#4E3B46
(78,59,70)
#3D2D37
(61,45,55)
#2C1F28
(44,31,40)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #C59DAF

#C59DAF
(197,157,175)
#CAA5B6
(202,165,182)
#CFADBD
(207,173,189)
#D4B5C4
(212,181,196)
#D9BDCB
(217,189,203)
#DEC5D2
(222,197,210)
#E3CDD9
(227,205,217)
#E8D5E0
(232,213,224)
#EDDDE7
(237,221,231)
#F2E5EE
(242,229,238)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59DAF; }

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

This text font color is #C59DAF.


Background Color

.myBgColor { background-color: #C59DAF; }

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

This div background color is #C59DAF.


Border color

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

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

This div border color is #C59DAF.


Opacity

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

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

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

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

This text has shadow with #C59DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DAF on black background.


Color preview on white background

This text has color #C59DAF on white background.



Black color preview on #C59DAF background

This text has black color on #C59DAF background.


White color preview on #C59DAF background

This text has white color on #C59DAF background.