COLOR #A09EB1

HEX: #A09EB1
RGB: (160,158,177)

Color info

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

RGB color model

#A09EB1 color RGB value is (160,158,177).

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

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 177 of 255 = 69%

160
158
177

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

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 177 = 495 (100%)
R 160 of 495 ~ 32.32%
G 158 of 495 ~ 31.92%
B 177 of 495 ~ 35.76%

%32.32
%31.92
%35.76

CMYK color model

#A09EB1 color CMYK value is (10,11,0,31).

  • cyan value is 9.60%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(10,11,0,31)
C10M11Y0K31 
(10%,11%,0%,31%)
(0.10/0.11/0.00/0.31)	

CMYK percentages

%9.6
%10.73
%0
%30.59

Codes

Color #A09EB1 in popluar color models

A09EB1
RGB160158177
HSL246°10.86%65.69%
HSB/HSV246°10.73%69.41%
CMYK9.60%10.73%0.00%
30.59%

Color #A09EB1 in popluar number systems.

HEXA09EB1
Decimal160158177
Binary101000001001111010110001
Octal240236261

Shades and tints

Shades of #A09EB1

#A09EB1
(160,158,177)
#9290A1
(146,144,161)
#848291
(132,130,145)
#767481
(118,116,129)
#686671
(104,102,113)
#5A5861
(90,88,97)
#4C4A51
(76,74,81)
#3E3C41
(62,60,65)
#302E31
(48,46,49)
#222021
(34,32,33)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A09EB1

#A09EB1
(160,158,177)
#A8A6B8
(168,166,184)
#B0AEBF
(176,174,191)
#B8B6C6
(184,182,198)
#C0BECD
(192,190,205)
#C8C6D4
(200,198,212)
#D0CEDB
(208,206,219)
#D8D6E2
(216,214,226)
#E0DEE9
(224,222,233)
#E8E6F0
(232,230,240)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09EB1; }

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

This text font color is #A09EB1.


Background Color

.myBgColor { background-color: #A09EB1; }

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

This div background color is #A09EB1.


Border color

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

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

This div border color is #A09EB1.


Opacity

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

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

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

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

This text has shadow with #A09EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09EB1 on black background.


Color preview on white background

This text has color #A09EB1 on white background.



Black color preview on #A09EB1 background

This text has black color on #A09EB1 background.


White color preview on #A09EB1 background

This text has white color on #A09EB1 background.