COLOR #A08B9E

HEX: #A08B9E
RGB: (160,139,158)

Color info

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

RGB color model

#A08B9E color RGB value is (160,139,158).

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

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 158 of 255 = 62%

160
139
158

R + G + B ~ 60%. #A08B9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 158 = 457 (100%)
R 160 of 457 ~ 35.01%
G 139 of 457 ~ 30.42%
B 158 of 457 ~ 34.57%

%35.01
%30.42
%34.57

CMYK color model

#A08B9E color CMYK value is (0,13,1,37).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,13,1,37)
C0M13Y1K37 
(0%,13%,1%,37%)
(0.00/0.13/0.01/0.37)	

CMYK percentages

%0
%13.13
%1.25
%37.25

Codes

Color #A08B9E in popluar color models

A08B9E
RGB160139158
HSL306°9.95%58.63%
HSB/HSV306°13.13%62.75%
CMYK0.00%13.13%1.25%
37.25%

Color #A08B9E in popluar number systems.

HEXA08B9E
Decimal160139158
Binary101000001000101110011110
Octal240213236

Shades and tints

Shades of #A08B9E

#A08B9E
(160,139,158)
#927F90
(146,127,144)
#847382
(132,115,130)
#766774
(118,103,116)
#685B66
(104,91,102)
#5A4F58
(90,79,88)
#4C434A
(76,67,74)
#3E373C
(62,55,60)
#302B2E
(48,43,46)
#221F20
(34,31,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A08B9E

#A08B9E
(160,139,158)
#A895A6
(168,149,166)
#B09FAE
(176,159,174)
#B8A9B6
(184,169,182)
#C0B3BE
(192,179,190)
#C8BDC6
(200,189,198)
#D0C7CE
(208,199,206)
#D8D1D6
(216,209,214)
#E0DBDE
(224,219,222)
#E8E5E6
(232,229,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08B9E; }

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

This text font color is #A08B9E.


Background Color

.myBgColor { background-color: #A08B9E; }

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

This div background color is #A08B9E.


Border color

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

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

This div border color is #A08B9E.


Opacity

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

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

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

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

This text has shadow with #A08B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08B9E on black background.


Color preview on white background

This text has color #A08B9E on white background.



Black color preview on #A08B9E background

This text has black color on #A08B9E background.


White color preview on #A08B9E background

This text has white color on #A08B9E background.