COLOR #A18BA9

HEX: #A18BA9
RGB: (161,139,169)

Color info

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

RGB color model

#A18BA9 color RGB value is (161,139,169).

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

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 169 of 255 = 66%

161
139
169

R + G + B ~ 61%. #A18BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 169 = 469 (100%)
R 161 of 469 ~ 34.33%
G 139 of 469 ~ 29.64%
B 169 of 469 ~ 36.03%

%34.33
%29.64
%36.03

CMYK color model

#A18BA9 color CMYK value is (5,18,0,34).

  • cyan value is 4.73%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(5,18,0,34)
C5M18Y0K34 
(5%,18%,0%,34%)
(0.05/0.18/0.00/0.34)	

CMYK percentages

%4.73
%17.75
%0
%33.73

Codes

Color #A18BA9 in popluar color models

A18BA9
RGB161139169
HSL284°14.85%60.39%
HSB/HSV284°17.75%66.27%
CMYK4.73%17.75%0.00%
33.73%

Color #A18BA9 in popluar number systems.

HEXA18BA9
Decimal161139169
Binary101000011000101110101001
Octal241213251

Shades and tints

Shades of #A18BA9

#A18BA9
(161,139,169)
#937F9A
(147,127,154)
#85738B
(133,115,139)
#77677C
(119,103,124)
#695B6D
(105,91,109)
#5B4F5E
(91,79,94)
#4D434F
(77,67,79)
#3F3740
(63,55,64)
#312B31
(49,43,49)
#231F22
(35,31,34)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A18BA9

#A18BA9
(161,139,169)
#A995B0
(169,149,176)
#B19FB7
(177,159,183)
#B9A9BE
(185,169,190)
#C1B3C5
(193,179,197)
#C9BDCC
(201,189,204)
#D1C7D3
(209,199,211)
#D9D1DA
(217,209,218)
#E1DBE1
(225,219,225)
#E9E5E8
(233,229,232)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18BA9; }

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

This text font color is #A18BA9.


Background Color

.myBgColor { background-color: #A18BA9; }

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

This div background color is #A18BA9.


Border color

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

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

This div border color is #A18BA9.


Opacity

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

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

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

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

This text has shadow with #A18BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18BA9 on black background.


Color preview on white background

This text has color #A18BA9 on white background.



Black color preview on #A18BA9 background

This text has black color on #A18BA9 background.


White color preview on #A18BA9 background

This text has white color on #A18BA9 background.