COLOR #A098B1

HEX: #A098B1
RGB: (160,152,177)

Color info

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

RGB color model

#A098B1 color RGB value is (160,152,177).

  • red value is 160;
  • green value is 152;
  • blue value is 177.
RGB:
(160,152,177)
(63%,60%,69%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 177 of 255 = 69%

160
152
177

R + G + B ~ 64%. #A098B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 177 = 489 (100%)
R 160 of 489 ~ 32.72%
G 152 of 489 ~ 31.08%
B 177 of 489 ~ 36.2%

%32.72
%31.08
%36.2

CMYK color model

#A098B1 color CMYK value is (10,14,0,31).

  • cyan value is 9.60%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(10,14,0,31)
C10M14Y0K31 
(10%,14%,0%,31%)
(0.10/0.14/0.00/0.31)	

CMYK percentages

%9.6
%14.12
%0
%30.59

Codes

Color #A098B1 in popluar color models

A098B1
RGB160152177
HSL259°13.81%64.51%
HSB/HSV259°14.12%69.41%
CMYK9.60%14.12%0.00%
30.59%

Color #A098B1 in popluar number systems.

HEXA098B1
Decimal160152177
Binary101000001001100010110001
Octal240230261

Shades and tints

Shades of #A098B1

#A098B1
(160,152,177)
#928BA1
(146,139,161)
#847E91
(132,126,145)
#767181
(118,113,129)
#686471
(104,100,113)
#5A5761
(90,87,97)
#4C4A51
(76,74,81)
#3E3D41
(62,61,65)
#303031
(48,48,49)
#222321
(34,35,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A098B1

#A098B1
(160,152,177)
#A8A1B8
(168,161,184)
#B0AABF
(176,170,191)
#B8B3C6
(184,179,198)
#C0BCCD
(192,188,205)
#C8C5D4
(200,197,212)
#D0CEDB
(208,206,219)
#D8D7E2
(216,215,226)
#E0E0E9
(224,224,233)
#E8E9F0
(232,233,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A098B1 color. Also use rgb(160,152,177) instead hex code.

Text Font Color

.myTextColor { color: #A098B1; }

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

This text font color is #A098B1.


Background Color

.myBgColor { background-color: #A098B1; }

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

This div background color is #A098B1.


Border color

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

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

This div border color is #A098B1.


Opacity

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

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

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

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

This text has shadow with #A098B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A098B1 on black background.


Color preview on white background

This text has color #A098B1 on white background.



Black color preview on #A098B1 background

This text has black color on #A098B1 background.


White color preview on #A098B1 background

This text has white color on #A098B1 background.