COLOR #8298A8

HEX: #8298A8
RGB: (130,152,168)

Color info

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

RGB color model

#8298A8 color RGB value is (130,152,168).

  • red value is 130;
  • green value is 152;
  • blue value is 168.
RGB:
(130,152,168)
(51%,60%,66%)

RGB channels and saturation

R 130 of 255 = 51%
G 152 of 255 = 60%
B 168 of 255 = 66%

130
152
168

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

Portions of RGB colors in percentages

R + G + B =
130 + 152 + 168 = 450 (100%)
R 130 of 450 ~ 28.89%
G 152 of 450 ~ 33.78%
B 168 of 450 ~ 37.33%

%28.89
%33.78
%37.33

CMYK color model

#8298A8 color CMYK value is (23,10,0,34).

  • cyan value is 22.62%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(23,10,0,34)
C23M10Y0K34 
(23%,10%,0%,34%)
(0.23/0.10/0.00/0.34)	

CMYK percentages

%22.62
%9.52
%0
%34.12

Codes

Color #8298A8 in popluar color models

8298A8
RGB130152168
HSL205°17.92%58.43%
HSB/HSV205°22.62%65.88%
CMYK22.62%9.52%0.00%
34.12%

Color #8298A8 in popluar number systems.

HEX8298A8
Decimal130152168
Binary100000101001100010101000
Octal202230250

Shades and tints

Shades of #8298A8

#8298A8
(130,152,168)
#778B99
(119,139,153)
#6C7E8A
(108,126,138)
#61717B
(97,113,123)
#56646C
(86,100,108)
#4B575D
(75,87,93)
#404A4E
(64,74,78)
#353D3F
(53,61,63)
#2A3030
(42,48,48)
#1F2321
(31,35,33)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #8298A8

#8298A8
(130,152,168)
#8DA1AF
(141,161,175)
#98AAB6
(152,170,182)
#A3B3BD
(163,179,189)
#AEBCC4
(174,188,196)
#B9C5CB
(185,197,203)
#C4CED2
(196,206,210)
#CFD7D9
(207,215,217)
#DAE0E0
(218,224,224)
#E5E9E7
(229,233,231)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8298A8 color. Also use rgb(130,152,168) instead hex code.

Text Font Color

.myTextColor { color: #8298A8; }

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

This text font color is #8298A8.


Background Color

.myBgColor { background-color: #8298A8; }

<div style="background-color:#8298A8">Inner text</div>

This div background color is #8298A8.


Border color

.myBorderColor { border: 1px solid #8298A8; }

<div style="border:3px solid #8298A8">Div</div>

This div border color is #8298A8.


Opacity

.myOpacity80 { color: #8298A8; opacity: 0.8; }

<p style="color:#8298A8;opacity:0.8;">80%</p>

Text with #8298A8 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 #8298A8;}

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

This text has shadow with #8298A8 color.

.textShadow {text-shadow: 3px 3px 1px #8298A8, 3px 3px 1px red;}

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

This text has shadow with #8298A8 primary color and red secondary color.


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

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

This text has shadow with #8298A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8298A8 on black background.


Color preview on white background

This text has color #8298A8 on white background.



Black color preview on #8298A8 background

This text has black color on #8298A8 background.


White color preview on #8298A8 background

This text has white color on #8298A8 background.