COLOR #A09AB2

HEX: #A09AB2
RGB: (160,154,178)

Color info

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

RGB color model

#A09AB2 color RGB value is (160,154,178).

  • red value is 160;
  • green value is 154;
  • blue value is 178.
RGB:
(160,154,178)
(63%,60%,70%)

RGB channels and saturation

R 160 of 255 = 63%
G 154 of 255 = 60%
B 178 of 255 = 70%

160
154
178

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

Portions of RGB colors in percentages

R + G + B =
160 + 154 + 178 = 492 (100%)
R 160 of 492 ~ 32.52%
G 154 of 492 ~ 31.3%
B 178 of 492 ~ 36.18%

%32.52
%31.3
%36.18

CMYK color model

#A09AB2 color CMYK value is (10,13,0,30).

  • cyan value is 10.11%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,13,0,30)
C10M13Y0K30 
(10%,13%,0%,30%)
(0.10/0.13/0.00/0.30)	

CMYK percentages

%10.11
%13.48
%0
%30.2

Codes

Color #A09AB2 in popluar color models

A09AB2
RGB160154178
HSL255°13.48%65.10%
HSB/HSV255°13.48%69.80%
CMYK10.11%13.48%0.00%
30.20%

Color #A09AB2 in popluar number systems.

HEXA09AB2
Decimal160154178
Binary101000001001101010110010
Octal240232262

Shades and tints

Shades of #A09AB2

#A09AB2
(160,154,178)
#928CA2
(146,140,162)
#847E92
(132,126,146)
#767082
(118,112,130)
#686272
(104,98,114)
#5A5462
(90,84,98)
#4C4652
(76,70,82)
#3E3842
(62,56,66)
#302A32
(48,42,50)
#221C22
(34,28,34)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #A09AB2

#A09AB2
(160,154,178)
#A8A3B9
(168,163,185)
#B0ACC0
(176,172,192)
#B8B5C7
(184,181,199)
#C0BECE
(192,190,206)
#C8C7D5
(200,199,213)
#D0D0DC
(208,208,220)
#D8D9E3
(216,217,227)
#E0E2EA
(224,226,234)
#E8EBF1
(232,235,241)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09AB2 color. Also use rgb(160,154,178) instead hex code.

Text Font Color

.myTextColor { color: #A09AB2; }

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

This text font color is #A09AB2.


Background Color

.myBgColor { background-color: #A09AB2; }

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

This div background color is #A09AB2.


Border color

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

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

This div border color is #A09AB2.


Opacity

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

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

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

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

This text has shadow with #A09AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09AB2 on black background.


Color preview on white background

This text has color #A09AB2 on white background.



Black color preview on #A09AB2 background

This text has black color on #A09AB2 background.


White color preview on #A09AB2 background

This text has white color on #A09AB2 background.