COLOR #8C82B3

HEX: #8C82B3 RGB: (140,130,179)

Color info

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

RGB color model

#8C82B3 color RGB value is (140,130,179).

RGB: (140,130,179) (55%, 51%, 70%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 179 of 255 = 70%

140
130
179

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

Portions of RGB colors in percentages

R + G + B = 140 + 130 + 179 = 449 (100%)
R 140 of 449 ~ 31.18%
G 130 of 449 ~ 28.95%
B 179 of 449 ~ 39.87'%

%31.18
%28.95
%39.87

CMYK color model

#8C82B3 color CMYK value is (22,27,0,30).

  • cyan value is 21.79%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (22,27,0,30)
C22M27Y0K30 (22%, 27%, 0%, 30%)
(0.22 / 0.27 / 0.00 / 0.30)

CMYK percentages

%21.79
%27.37
%0
%29.8

Codes

Color #8C82B3 in popluar color models

8C 82 B3
RGB 140 130 179
HSL 252° 24.38% 60.59%
HSB/HSV 252° 27.37% 70.20%
CMYK 21.79% 27.37% 0.00%
29.80%

Color #8C82B3 in popluar number systems.

HEX 8C 82 B3
Decimal 140 130 179
Binary 10001100 10000010 10110011
Octal 214 202 263

Shades and tints

Shades of #8C82B3

#8C82B3
(140,130,179)
#8077A3
(128,119,163)
#746C93
(116,108,147)
#686183
(104,97,131)
#5C5673
(92,86,115)
#504B63
(80,75,99)
#444053
(68,64,83)
#383543
(56,53,67)
#2C2A33
(44,42,51)
#201F23
(32,31,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #8C82B3

#8C82B3
(140,130,179)
#968DB9
(150,141,185)
#A098BF
(160,152,191)
#AAA3C5
(170,163,197)
#B4AECB
(180,174,203)
#BEB9D1
(190,185,209)
#C8C4D7
(200,196,215)
#D2CFDD
(210,207,221)
#DCDAE3
(220,218,227)
#E6E5E9
(230,229,233)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C82B3 color. Also use rgb(140,130,179) instead hex code.

Text Font Color

.myTextColor { color: #8C82B3; }

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

This text font color is #8C82B3.

Background Color

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

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

This div background color is #8C82B3.

Border color

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

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

This div border color is #8C82B3.

Opacity

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

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

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

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

This text has shadow with #8C82B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C82B3.

Preview

Color preview on black background

This text has color #8C82B3 on black background.


Color preview on white background

This text has color #8C82B3 on white background.


Black color preview on #8C82B3 background

This text has black color on #8C82B3 background.


White color preview on #8C82B3 background

This text has white color on #8C82B3 background.


Related colors

Complementary color

Complementary color for #hex is #737D4C.


I love getcolorcode.com

Triadic colors

1 #B38C82 and #82B38C with #8C82B3 are triadic colors.

2 #B3828C and #828CB3 with #8C82B3 are triadic colors.