COLOR #C59AB8

HEX: #C59AB8
RGB: (197,154,184)

Color info

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

RGB color model

#C59AB8 color RGB value is (197,154,184).

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

RGB channels and saturation

R 197 of 255 = 77%
G 154 of 255 = 60%
B 184 of 255 = 72%

197
154
184

R + G + B ~ 70%. #C59AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 154 + 184 = 535 (100%)
R 197 of 535 ~ 36.82%
G 154 of 535 ~ 28.79%
B 184 of 535 ~ 34.39%

%36.82
%28.79
%34.39

CMYK color model

#C59AB8 color CMYK value is (0,22,7,23).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK: (0,22,7,23) C0M22Y7K23 (0%,22%,7%,23%) (0.00/0.22/0.07/0.23)

CMYK percentages

%0
%21.83
%6.6
%22.75

Codes

Color #C59AB8 in popluar color models

C59AB8
RGB197154184
HSL318°27.04%68.82%
HSB/HSV318°21.83%77.25%
CMYK0.00%21.83%6.60%
22.75%

Color #C59AB8 in popluar number systems.

HEXC59AB8
Decimal197154184
Binary110001011001101010111000
Octal305232270

Shades and tints

Shades of #C59AB8

#C59AB8
(197,154,184)
#B48CA8
(180,140,168)
#A37E98
(163,126,152)
#927088
(146,112,136)
#816278
(129,98,120)
#705468
(112,84,104)
#5F4658
(95,70,88)
#4E3848
(78,56,72)
#3D2A38
(61,42,56)
#2C1C28
(44,28,40)
#1B0E18
(27,14,24)
#000000
(0,0,0)

Tints of #C59AB8

#C59AB8
(197,154,184)
#CAA3BE
(202,163,190)
#CFACC4
(207,172,196)
#D4B5CA
(212,181,202)
#D9BED0
(217,190,208)
#DEC7D6
(222,199,214)
#E3D0DC
(227,208,220)
#E8D9E2
(232,217,226)
#EDE2E8
(237,226,232)
#F2EBEE
(242,235,238)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59AB8; }

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

This text font color is #C59AB8.


Background Color

.myBgColor { background-color: #C59AB8; }

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

This div background color is #C59AB8.


Border color

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

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

This div border color is #C59AB8.


Opacity

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

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

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

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

This text has shadow with #C59AB8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C59AB8 on black background.


Color preview on white background

This text has color #C59AB8 on white background.



Black color preview on #C59AB8 background

This text has black color on #C59AB8 background.


White color preview on #C59AB8 background

This text has white color on #C59AB8 background.