COLOR #A18EB2

HEX: #A18EB2
RGB: (161,142,178)

Color info

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

RGB color model

#A18EB2 color RGB value is (161,142,178).

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

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 178 of 255 = 70%

161
142
178

R + G + B ~ 63%. #A18EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 178 = 481 (100%)
R 161 of 481 ~ 33.47%
G 142 of 481 ~ 29.52%
B 178 of 481 ~ 37.01%

%33.47
%29.52
%37.01

CMYK color model

#A18EB2 color CMYK value is (10,20,0,30).

  • cyan value is 9.55%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,20,0,30)
C10M20Y0K30 
(10%,20%,0%,30%)
(0.10/0.20/0.00/0.30)	

CMYK percentages

%9.55
%20.22
%0
%30.2

Codes

Color #A18EB2 in popluar color models

A18EB2
RGB161142178
HSL272°18.95%62.75%
HSB/HSV272°20.22%69.80%
CMYK9.55%20.22%0.00%
30.20%

Color #A18EB2 in popluar number systems.

HEXA18EB2
Decimal161142178
Binary101000011000111010110010
Octal241216262

Shades and tints

Shades of #A18EB2

#A18EB2
(161,142,178)
#9382A2
(147,130,162)
#857692
(133,118,146)
#776A82
(119,106,130)
#695E72
(105,94,114)
#5B5262
(91,82,98)
#4D4652
(77,70,82)
#3F3A42
(63,58,66)
#312E32
(49,46,50)
#232222
(35,34,34)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #A18EB2

#A18EB2
(161,142,178)
#A998B9
(169,152,185)
#B1A2C0
(177,162,192)
#B9ACC7
(185,172,199)
#C1B6CE
(193,182,206)
#C9C0D5
(201,192,213)
#D1CADC
(209,202,220)
#D9D4E3
(217,212,227)
#E1DEEA
(225,222,234)
#E9E8F1
(233,232,241)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18EB2; }

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

This text font color is #A18EB2.


Background Color

.myBgColor { background-color: #A18EB2; }

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

This div background color is #A18EB2.


Border color

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

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

This div border color is #A18EB2.


Opacity

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

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

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

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

This text has shadow with #A18EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18EB2 on black background.


Color preview on white background

This text has color #A18EB2 on white background.



Black color preview on #A18EB2 background

This text has black color on #A18EB2 background.


White color preview on #A18EB2 background

This text has white color on #A18EB2 background.