COLOR #A08EB7

HEX: #A08EB7
RGB: (160,142,183)

Color info

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

RGB color model

#A08EB7 color RGB value is (160,142,183).

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

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 183 of 255 = 72%

160
142
183

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 183 = 485 (100%)
R 160 of 485 ~ 32.99%
G 142 of 485 ~ 29.28%
B 183 of 485 ~ 37.73%

%32.99
%29.28
%37.73

CMYK color model

#A08EB7 color CMYK value is (13,22,0,28).

  • cyan value is 12.57%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(13,22,0,28)
C13M22Y0K28 
(13%,22%,0%,28%)
(0.13/0.22/0.00/0.28)	

CMYK percentages

%12.57
%22.4
%0
%28.24

Codes

Color #A08EB7 in popluar color models

A08EB7
RGB160142183
HSL266°22.16%63.73%
HSB/HSV266°22.40%71.76%
CMYK12.57%22.40%0.00%
28.24%

Color #A08EB7 in popluar number systems.

HEXA08EB7
Decimal160142183
Binary101000001000111010110111
Octal240216267

Shades and tints

Shades of #A08EB7

#A08EB7
(160,142,183)
#9282A7
(146,130,167)
#847697
(132,118,151)
#766A87
(118,106,135)
#685E77
(104,94,119)
#5A5267
(90,82,103)
#4C4657
(76,70,87)
#3E3A47
(62,58,71)
#302E37
(48,46,55)
#222227
(34,34,39)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #A08EB7

#A08EB7
(160,142,183)
#A898BD
(168,152,189)
#B0A2C3
(176,162,195)
#B8ACC9
(184,172,201)
#C0B6CF
(192,182,207)
#C8C0D5
(200,192,213)
#D0CADB
(208,202,219)
#D8D4E1
(216,212,225)
#E0DEE7
(224,222,231)
#E8E8ED
(232,232,237)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08EB7; }

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

This text font color is #A08EB7.


Background Color

.myBgColor { background-color: #A08EB7; }

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

This div background color is #A08EB7.


Border color

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

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

This div border color is #A08EB7.


Opacity

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

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

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

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

This text has shadow with #A08EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08EB7 on black background.


Color preview on white background

This text has color #A08EB7 on white background.



Black color preview on #A08EB7 background

This text has black color on #A08EB7 background.


White color preview on #A08EB7 background

This text has white color on #A08EB7 background.