COLOR #8682B3

HEX: #8682B3
RGB: (134,130,179)

Color info

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

RGB color model

#8682B3 color RGB value is (134,130,179).

  • red value is 134;
  • green value is 130;
  • blue value is 179.
RGB:
(134,130,179)
(53%,51%,70%)

RGB channels and saturation

R 134 of 255 = 53%
G 130 of 255 = 51%
B 179 of 255 = 70%

134
130
179

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

Portions of RGB colors in percentages

R + G + B =
134 + 130 + 179 = 443 (100%)
R 134 of 443 ~ 30.25%
G 130 of 443 ~ 29.35%
B 179 of 443 ~ 40.41%

%30.25
%29.35
%40.41

CMYK color model

#8682B3 color CMYK value is (25,27,0,30).

  • cyan value is 25.14%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(25,27,0,30)
C25M27Y0K30 
(25%,27%,0%,30%)
(0.25/0.27/0.00/0.30)	

CMYK percentages

%25.14
%27.37
%0
%29.8

Codes

Color #8682B3 in popluar color models

8682B3
RGB134130179
HSL245°24.38%60.59%
HSB/HSV245°27.37%70.20%
CMYK25.14%27.37%0.00%
29.80%

Color #8682B3 in popluar number systems.

HEX8682B3
Decimal134130179
Binary100001101000001010110011
Octal206202263

Shades and tints

Shades of #8682B3

#8682B3
(134,130,179)
#7A77A3
(122,119,163)
#6E6C93
(110,108,147)
#626183
(98,97,131)
#565673
(86,86,115)
#4A4B63
(74,75,99)
#3E4053
(62,64,83)
#323543
(50,53,67)
#262A33
(38,42,51)
#1A1F23
(26,31,35)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #8682B3

#8682B3
(134,130,179)
#918DB9
(145,141,185)
#9C98BF
(156,152,191)
#A7A3C5
(167,163,197)
#B2AECB
(178,174,203)
#BDB9D1
(189,185,209)
#C8C4D7
(200,196,215)
#D3CFDD
(211,207,221)
#DEDAE3
(222,218,227)
#E9E5E9
(233,229,233)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8682B3 color. Also use rgb(134,130,179) instead hex code.

Text Font Color

.myTextColor { color: #8682B3; }

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

This text font color is #8682B3.


Background Color

.myBgColor { background-color: #8682B3; }

<div style="background-color:#8682B3">Inner text</div>

This div background color is #8682B3.


Border color

.myBorderColor { border: 1px solid #8682B3; }

<div style="border:3px solid #8682B3">Div</div>

This div border color is #8682B3.


Opacity

.myOpacity80 { color: #8682B3; opacity: 0.8; }

<p style="color:#8682B3;opacity:0.8;">80%</p>

Text with #8682B3 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 #8682B3;}

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

This text has shadow with #8682B3 color.

.textShadow {text-shadow: 3px 3px 1px #8682B3, 3px 3px 1px red;}

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

This text has shadow with #8682B3 primary color and red secondary color.


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

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

This text has shadow with #8682B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8682B3 on black background.


Color preview on white background

This text has color #8682B3 on white background.



Black color preview on #8682B3 background

This text has black color on #8682B3 background.


White color preview on #8682B3 background

This text has white color on #8682B3 background.