COLOR #C59AA7

HEX: #C59AA7
RGB: (197,154,167)

Color info

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

RGB color model

#C59AA7 color RGB value is (197,154,167).

  • red value is 197;
  • green value is 154;
  • blue value is 167.
RGB:
(197,154,167)
(77%,60%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 167 of 255 = 65%

197
154
167

R + G + B ~ 67%. #C59AA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 154 + 167 = 518 (100%)
R 197 of 518 ~ 38.03%
G 154 of 518 ~ 29.73%
B 167 of 518 ~ 32.24%

%38.03
%29.73
%32.24

CMYK color model

#C59AA7 color CMYK value is (0,22,15,23).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(0,22,15,23)
C0M22Y15K23 
(0%,22%,15%,23%)
(0.00/0.22/0.15/0.23)	

CMYK percentages

%0
%21.83
%15.23
%22.75

Codes

Color #C59AA7 in popluar color models

C59AA7
RGB197154167
HSL342°27.04%68.82%
HSB/HSV342°21.83%77.25%
CMYK0.00%21.83%15.23%
22.75%

Color #C59AA7 in popluar number systems.

HEXC59AA7
Decimal197154167
Binary110001011001101010100111
Octal305232247

Shades and tints

Shades of #C59AA7

#C59AA7
(197,154,167)
#B48C98
(180,140,152)
#A37E89
(163,126,137)
#92707A
(146,112,122)
#81626B
(129,98,107)
#70545C
(112,84,92)
#5F464D
(95,70,77)
#4E383E
(78,56,62)
#3D2A2F
(61,42,47)
#2C1C20
(44,28,32)
#1B0E11
(27,14,17)
#000000
(0,0,0)

Tints of #C59AA7

#C59AA7
(197,154,167)
#CAA3AF
(202,163,175)
#CFACB7
(207,172,183)
#D4B5BF
(212,181,191)
#D9BEC7
(217,190,199)
#DEC7CF
(222,199,207)
#E3D0D7
(227,208,215)
#E8D9DF
(232,217,223)
#EDE2E7
(237,226,231)
#F2EBEF
(242,235,239)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59AA7 color. Also use rgb(197,154,167) instead hex code.

Text Font Color

.myTextColor { color: #C59AA7; }

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

This text font color is #C59AA7.


Background Color

.myBgColor { background-color: #C59AA7; }

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

This div background color is #C59AA7.


Border color

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

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

This div border color is #C59AA7.


Opacity

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

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

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

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

This text has shadow with #C59AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59AA7 on black background.


Color preview on white background

This text has color #C59AA7 on white background.



Black color preview on #C59AA7 background

This text has black color on #C59AA7 background.


White color preview on #C59AA7 background

This text has white color on #C59AA7 background.