COLOR #A197A8

HEX: #A197A8
RGB: (161,151,168)

Color info

#A197A8 contains red, green and blue colors in about the same proportion. Web safe color of #A197A8 is #999999 (or #999).

RGB color model

#A197A8 color RGB value is (161,151,168).

  • red value is 161;
  • green value is 151;
  • blue value is 168.
RGB:
(161,151,168)
(63%,59%,66%)

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 168 of 255 = 66%

161
151
168

R + G + B ~ 63%. #A197A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 151 + 168 = 480 (100%)
R 161 of 480 ~ 33.54%
G 151 of 480 ~ 31.46%
B 168 of 480 ~ 35%

%33.54
%31.46
%35

CMYK color model

#A197A8 color CMYK value is (4,10,0,34).

  • cyan value is 4.17%
  • magenta value is 10.12%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(4,10,0,34)
C4M10Y0K34 
(4%,10%,0%,34%)
(0.04/0.10/0.00/0.34)	

CMYK percentages

%4.17
%10.12
%0
%34.12

Codes

Color #A197A8 in popluar color models

A197A8
RGB161151168
HSL275°8.90%62.55%
HSB/HSV275°10.12%65.88%
CMYK4.17%10.12%0.00%
34.12%

Color #A197A8 in popluar number systems.

HEXA197A8
Decimal161151168
Binary101000011001011110101000
Octal241227250

Shades and tints

Shades of #A197A8

#A197A8
(161,151,168)
#938A99
(147,138,153)
#857D8A
(133,125,138)
#77707B
(119,112,123)
#69636C
(105,99,108)
#5B565D
(91,86,93)
#4D494E
(77,73,78)
#3F3C3F
(63,60,63)
#312F30
(49,47,48)
#232221
(35,34,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #A197A8

#A197A8
(161,151,168)
#A9A0AF
(169,160,175)
#B1A9B6
(177,169,182)
#B9B2BD
(185,178,189)
#C1BBC4
(193,187,196)
#C9C4CB
(201,196,203)
#D1CDD2
(209,205,210)
#D9D6D9
(217,214,217)
#E1DFE0
(225,223,224)
#E9E8E7
(233,232,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A197A8 color. Also use rgb(161,151,168) instead hex code.

Text Font Color

.myTextColor { color: #A197A8; }

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

This text font color is #A197A8.


Background Color

.myBgColor { background-color: #A197A8; }

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

This div background color is #A197A8.


Border color

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

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

This div border color is #A197A8.


Opacity

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

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

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

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

This text has shadow with #A197A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A197A8 on black background.


Color preview on white background

This text has color #A197A8 on white background.



Black color preview on #A197A8 background

This text has black color on #A197A8 background.


White color preview on #A197A8 background

This text has white color on #A197A8 background.