COLOR #A18EBB

HEX: #A18EBB RGB: (161,142,187)

Color info

#A18EBB contains red, green and blue colors in about the same proportion. Web safe color of #A18EBB is #9999CC (or #99C).

RGB color model

#A18EBB color RGB value is (161,142,187).

RGB: (161,142,187) (63%, 56%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 187 of 255 = 73%

161
142
187

R + G + B ~ 64%. #A18EBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 142 + 187 = 490 (100%)
R 161 of 490 ~ 32.86%
G 142 of 490 ~ 28.98%
B 187 of 490 ~ 38.16'%

%32.86
%28.98
%38.16

CMYK color model

#A18EBB color CMYK value is (14,24,0,27).

  • cyan value is 13.90%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (14,24,0,27)
C14M24Y0K27 (14%, 24%, 0%, 27%)
(0.14 / 0.24 / 0.00 / 0.27)

CMYK percentages

%13.9
%24.06
%0
%26.67

Codes

Color #A18EBB in popluar color models

A1 8E BB
RGB 161 142 187
HSL 265° 24.86% 64.51%
HSB/HSV 265° 24.06% 73.33%
CMYK 13.90% 24.06% 0.00%
26.67%

Color #A18EBB in popluar number systems.

HEX A1 8E BB
Decimal 161 142 187
Binary 10100001 10001110 10111011
Octal 241 216 273

Shades and tints

Shades of #A18EBB

#A18EBB
(161,142,187)
#9382AA
(147,130,170)
#857699
(133,118,153)
#776A88
(119,106,136)
#695E77
(105,94,119)
#5B5266
(91,82,102)
#4D4655
(77,70,85)
#3F3A44
(63,58,68)
#312E33
(49,46,51)
#232222
(35,34,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A18EBB

#A18EBB
(161,142,187)
#A998C1
(169,152,193)
#B1A2C7
(177,162,199)
#B9ACCD
(185,172,205)
#C1B6D3
(193,182,211)
#C9C0D9
(201,192,217)
#D1CADF
(209,202,223)
#D9D4E5
(217,212,229)
#E1DEEB
(225,222,235)
#E9E8F1
(233,232,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18EBB; }

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

This text font color is #A18EBB.

Background Color

.myBgColor { background-color: #A18EBB; }

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

This div background color is #A18EBB.

Border color

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

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

This div border color is #A18EBB.

Opacity

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

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

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

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

This text has shadow with #A18EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18EBB.

Preview

Color preview on black background

This text has color #A18EBB on black background.


Color preview on white background

This text has color #A18EBB on white background.


Black color preview on #A18EBB background

This text has black color on #A18EBB background.


White color preview on #A18EBB background

This text has white color on #A18EBB background.


Related colors

Complementary color

Complementary color for #hex is #5E7144.


I love getcolorcode.com

Triadic colors

1 #BBA18E and #8EBBA1 with #A18EBB are triadic colors.

2 #BB8EA1 and #8EA1BB with #A18EBB are triadic colors.