COLOR #8D82BE

HEX: #8D82BE RGB: (141,130,190)

Color info

#8D82BE contains mainly red and blue colors. Web safe color of #8D82BE is #9999CC (or #99C).

RGB color model

#8D82BE color RGB value is (141,130,190).

RGB: (141,130,190) (55%, 51%, 75%)

RGB channels and saturation

R 141 of 255 = 55%
G 130 of 255 = 51%
B 190 of 255 = 75%

141
130
190

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

Portions of RGB colors in percentages

R + G + B = 141 + 130 + 190 = 461 (100%)
R 141 of 461 ~ 30.59%
G 130 of 461 ~ 28.2%
B 190 of 461 ~ 41.21'%

%30.59
%28.2
%41.21

CMYK color model

#8D82BE color CMYK value is (26,32,0,25).

  • cyan value is 25.79%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (26,32,0,25)
C26M32Y0K25 (26%, 32%, 0%, 25%)
(0.26 / 0.32 / 0.00 / 0.25)

CMYK percentages

%25.79
%31.58
%0
%25.49

Codes

Color #8D82BE in popluar color models

8D 82 BE
RGB 141 130 190
HSL 251° 31.58% 62.75%
HSB/HSV 251° 31.58% 74.51%
CMYK 25.79% 31.58% 0.00%
25.49%

Color #8D82BE in popluar number systems.

HEX 8D 82 BE
Decimal 141 130 190
Binary 10001101 10000010 10111110
Octal 215 202 276

Shades and tints

Shades of #8D82BE

#8D82BE
(141,130,190)
#8177AD
(129,119,173)
#756C9C
(117,108,156)
#69618B
(105,97,139)
#5D567A
(93,86,122)
#514B69
(81,75,105)
#454058
(69,64,88)
#393547
(57,53,71)
#2D2A36
(45,42,54)
#211F25
(33,31,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #8D82BE

#8D82BE
(141,130,190)
#978DC3
(151,141,195)
#A198C8
(161,152,200)
#ABA3CD
(171,163,205)
#B5AED2
(181,174,210)
#BFB9D7
(191,185,215)
#C9C4DC
(201,196,220)
#D3CFE1
(211,207,225)
#DDDAE6
(221,218,230)
#E7E5EB
(231,229,235)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D82BE color. Also use rgb(141,130,190) instead hex code.

Text Font Color

.myTextColor { color: #8D82BE; }

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

This text font color is #8D82BE.

Background Color

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

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

This div background color is #8D82BE.

Border color

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

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

This div border color is #8D82BE.

Opacity

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

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

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

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

This text has shadow with #8D82BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D82BE.

Preview

Color preview on black background

This text has color #8D82BE on black background.


Color preview on white background

This text has color #8D82BE on white background.


Black color preview on #8D82BE background

This text has black color on #8D82BE background.


White color preview on #8D82BE background

This text has white color on #8D82BE background.


Related colors

Complementary color

Complementary color for #hex is #727D41.


I love getcolorcode.com

Triadic colors

1 #BE8D82 and #82BE8D with #8D82BE are triadic colors.

2 #BE828D and #828DBE with #8D82BE are triadic colors.