COLOR #A09EB2

HEX: #A09EB2
RGB: (160,158,178)

Color info

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

RGB color model

#A09EB2 color RGB value is (160,158,178).

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

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 178 of 255 = 70%

160
158
178

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

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 178 = 496 (100%)
R 160 of 496 ~ 32.26%
G 158 of 496 ~ 31.85%
B 178 of 496 ~ 35.89%

%32.26
%31.85
%35.89

CMYK color model

#A09EB2 color CMYK value is (10,11,0,30).

  • cyan value is 10.11%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,11,0,30)
C10M11Y0K30 
(10%,11%,0%,30%)
(0.10/0.11/0.00/0.30)	

CMYK percentages

%10.11
%11.24
%0
%30.2

Codes

Color #A09EB2 in popluar color models

A09EB2
RGB160158178
HSL246°11.49%65.88%
HSB/HSV246°11.24%69.80%
CMYK10.11%11.24%0.00%
30.20%

Color #A09EB2 in popluar number systems.

HEXA09EB2
Decimal160158178
Binary101000001001111010110010
Octal240236262

Shades and tints

Shades of #A09EB2

#A09EB2
(160,158,178)
#9290A2
(146,144,162)
#848292
(132,130,146)
#767482
(118,116,130)
#686672
(104,102,114)
#5A5862
(90,88,98)
#4C4A52
(76,74,82)
#3E3C42
(62,60,66)
#302E32
(48,46,50)
#222022
(34,32,34)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #A09EB2

#A09EB2
(160,158,178)
#A8A6B9
(168,166,185)
#B0AEC0
(176,174,192)
#B8B6C7
(184,182,199)
#C0BECE
(192,190,206)
#C8C6D5
(200,198,213)
#D0CEDC
(208,206,220)
#D8D6E3
(216,214,227)
#E0DEEA
(224,222,234)
#E8E6F1
(232,230,241)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09EB2; }

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

This text font color is #A09EB2.


Background Color

.myBgColor { background-color: #A09EB2; }

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

This div background color is #A09EB2.


Border color

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

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

This div border color is #A09EB2.


Opacity

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

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

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

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

This text has shadow with #A09EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09EB2 on black background.


Color preview on white background

This text has color #A09EB2 on white background.



Black color preview on #A09EB2 background

This text has black color on #A09EB2 background.


White color preview on #A09EB2 background

This text has white color on #A09EB2 background.