COLOR #A08E9B

HEX: #A08E9B
RGB: (160,142,155)

Color info

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

RGB color model

#A08E9B color RGB value is (160,142,155).

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

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 155 of 255 = 61%

160
142
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 155 = 457 (100%)
R 160 of 457 ~ 35.01%
G 142 of 457 ~ 31.07%
B 155 of 457 ~ 33.92%

%35.01
%31.07
%33.92

CMYK color model

#A08E9B color CMYK value is (0,11,3,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(0,11,3,37)
C0M11Y3K37 
(0%,11%,3%,37%)
(0.00/0.11/0.03/0.37)	

CMYK percentages

%0
%11.25
%3.13
%37.25

Codes

Color #A08E9B in popluar color models

A08E9B
RGB160142155
HSL317°8.65%59.22%
HSB/HSV317°11.25%62.75%
CMYK0.00%11.25%3.13%
37.25%

Color #A08E9B in popluar number systems.

HEXA08E9B
Decimal160142155
Binary101000001000111010011011
Octal240216233

Shades and tints

Shades of #A08E9B

#A08E9B
(160,142,155)
#92828D
(146,130,141)
#84767F
(132,118,127)
#766A71
(118,106,113)
#685E63
(104,94,99)
#5A5255
(90,82,85)
#4C4647
(76,70,71)
#3E3A39
(62,58,57)
#302E2B
(48,46,43)
#22221D
(34,34,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #A08E9B

#A08E9B
(160,142,155)
#A898A4
(168,152,164)
#B0A2AD
(176,162,173)
#B8ACB6
(184,172,182)
#C0B6BF
(192,182,191)
#C8C0C8
(200,192,200)
#D0CAD1
(208,202,209)
#D8D4DA
(216,212,218)
#E0DEE3
(224,222,227)
#E8E8EC
(232,232,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E9B; }

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

This text font color is #A08E9B.


Background Color

.myBgColor { background-color: #A08E9B; }

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

This div background color is #A08E9B.


Border color

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

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

This div border color is #A08E9B.


Opacity

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

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

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

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

This text has shadow with #A08E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08E9B on black background.


Color preview on white background

This text has color #A08E9B on white background.



Black color preview on #A08E9B background

This text has black color on #A08E9B background.


White color preview on #A08E9B background

This text has white color on #A08E9B background.