COLOR #8285AE

HEX: #8285AE
RGB: (130,133,174)

Color info

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

RGB color model

#8285AE color RGB value is (130,133,174).

  • red value is 130;
  • green value is 133;
  • blue value is 174.
RGB:
(130,133,174)
(51%,52%,68%)

RGB channels and saturation

R 130 of 255 = 51%
G 133 of 255 = 52%
B 174 of 255 = 68%

130
133
174

R + G + B ~ 57%. #8285AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 133 + 174 = 437 (100%)
R 130 of 437 ~ 29.75%
G 133 of 437 ~ 30.43%
B 174 of 437 ~ 39.82%

%29.75
%30.43
%39.82

CMYK color model

#8285AE color CMYK value is (25,24,0,32).

  • cyan value is 25.29%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(25,24,0,32)
C25M24Y0K32 
(25%,24%,0%,32%)
(0.25/0.24/0.00/0.32)	

CMYK percentages

%25.29
%23.56
%0
%31.76

Codes

Color #8285AE in popluar color models

8285AE
RGB130133174
HSL236°21.36%59.61%
HSB/HSV236°25.29%68.24%
CMYK25.29%23.56%0.00%
31.76%

Color #8285AE in popluar number systems.

HEX8285AE
Decimal130133174
Binary100000101000010110101110
Octal202205256

Shades and tints

Shades of #8285AE

#8285AE
(130,133,174)
#77799F
(119,121,159)
#6C6D90
(108,109,144)
#616181
(97,97,129)
#565572
(86,85,114)
#4B4963
(75,73,99)
#403D54
(64,61,84)
#353145
(53,49,69)
#2A2536
(42,37,54)
#1F1927
(31,25,39)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #8285AE

#8285AE
(130,133,174)
#8D90B5
(141,144,181)
#989BBC
(152,155,188)
#A3A6C3
(163,166,195)
#AEB1CA
(174,177,202)
#B9BCD1
(185,188,209)
#C4C7D8
(196,199,216)
#CFD2DF
(207,210,223)
#DADDE6
(218,221,230)
#E5E8ED
(229,232,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8285AE color. Also use rgb(130,133,174) instead hex code.

Text Font Color

.myTextColor { color: #8285AE; }

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

This text font color is #8285AE.


Background Color

.myBgColor { background-color: #8285AE; }

<div style="background-color:#8285AE">Inner text</div>

This div background color is #8285AE.


Border color

.myBorderColor { border: 1px solid #8285AE; }

<div style="border:3px solid #8285AE">Div</div>

This div border color is #8285AE.


Opacity

.myOpacity80 { color: #8285AE; opacity: 0.8; }

<p style="color:#8285AE;opacity:0.8;">80%</p>

Text with #8285AE 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 #8285AE;}

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

This text has shadow with #8285AE color.

.textShadow {text-shadow: 3px 3px 1px #8285AE, 3px 3px 1px red;}

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

This text has shadow with #8285AE primary color and red secondary color.


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

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

This text has shadow with #8285AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8285AE on black background.


Color preview on white background

This text has color #8285AE on white background.



Black color preview on #8285AE background

This text has black color on #8285AE background.


White color preview on #8285AE background

This text has white color on #8285AE background.