COLOR #A08EB9

HEX: #A08EB9
RGB: (160,142,185)

Color info

#A08EB9 contains red, green and blue colors in about the same proportion. Web safe color of #A08EB9 is #9999CC (or #99C).

RGB color model

#A08EB9 color RGB value is (160,142,185).

  • red value is 160;
  • green value is 142;
  • blue value is 185.
RGB:
(160,142,185)
(63%,56%,73%)

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 185 of 255 = 73%

160
142
185

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 185 = 487 (100%)
R 160 of 487 ~ 32.85%
G 142 of 487 ~ 29.16%
B 185 of 487 ~ 37.99%

%32.85
%29.16
%37.99

CMYK color model

#A08EB9 color CMYK value is (14,23,0,27).

  • cyan value is 13.51%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(14,23,0,27)
C14M23Y0K27 
(14%,23%,0%,27%)
(0.14/0.23/0.00/0.27)	

CMYK percentages

%13.51
%23.24
%0
%27.45

Codes

Color #A08EB9 in popluar color models

A08EB9
RGB160142185
HSL265°23.50%64.12%
HSB/HSV265°23.24%72.55%
CMYK13.51%23.24%0.00%
27.45%

Color #A08EB9 in popluar number systems.

HEXA08EB9
Decimal160142185
Binary101000001000111010111001
Octal240216271

Shades and tints

Shades of #A08EB9

#A08EB9
(160,142,185)
#9282A9
(146,130,169)
#847699
(132,118,153)
#766A89
(118,106,137)
#685E79
(104,94,121)
#5A5269
(90,82,105)
#4C4659
(76,70,89)
#3E3A49
(62,58,73)
#302E39
(48,46,57)
#222229
(34,34,41)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #A08EB9

#A08EB9
(160,142,185)
#A898BF
(168,152,191)
#B0A2C5
(176,162,197)
#B8ACCB
(184,172,203)
#C0B6D1
(192,182,209)
#C8C0D7
(200,192,215)
#D0CADD
(208,202,221)
#D8D4E3
(216,212,227)
#E0DEE9
(224,222,233)
#E8E8EF
(232,232,239)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08EB9 color. Also use rgb(160,142,185) instead hex code.

Text Font Color

.myTextColor { color: #A08EB9; }

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

This text font color is #A08EB9.


Background Color

.myBgColor { background-color: #A08EB9; }

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

This div background color is #A08EB9.


Border color

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

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

This div border color is #A08EB9.


Opacity

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

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

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

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

This text has shadow with #A08EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08EB9 on black background.


Color preview on white background

This text has color #A08EB9 on white background.



Black color preview on #A08EB9 background

This text has black color on #A08EB9 background.


White color preview on #A08EB9 background

This text has white color on #A08EB9 background.