COLOR #A18B9E

HEX: #A18B9E
RGB: (161,139,158)

Color info

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

RGB color model

#A18B9E color RGB value is (161,139,158).

  • red value is 161;
  • green value is 139;
  • blue value is 158.
RGB:
(161,139,158)
(63%,55%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 158 of 255 = 62%

161
139
158

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

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 158 = 458 (100%)
R 161 of 458 ~ 35.15%
G 139 of 458 ~ 30.35%
B 158 of 458 ~ 34.5%

%35.15
%30.35
%34.5

CMYK color model

#A18B9E color CMYK value is (0,14,2,37).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 1.86%
  • key color value is 36.86%
CMYK:
(0,14,2,37)
C0M14Y2K37 
(0%,14%,2%,37%)
(0.00/0.14/0.02/0.37)	

CMYK percentages

%0
%13.66
%1.86
%36.86

Codes

Color #A18B9E in popluar color models

A18B9E
RGB161139158
HSL308°10.48%58.82%
HSB/HSV308°13.66%63.14%
CMYK0.00%13.66%1.86%
36.86%

Color #A18B9E in popluar number systems.

HEXA18B9E
Decimal161139158
Binary101000011000101110011110
Octal241213236

Shades and tints

Shades of #A18B9E

#A18B9E
(161,139,158)
#937F90
(147,127,144)
#857382
(133,115,130)
#776774
(119,103,116)
#695B66
(105,91,102)
#5B4F58
(91,79,88)
#4D434A
(77,67,74)
#3F373C
(63,55,60)
#312B2E
(49,43,46)
#231F20
(35,31,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #A18B9E

#A18B9E
(161,139,158)
#A995A6
(169,149,166)
#B19FAE
(177,159,174)
#B9A9B6
(185,169,182)
#C1B3BE
(193,179,190)
#C9BDC6
(201,189,198)
#D1C7CE
(209,199,206)
#D9D1D6
(217,209,214)
#E1DBDE
(225,219,222)
#E9E5E6
(233,229,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18B9E color. Also use rgb(161,139,158) instead hex code.

Text Font Color

.myTextColor { color: #A18B9E; }

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

This text font color is #A18B9E.


Background Color

.myBgColor { background-color: #A18B9E; }

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

This div background color is #A18B9E.


Border color

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

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

This div border color is #A18B9E.


Opacity

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

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

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

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

This text has shadow with #A18B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18B9E on black background.


Color preview on white background

This text has color #A18B9E on white background.



Black color preview on #A18B9E background

This text has black color on #A18B9E background.


White color preview on #A18B9E background

This text has white color on #A18B9E background.