COLOR #A18C9E

HEX: #A18C9E
RGB: (161,140,158)

Color info

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

RGB color model

#A18C9E color RGB value is (161,140,158).

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

RGB channels and saturation

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

161
140
158

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

Portions of RGB colors in percentages

R + G + B =
161 + 140 + 158 = 459 (100%)
R 161 of 459 ~ 35.08%
G 140 of 459 ~ 30.5%
B 158 of 459 ~ 34.42%

%35.08
%30.5
%34.42

CMYK color model

#A18C9E color CMYK value is (0,13,2,37).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 1.86%
  • key color value is 36.86%
CMYK:
(0,13,2,37)
C0M13Y2K37 
(0%,13%,2%,37%)
(0.00/0.13/0.02/0.37)	

CMYK percentages

%0
%13.04
%1.86
%36.86

Codes

Color #A18C9E in popluar color models

A18C9E
RGB161140158
HSL309°10.05%59.02%
HSB/HSV309°13.04%63.14%
CMYK0.00%13.04%1.86%
36.86%

Color #A18C9E in popluar number systems.

HEXA18C9E
Decimal161140158
Binary101000011000110010011110
Octal241214236

Shades and tints

Shades of #A18C9E

#A18C9E
(161,140,158)
#938090
(147,128,144)
#857482
(133,116,130)
#776874
(119,104,116)
#695C66
(105,92,102)
#5B5058
(91,80,88)
#4D444A
(77,68,74)
#3F383C
(63,56,60)
#312C2E
(49,44,46)
#232020
(35,32,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #A18C9E

#A18C9E
(161,140,158)
#A996A6
(169,150,166)
#B1A0AE
(177,160,174)
#B9AAB6
(185,170,182)
#C1B4BE
(193,180,190)
#C9BEC6
(201,190,198)
#D1C8CE
(209,200,206)
#D9D2D6
(217,210,214)
#E1DCDE
(225,220,222)
#E9E6E6
(233,230,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18C9E; }

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

This text font color is #A18C9E.


Background Color

.myBgColor { background-color: #A18C9E; }

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

This div background color is #A18C9E.


Border color

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

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

This div border color is #A18C9E.


Opacity

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

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

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

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

This text has shadow with #A18C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18C9E on black background.


Color preview on white background

This text has color #A18C9E on white background.



Black color preview on #A18C9E background

This text has black color on #A18C9E background.


White color preview on #A18C9E background

This text has white color on #A18C9E background.