COLOR #C59EAC

HEX: #C59EAC
RGB: (197,158,172)

Color info

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

RGB color model

#C59EAC color RGB value is (197,158,172).

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

RGB channels and saturation

R 197 of 255 = 77%
G 158 of 255 = 62%
B 172 of 255 = 67%

197
158
172

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

Portions of RGB colors in percentages

R + G + B =
197 + 158 + 172 = 527 (100%)
R 197 of 527 ~ 37.38%
G 158 of 527 ~ 29.98%
B 172 of 527 ~ 32.64%

%37.38
%29.98
%32.64

CMYK color model

#C59EAC color CMYK value is (0,20,13,23).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(0,20,13,23)
C0M20Y13K23 
(0%,20%,13%,23%)
(0.00/0.20/0.13/0.23)	

CMYK percentages

%0
%19.8
%12.69
%22.75

Codes

Color #C59EAC in popluar color models

C59EAC
RGB197158172
HSL338°25.16%69.61%
HSB/HSV338°19.80%77.25%
CMYK0.00%19.80%12.69%
22.75%

Color #C59EAC in popluar number systems.

HEXC59EAC
Decimal197158172
Binary110001011001111010101100
Octal305236254

Shades and tints

Shades of #C59EAC

#C59EAC
(197,158,172)
#B4909D
(180,144,157)
#A3828E
(163,130,142)
#92747F
(146,116,127)
#816670
(129,102,112)
#705861
(112,88,97)
#5F4A52
(95,74,82)
#4E3C43
(78,60,67)
#3D2E34
(61,46,52)
#2C2025
(44,32,37)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #C59EAC

#C59EAC
(197,158,172)
#CAA6B3
(202,166,179)
#CFAEBA
(207,174,186)
#D4B6C1
(212,182,193)
#D9BEC8
(217,190,200)
#DEC6CF
(222,198,207)
#E3CED6
(227,206,214)
#E8D6DD
(232,214,221)
#EDDEE4
(237,222,228)
#F2E6EB
(242,230,235)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59EAC; }

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

This text font color is #C59EAC.


Background Color

.myBgColor { background-color: #C59EAC; }

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

This div background color is #C59EAC.


Border color

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

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

This div border color is #C59EAC.


Opacity

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

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

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

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

This text has shadow with #C59EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59EAC on black background.


Color preview on white background

This text has color #C59EAC on white background.



Black color preview on #C59EAC background

This text has black color on #C59EAC background.


White color preview on #C59EAC background

This text has white color on #C59EAC background.