COLOR #A08F9E

HEX: #A08F9E
RGB: (160,143,158)

Color info

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

RGB color model

#A08F9E color RGB value is (160,143,158).

  • red value is 160;
  • green value is 143;
  • blue value is 158.
RGB:
(160,143,158)
(63%,56%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 143 of 255 = 56%
B 158 of 255 = 62%

160
143
158

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

Portions of RGB colors in percentages

R + G + B =
160 + 143 + 158 = 461 (100%)
R 160 of 461 ~ 34.71%
G 143 of 461 ~ 31.02%
B 158 of 461 ~ 34.27%

%34.71
%31.02
%34.27

CMYK color model

#A08F9E color CMYK value is (0,11,1,37).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK:
(0,11,1,37)
C0M11Y1K37 
(0%,11%,1%,37%)
(0.00/0.11/0.01/0.37)	

CMYK percentages

%0
%10.63
%1.25
%37.25

Codes

Color #A08F9E in popluar color models

A08F9E
RGB160143158
HSL307°8.21%59.41%
HSB/HSV307°10.63%62.75%
CMYK0.00%10.63%1.25%
37.25%

Color #A08F9E in popluar number systems.

HEXA08F9E
Decimal160143158
Binary101000001000111110011110
Octal240217236

Shades and tints

Shades of #A08F9E

#A08F9E
(160,143,158)
#928290
(146,130,144)
#847582
(132,117,130)
#766874
(118,104,116)
#685B66
(104,91,102)
#5A4E58
(90,78,88)
#4C414A
(76,65,74)
#3E343C
(62,52,60)
#30272E
(48,39,46)
#221A20
(34,26,32)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #A08F9E

#A08F9E
(160,143,158)
#A899A6
(168,153,166)
#B0A3AE
(176,163,174)
#B8ADB6
(184,173,182)
#C0B7BE
(192,183,190)
#C8C1C6
(200,193,198)
#D0CBCE
(208,203,206)
#D8D5D6
(216,213,214)
#E0DFDE
(224,223,222)
#E8E9E6
(232,233,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08F9E color. Also use rgb(160,143,158) instead hex code.

Text Font Color

.myTextColor { color: #A08F9E; }

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

This text font color is #A08F9E.


Background Color

.myBgColor { background-color: #A08F9E; }

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

This div background color is #A08F9E.


Border color

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

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

This div border color is #A08F9E.


Opacity

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

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

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

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

This text has shadow with #A08F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08F9E on black background.


Color preview on white background

This text has color #A08F9E on white background.



Black color preview on #A08F9E background

This text has black color on #A08F9E background.


White color preview on #A08F9E background

This text has white color on #A08F9E background.