COLOR #A18CA6

HEX: #A18CA6
RGB: (161,140,166)

Color info

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

RGB color model

#A18CA6 color RGB value is (161,140,166).

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

RGB channels and saturation

R 161 of 255 = 63%
G 140 of 255 = 55%
B 166 of 255 = 65%

161
140
166

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

Portions of RGB colors in percentages

R + G + B =
161 + 140 + 166 = 467 (100%)
R 161 of 467 ~ 34.48%
G 140 of 467 ~ 29.98%
B 166 of 467 ~ 35.55%

%34.48
%29.98
%35.55

CMYK color model

#A18CA6 color CMYK value is (3,16,0,35).

  • cyan value is 3.01%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(3,16,0,35)
C3M16Y0K35 
(3%,16%,0%,35%)
(0.03/0.16/0.00/0.35)	

CMYK percentages

%3.01
%15.66
%0
%34.9

Codes

Color #A18CA6 in popluar color models

A18CA6
RGB161140166
HSL288°12.75%60.00%
HSB/HSV288°15.66%65.10%
CMYK3.01%15.66%0.00%
34.90%

Color #A18CA6 in popluar number systems.

HEXA18CA6
Decimal161140166
Binary101000011000110010100110
Octal241214246

Shades and tints

Shades of #A18CA6

#A18CA6
(161,140,166)
#938097
(147,128,151)
#857488
(133,116,136)
#776879
(119,104,121)
#695C6A
(105,92,106)
#5B505B
(91,80,91)
#4D444C
(77,68,76)
#3F383D
(63,56,61)
#312C2E
(49,44,46)
#23201F
(35,32,31)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A18CA6

#A18CA6
(161,140,166)
#A996AE
(169,150,174)
#B1A0B6
(177,160,182)
#B9AABE
(185,170,190)
#C1B4C6
(193,180,198)
#C9BECE
(201,190,206)
#D1C8D6
(209,200,214)
#D9D2DE
(217,210,222)
#E1DCE6
(225,220,230)
#E9E6EE
(233,230,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18CA6; }

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

This text font color is #A18CA6.


Background Color

.myBgColor { background-color: #A18CA6; }

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

This div background color is #A18CA6.


Border color

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

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

This div border color is #A18CA6.


Opacity

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

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

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

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

This text has shadow with #A18CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18CA6 on black background.


Color preview on white background

This text has color #A18CA6 on white background.



Black color preview on #A18CA6 background

This text has black color on #A18CA6 background.


White color preview on #A18CA6 background

This text has white color on #A18CA6 background.