COLOR #8485B2

HEX: #8485B2
RGB: (132,133,178)

Color info

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

RGB color model

#8485B2 color RGB value is (132,133,178).

  • red value is 132;
  • green value is 133;
  • blue value is 178.
RGB:
(132,133,178)
(52%,52%,70%)

RGB channels and saturation

R 132 of 255 = 52%
G 133 of 255 = 52%
B 178 of 255 = 70%

132
133
178

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

Portions of RGB colors in percentages

R + G + B =
132 + 133 + 178 = 443 (100%)
R 132 of 443 ~ 29.8%
G 133 of 443 ~ 30.02%
B 178 of 443 ~ 40.18%

%29.8
%30.02
%40.18

CMYK color model

#8485B2 color CMYK value is (26,25,0,30).

  • cyan value is 25.84%
  • magenta value is 25.28%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,25,0,30)
C26M25Y0K30 
(26%,25%,0%,30%)
(0.26/0.25/0.00/0.30)	

CMYK percentages

%25.84
%25.28
%0
%30.2

Codes

Color #8485B2 in popluar color models

8485B2
RGB132133178
HSL239°23.00%60.78%
HSB/HSV239°25.84%69.80%
CMYK25.84%25.28%0.00%
30.20%

Color #8485B2 in popluar number systems.

HEX8485B2
Decimal132133178
Binary100001001000010110110010
Octal204205262

Shades and tints

Shades of #8485B2

#8485B2
(132,133,178)
#7879A2
(120,121,162)
#6C6D92
(108,109,146)
#606182
(96,97,130)
#545572
(84,85,114)
#484962
(72,73,98)
#3C3D52
(60,61,82)
#303142
(48,49,66)
#242532
(36,37,50)
#181922
(24,25,34)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #8485B2

#8485B2
(132,133,178)
#8F90B9
(143,144,185)
#9A9BC0
(154,155,192)
#A5A6C7
(165,166,199)
#B0B1CE
(176,177,206)
#BBBCD5
(187,188,213)
#C6C7DC
(198,199,220)
#D1D2E3
(209,210,227)
#DCDDEA
(220,221,234)
#E7E8F1
(231,232,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8485B2 color. Also use rgb(132,133,178) instead hex code.

Text Font Color

.myTextColor { color: #8485B2; }

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

This text font color is #8485B2.


Background Color

.myBgColor { background-color: #8485B2; }

<div style="background-color:#8485B2">Inner text</div>

This div background color is #8485B2.


Border color

.myBorderColor { border: 1px solid #8485B2; }

<div style="border:3px solid #8485B2">Div</div>

This div border color is #8485B2.


Opacity

.myOpacity80 { color: #8485B2; opacity: 0.8; }

<p style="color:#8485B2;opacity:0.8;">80%</p>

Text with #8485B2 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 #8485B2;}

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

This text has shadow with #8485B2 color.

.textShadow {text-shadow: 3px 3px 1px #8485B2, 3px 3px 1px red;}

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

This text has shadow with #8485B2 primary color and red secondary color.


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

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

This text has shadow with #8485B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8485B2 on black background.


Color preview on white background

This text has color #8485B2 on white background.



Black color preview on #8485B2 background

This text has black color on #8485B2 background.


White color preview on #8485B2 background

This text has white color on #8485B2 background.