COLOR #8B82AF

HEX: #8B82AF
RGB: (139,130,175)

Color info

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

RGB color model

#8B82AF color RGB value is (139,130,175).

  • red value is 139;
  • green value is 130;
  • blue value is 175.
RGB:
(139,130,175)
(55%,51%,69%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 175 of 255 = 69%

139
130
175

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

Portions of RGB colors in percentages

R + G + B =
139 + 130 + 175 = 444 (100%)
R 139 of 444 ~ 31.31%
G 130 of 444 ~ 29.28%
B 175 of 444 ~ 39.41%

%31.31
%29.28
%39.41

CMYK color model

#8B82AF color CMYK value is (21,26,0,31).

  • cyan value is 20.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(21,26,0,31)
C21M26Y0K31 
(21%,26%,0%,31%)
(0.21/0.26/0.00/0.31)	

CMYK percentages

%20.57
%25.71
%0
%31.37

Codes

Color #8B82AF in popluar color models

8B82AF
RGB139130175
HSL252°21.95%59.80%
HSB/HSV252°25.71%68.63%
CMYK20.57%25.71%0.00%
31.37%

Color #8B82AF in popluar number systems.

HEX8B82AF
Decimal139130175
Binary100010111000001010101111
Octal213202257

Shades and tints

Shades of #8B82AF

#8B82AF
(139,130,175)
#7F77A0
(127,119,160)
#736C91
(115,108,145)
#676182
(103,97,130)
#5B5673
(91,86,115)
#4F4B64
(79,75,100)
#434055
(67,64,85)
#373546
(55,53,70)
#2B2A37
(43,42,55)
#1F1F28
(31,31,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #8B82AF

#8B82AF
(139,130,175)
#958DB6
(149,141,182)
#9F98BD
(159,152,189)
#A9A3C4
(169,163,196)
#B3AECB
(179,174,203)
#BDB9D2
(189,185,210)
#C7C4D9
(199,196,217)
#D1CFE0
(209,207,224)
#DBDAE7
(219,218,231)
#E5E5EE
(229,229,238)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B82AF color. Also use rgb(139,130,175) instead hex code.

Text Font Color

.myTextColor { color: #8B82AF; }

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

This text font color is #8B82AF.


Background Color

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

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

This div background color is #8B82AF.


Border color

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

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

This div border color is #8B82AF.


Opacity

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

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

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

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

This text has shadow with #8B82AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B82AF on black background.


Color preview on white background

This text has color #8B82AF on white background.



Black color preview on #8B82AF background

This text has black color on #8B82AF background.


White color preview on #8B82AF background

This text has white color on #8B82AF background.