COLOR #8981A4

HEX: #8981A4
RGB: (137,129,164)

Color info

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

RGB color model

#8981A4 color RGB value is (137,129,164).

  • red value is 137;
  • green value is 129;
  • blue value is 164.
RGB:
(137,129,164)
(54%,51%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 164 of 255 = 64%

137
129
164

R + G + B ~ 56%. #8981A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 164 = 430 (100%)
R 137 of 430 ~ 31.86%
G 129 of 430 ~ 30%
B 164 of 430 ~ 38.14%

%31.86
%30
%38.14

CMYK color model

#8981A4 color CMYK value is (16,21,0,36).

  • cyan value is 16.46%
  • magenta value is 21.34%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(16,21,0,36)
C16M21Y0K36 
(16%,21%,0%,36%)
(0.16/0.21/0.00/0.36)	

CMYK percentages

%16.46
%21.34
%0
%35.69

Codes

Color #8981A4 in popluar color models

8981A4
RGB137129164
HSL254°16.13%57.45%
HSB/HSV254°21.34%64.31%
CMYK16.46%21.34%0.00%
35.69%

Color #8981A4 in popluar number systems.

HEX8981A4
Decimal137129164
Binary100010011000000110100100
Octal211201244

Shades and tints

Shades of #8981A4

#8981A4
(137,129,164)
#7D7696
(125,118,150)
#716B88
(113,107,136)
#65607A
(101,96,122)
#59556C
(89,85,108)
#4D4A5E
(77,74,94)
#413F50
(65,63,80)
#353442
(53,52,66)
#292934
(41,41,52)
#1D1E26
(29,30,38)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #8981A4

#8981A4
(137,129,164)
#938CAC
(147,140,172)
#9D97B4
(157,151,180)
#A7A2BC
(167,162,188)
#B1ADC4
(177,173,196)
#BBB8CC
(187,184,204)
#C5C3D4
(197,195,212)
#CFCEDC
(207,206,220)
#D9D9E4
(217,217,228)
#E3E4EC
(227,228,236)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8981A4 color. Also use rgb(137,129,164) instead hex code.

Text Font Color

.myTextColor { color: #8981A4; }

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

This text font color is #8981A4.


Background Color

.myBgColor { background-color: #8981A4; }

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

This div background color is #8981A4.


Border color

.myBorderColor { border: 1px solid #8981A4; }

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

This div border color is #8981A4.


Opacity

.myOpacity80 { color: #8981A4; opacity: 0.8; }

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

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

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

This text has shadow with #8981A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8981A4 on black background.


Color preview on white background

This text has color #8981A4 on white background.



Black color preview on #8981A4 background

This text has black color on #8981A4 background.


White color preview on #8981A4 background

This text has white color on #8981A4 background.