COLOR #A08BA8

HEX: #A08BA8
RGB: (160,139,168)

Color info

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

RGB color model

#A08BA8 color RGB value is (160,139,168).

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

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 168 of 255 = 66%

160
139
168

R + G + B ~ 61%. #A08BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 168 = 467 (100%)
R 160 of 467 ~ 34.26%
G 139 of 467 ~ 29.76%
B 168 of 467 ~ 35.97%

%34.26
%29.76
%35.97

CMYK color model

#A08BA8 color CMYK value is (5,17,0,34).

  • cyan value is 4.76%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(5,17,0,34)
C5M17Y0K34 
(5%,17%,0%,34%)
(0.05/0.17/0.00/0.34)	

CMYK percentages

%4.76
%17.26
%0
%34.12

Codes

Color #A08BA8 in popluar color models

A08BA8
RGB160139168
HSL283°14.29%60.20%
HSB/HSV283°17.26%65.88%
CMYK4.76%17.26%0.00%
34.12%

Color #A08BA8 in popluar number systems.

HEXA08BA8
Decimal160139168
Binary101000001000101110101000
Octal240213250

Shades and tints

Shades of #A08BA8

#A08BA8
(160,139,168)
#927F99
(146,127,153)
#84738A
(132,115,138)
#76677B
(118,103,123)
#685B6C
(104,91,108)
#5A4F5D
(90,79,93)
#4C434E
(76,67,78)
#3E373F
(62,55,63)
#302B30
(48,43,48)
#221F21
(34,31,33)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A08BA8

#A08BA8
(160,139,168)
#A895AF
(168,149,175)
#B09FB6
(176,159,182)
#B8A9BD
(184,169,189)
#C0B3C4
(192,179,196)
#C8BDCB
(200,189,203)
#D0C7D2
(208,199,210)
#D8D1D9
(216,209,217)
#E0DBE0
(224,219,224)
#E8E5E7
(232,229,231)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08BA8; }

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

This text font color is #A08BA8.


Background Color

.myBgColor { background-color: #A08BA8; }

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

This div background color is #A08BA8.


Border color

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

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

This div border color is #A08BA8.


Opacity

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

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

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

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

This text has shadow with #A08BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08BA8 on black background.


Color preview on white background

This text has color #A08BA8 on white background.



Black color preview on #A08BA8 background

This text has black color on #A08BA8 background.


White color preview on #A08BA8 background

This text has white color on #A08BA8 background.