COLOR #8982B6

HEX: #8982B6
RGB: (137,130,182)

Color info

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

RGB color model

#8982B6 color RGB value is (137,130,182).

  • red value is 137;
  • green value is 130;
  • blue value is 182.
RGB:
(137,130,182)
(54%,51%,71%)

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 182 of 255 = 71%

137
130
182

R + G + B ~ 59%. #8982B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 130 + 182 = 449 (100%)
R 137 of 449 ~ 30.51%
G 130 of 449 ~ 28.95%
B 182 of 449 ~ 40.53%

%30.51
%28.95
%40.53

CMYK color model

#8982B6 color CMYK value is (25,29,0,29).

  • cyan value is 24.73%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(25,29,0,29)
C25M29Y0K29 
(25%,29%,0%,29%)
(0.25/0.29/0.00/0.29)	

CMYK percentages

%24.73
%28.57
%0
%28.63

Codes

Color #8982B6 in popluar color models

8982B6
RGB137130182
HSL248°26.26%61.18%
HSB/HSV248°28.57%71.37%
CMYK24.73%28.57%0.00%
28.63%

Color #8982B6 in popluar number systems.

HEX8982B6
Decimal137130182
Binary100010011000001010110110
Octal211202266

Shades and tints

Shades of #8982B6

#8982B6
(137,130,182)
#7D77A6
(125,119,166)
#716C96
(113,108,150)
#656186
(101,97,134)
#595676
(89,86,118)
#4D4B66
(77,75,102)
#414056
(65,64,86)
#353546
(53,53,70)
#292A36
(41,42,54)
#1D1F26
(29,31,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #8982B6

#8982B6
(137,130,182)
#938DBC
(147,141,188)
#9D98C2
(157,152,194)
#A7A3C8
(167,163,200)
#B1AECE
(177,174,206)
#BBB9D4
(187,185,212)
#C5C4DA
(197,196,218)
#CFCFE0
(207,207,224)
#D9DAE6
(217,218,230)
#E3E5EC
(227,229,236)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8982B6 color. Also use rgb(137,130,182) instead hex code.

Text Font Color

.myTextColor { color: #8982B6; }

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

This text font color is #8982B6.


Background Color

.myBgColor { background-color: #8982B6; }

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

This div background color is #8982B6.


Border color

.myBorderColor { border: 1px solid #8982B6; }

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

This div border color is #8982B6.


Opacity

.myOpacity80 { color: #8982B6; opacity: 0.8; }

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

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

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

This text has shadow with #8982B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8982B6 on black background.


Color preview on white background

This text has color #8982B6 on white background.



Black color preview on #8982B6 background

This text has black color on #8982B6 background.


White color preview on #8982B6 background

This text has white color on #8982B6 background.