COLOR #A097B9

HEX: #A097B9
RGB: (160,151,185)

Color info

#A097B9 contains red, green and blue colors in about the same proportion. Web safe color of #A097B9 is #9999CC (or #99C).

RGB color model

#A097B9 color RGB value is (160,151,185).

  • red value is 160;
  • green value is 151;
  • blue value is 185.
RGB:
(160,151,185)
(63%,59%,73%)

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 185 of 255 = 73%

160
151
185

R + G + B ~ 65%. #A097B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 185 = 496 (100%)
R 160 of 496 ~ 32.26%
G 151 of 496 ~ 30.44%
B 185 of 496 ~ 37.3%

%32.26
%30.44
%37.3

CMYK color model

#A097B9 color CMYK value is (14,18,0,27).

  • cyan value is 13.51%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(14,18,0,27)
C14M18Y0K27 
(14%,18%,0%,27%)
(0.14/0.18/0.00/0.27)	

CMYK percentages

%13.51
%18.38
%0
%27.45

Codes

Color #A097B9 in popluar color models

A097B9
RGB160151185
HSL256°19.54%65.88%
HSB/HSV256°18.38%72.55%
CMYK13.51%18.38%0.00%
27.45%

Color #A097B9 in popluar number systems.

HEXA097B9
Decimal160151185
Binary101000001001011110111001
Octal240227271

Shades and tints

Shades of #A097B9

#A097B9
(160,151,185)
#928AA9
(146,138,169)
#847D99
(132,125,153)
#767089
(118,112,137)
#686379
(104,99,121)
#5A5669
(90,86,105)
#4C4959
(76,73,89)
#3E3C49
(62,60,73)
#302F39
(48,47,57)
#222229
(34,34,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #A097B9

#A097B9
(160,151,185)
#A8A0BF
(168,160,191)
#B0A9C5
(176,169,197)
#B8B2CB
(184,178,203)
#C0BBD1
(192,187,209)
#C8C4D7
(200,196,215)
#D0CDDD
(208,205,221)
#D8D6E3
(216,214,227)
#E0DFE9
(224,223,233)
#E8E8EF
(232,232,239)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A097B9 color. Also use rgb(160,151,185) instead hex code.

Text Font Color

.myTextColor { color: #A097B9; }

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

This text font color is #A097B9.


Background Color

.myBgColor { background-color: #A097B9; }

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

This div background color is #A097B9.


Border color

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

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

This div border color is #A097B9.


Opacity

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

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

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

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

This text has shadow with #A097B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A097B9 on black background.


Color preview on white background

This text has color #A097B9 on white background.



Black color preview on #A097B9 background

This text has black color on #A097B9 background.


White color preview on #A097B9 background

This text has white color on #A097B9 background.