COLOR #A18E9B

HEX: #A18E9B
RGB: (161,142,155)

Color info

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

RGB color model

#A18E9B color RGB value is (161,142,155).

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

RGB channels and saturation

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

161
142
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 155 = 458 (100%)
R 161 of 458 ~ 35.15%
G 142 of 458 ~ 31%
B 155 of 458 ~ 33.84%

%35.15
%31
%33.84

CMYK color model

#A18E9B color CMYK value is (0,12,4,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK:
(0,12,4,37)
C0M12Y4K37 
(0%,12%,4%,37%)
(0.00/0.12/0.04/0.37)	

CMYK percentages

%0
%11.8
%3.73
%36.86

Codes

Color #A18E9B in popluar color models

A18E9B
RGB161142155
HSL319°9.18%59.41%
HSB/HSV319°11.80%63.14%
CMYK0.00%11.80%3.73%
36.86%

Color #A18E9B in popluar number systems.

HEXA18E9B
Decimal161142155
Binary101000011000111010011011
Octal241216233

Shades and tints

Shades of #A18E9B

#A18E9B
(161,142,155)
#93828D
(147,130,141)
#85767F
(133,118,127)
#776A71
(119,106,113)
#695E63
(105,94,99)
#5B5255
(91,82,85)
#4D4647
(77,70,71)
#3F3A39
(63,58,57)
#312E2B
(49,46,43)
#23221D
(35,34,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #A18E9B

#A18E9B
(161,142,155)
#A998A4
(169,152,164)
#B1A2AD
(177,162,173)
#B9ACB6
(185,172,182)
#C1B6BF
(193,182,191)
#C9C0C8
(201,192,200)
#D1CAD1
(209,202,209)
#D9D4DA
(217,212,218)
#E1DEE3
(225,222,227)
#E9E8EC
(233,232,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18E9B; }

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

This text font color is #A18E9B.


Background Color

.myBgColor { background-color: #A18E9B; }

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

This div background color is #A18E9B.


Border color

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

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

This div border color is #A18E9B.


Opacity

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

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

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

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

This text has shadow with #A18E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E9B on black background.


Color preview on white background

This text has color #A18E9B on white background.



Black color preview on #A18E9B background

This text has black color on #A18E9B background.


White color preview on #A18E9B background

This text has white color on #A18E9B background.