COLOR #8289A7

HEX: #8289A7
RGB: (130,137,167)

Color info

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

RGB color model

#8289A7 color RGB value is (130,137,167).

  • red value is 130;
  • green value is 137;
  • blue value is 167.
RGB:
(130,137,167)
(51%,54%,65%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 167 of 255 = 65%

130
137
167

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 167 = 434 (100%)
R 130 of 434 ~ 29.95%
G 137 of 434 ~ 31.57%
B 167 of 434 ~ 38.48%

%29.95
%31.57
%38.48

CMYK color model

#8289A7 color CMYK value is (22,18,0,35).

  • cyan value is 22.16%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(22,18,0,35)
C22M18Y0K35 
(22%,18%,0%,35%)
(0.22/0.18/0.00/0.35)	

CMYK percentages

%22.16
%17.96
%0
%34.51

Codes

Color #8289A7 in popluar color models

8289A7
RGB130137167
HSL229°17.37%58.24%
HSB/HSV229°22.16%65.49%
CMYK22.16%17.96%0.00%
34.51%

Color #8289A7 in popluar number systems.

HEX8289A7
Decimal130137167
Binary100000101000100110100111
Octal202211247

Shades and tints

Shades of #8289A7

#8289A7
(130,137,167)
#777D98
(119,125,152)
#6C7189
(108,113,137)
#61657A
(97,101,122)
#56596B
(86,89,107)
#4B4D5C
(75,77,92)
#40414D
(64,65,77)
#35353E
(53,53,62)
#2A292F
(42,41,47)
#1F1D20
(31,29,32)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #8289A7

#8289A7
(130,137,167)
#8D93AF
(141,147,175)
#989DB7
(152,157,183)
#A3A7BF
(163,167,191)
#AEB1C7
(174,177,199)
#B9BBCF
(185,187,207)
#C4C5D7
(196,197,215)
#CFCFDF
(207,207,223)
#DAD9E7
(218,217,231)
#E5E3EF
(229,227,239)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8289A7 color. Also use rgb(130,137,167) instead hex code.

Text Font Color

.myTextColor { color: #8289A7; }

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

This text font color is #8289A7.


Background Color

.myBgColor { background-color: #8289A7; }

<div style="background-color:#8289A7">Inner text</div>

This div background color is #8289A7.


Border color

.myBorderColor { border: 1px solid #8289A7; }

<div style="border:3px solid #8289A7">Div</div>

This div border color is #8289A7.


Opacity

.myOpacity80 { color: #8289A7; opacity: 0.8; }

<p style="color:#8289A7;opacity:0.8;">80%</p>

Text with #8289A7 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 #8289A7;}

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

This text has shadow with #8289A7 color.

.textShadow {text-shadow: 3px 3px 1px #8289A7, 3px 3px 1px red;}

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

This text has shadow with #8289A7 primary color and red secondary color.


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

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

This text has shadow with #8289A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8289A7 on black background.


Color preview on white background

This text has color #8289A7 on white background.



Black color preview on #8289A7 background

This text has black color on #8289A7 background.


White color preview on #8289A7 background

This text has white color on #8289A7 background.