COLOR #8B83A5

HEX: #8B83A5
RGB: (139,131,165)

Color info

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

RGB color model

#8B83A5 color RGB value is (139,131,165).

  • red value is 139;
  • green value is 131;
  • blue value is 165.
RGB:
(139,131,165)
(55%,51%,65%)

RGB channels and saturation

R 139 of 255 = 55%
G 131 of 255 = 51%
B 165 of 255 = 65%

139
131
165

R + G + B ~ 57%. #8B83A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 131 + 165 = 435 (100%)
R 139 of 435 ~ 31.95%
G 131 of 435 ~ 30.11%
B 165 of 435 ~ 37.93%

%31.95
%30.11
%37.93

CMYK color model

#8B83A5 color CMYK value is (16,21,0,35).

  • cyan value is 15.76%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(16,21,0,35)
C16M21Y0K35 
(16%,21%,0%,35%)
(0.16/0.21/0.00/0.35)	

CMYK percentages

%15.76
%20.61
%0
%35.29

Codes

Color #8B83A5 in popluar color models

8B83A5
RGB139131165
HSL254°15.89%58.04%
HSB/HSV254°20.61%64.71%
CMYK15.76%20.61%0.00%
35.29%

Color #8B83A5 in popluar number systems.

HEX8B83A5
Decimal139131165
Binary100010111000001110100101
Octal213203245

Shades and tints

Shades of #8B83A5

#8B83A5
(139,131,165)
#7F7896
(127,120,150)
#736D87
(115,109,135)
#676278
(103,98,120)
#5B5769
(91,87,105)
#4F4C5A
(79,76,90)
#43414B
(67,65,75)
#37363C
(55,54,60)
#2B2B2D
(43,43,45)
#1F201E
(31,32,30)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #8B83A5

#8B83A5
(139,131,165)
#958EAD
(149,142,173)
#9F99B5
(159,153,181)
#A9A4BD
(169,164,189)
#B3AFC5
(179,175,197)
#BDBACD
(189,186,205)
#C7C5D5
(199,197,213)
#D1D0DD
(209,208,221)
#DBDBE5
(219,219,229)
#E5E6ED
(229,230,237)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B83A5 color. Also use rgb(139,131,165) instead hex code.

Text Font Color

.myTextColor { color: #8B83A5; }

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

This text font color is #8B83A5.


Background Color

.myBgColor { background-color: #8B83A5; }

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

This div background color is #8B83A5.


Border color

.myBorderColor { border: 1px solid #8B83A5; }

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

This div border color is #8B83A5.


Opacity

.myOpacity80 { color: #8B83A5; opacity: 0.8; }

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

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

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

This text has shadow with #8B83A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B83A5 on black background.


Color preview on white background

This text has color #8B83A5 on white background.



Black color preview on #8B83A5 background

This text has black color on #8B83A5 background.


White color preview on #8B83A5 background

This text has white color on #8B83A5 background.