COLOR #A08BB7

HEX: #A08BB7
RGB: (160,139,183)

Color info

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

RGB color model

#A08BB7 color RGB value is (160,139,183).

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

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 183 of 255 = 72%

160
139
183

R + G + B ~ 63%. #A08BB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 139 + 183 = 482 (100%)
R 160 of 482 ~ 33.2%
G 139 of 482 ~ 28.84%
B 183 of 482 ~ 37.97%

%33.2
%28.84
%37.97

CMYK color model

#A08BB7 color CMYK value is (13,24,0,28).

  • cyan value is 12.57%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (13,24,0,28) C13M24Y0K28 (13%,24%,0%,28%) (0.13/0.24/0.00/0.28)

CMYK percentages

%12.57
%24.04
%0
%28.24

Codes

Color #A08BB7 in popluar color models

A08BB7
RGB160139183
HSL269°23.40%63.14%
HSB/HSV269°24.04%71.76%
CMYK12.57%24.04%0.00%
28.24%

Color #A08BB7 in popluar number systems.

HEXA08BB7
Decimal160139183
Binary101000001000101110110111
Octal240213267

Shades and tints

Shades of #A08BB7

#A08BB7
(160,139,183)
#927FA7
(146,127,167)
#847397
(132,115,151)
#766787
(118,103,135)
#685B77
(104,91,119)
#5A4F67
(90,79,103)
#4C4357
(76,67,87)
#3E3747
(62,55,71)
#302B37
(48,43,55)
#221F27
(34,31,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #A08BB7

#A08BB7
(160,139,183)
#A895BD
(168,149,189)
#B09FC3
(176,159,195)
#B8A9C9
(184,169,201)
#C0B3CF
(192,179,207)
#C8BDD5
(200,189,213)
#D0C7DB
(208,199,219)
#D8D1E1
(216,209,225)
#E0DBE7
(224,219,231)
#E8E5ED
(232,229,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08BB7; }

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

This text font color is #A08BB7.


Background Color

.myBgColor { background-color: #A08BB7; }

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

This div background color is #A08BB7.


Border color

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

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

This div border color is #A08BB7.


Opacity

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

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

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

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

This text has shadow with #A08BB7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A08BB7 on black background.


Color preview on white background

This text has color #A08BB7 on white background.



Black color preview on #A08BB7 background

This text has black color on #A08BB7 background.


White color preview on #A08BB7 background

This text has white color on #A08BB7 background.