COLOR #8294BA

HEX: #8294BA
RGB: (130,148,186)

Color info

#8294BA contains red, green and blue colors in about the same proportion. Web safe color of #8294BA is #9999CC (or #99C).

RGB color model

#8294BA color RGB value is (130,148,186).

  • red value is 130;
  • green value is 148;
  • blue value is 186.
RGB:
(130,148,186)
(51%,58%,73%)

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 186 of 255 = 73%

130
148
186

R + G + B ~ 61%. #8294BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 186 = 464 (100%)
R 130 of 464 ~ 28.02%
G 148 of 464 ~ 31.9%
B 186 of 464 ~ 40.09%

%28.02
%31.9
%40.09

CMYK color model

#8294BA color CMYK value is (30,20,0,27).

  • cyan value is 30.11%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(30,20,0,27)
C30M20Y0K27 
(30%,20%,0%,27%)
(0.30/0.20/0.00/0.27)	

CMYK percentages

%30.11
%20.43
%0
%27.06

Codes

Color #8294BA in popluar color models

8294BA
RGB130148186
HSL221°28.87%61.96%
HSB/HSV221°30.11%72.94%
CMYK30.11%20.43%0.00%
27.06%

Color #8294BA in popluar number systems.

HEX8294BA
Decimal130148186
Binary100000101001010010111010
Octal202224272

Shades and tints

Shades of #8294BA

#8294BA
(130,148,186)
#7787AA
(119,135,170)
#6C7A9A
(108,122,154)
#616D8A
(97,109,138)
#56607A
(86,96,122)
#4B536A
(75,83,106)
#40465A
(64,70,90)
#35394A
(53,57,74)
#2A2C3A
(42,44,58)
#1F1F2A
(31,31,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #8294BA

#8294BA
(130,148,186)
#8D9DC0
(141,157,192)
#98A6C6
(152,166,198)
#A3AFCC
(163,175,204)
#AEB8D2
(174,184,210)
#B9C1D8
(185,193,216)
#C4CADE
(196,202,222)
#CFD3E4
(207,211,228)
#DADCEA
(218,220,234)
#E5E5F0
(229,229,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8294BA color. Also use rgb(130,148,186) instead hex code.

Text Font Color

.myTextColor { color: #8294BA; }

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

This text font color is #8294BA.


Background Color

.myBgColor { background-color: #8294BA; }

<div style="background-color:#8294BA">Inner text</div>

This div background color is #8294BA.


Border color

.myBorderColor { border: 1px solid #8294BA; }

<div style="border:3px solid #8294BA">Div</div>

This div border color is #8294BA.


Opacity

.myOpacity80 { color: #8294BA; opacity: 0.8; }

<p style="color:#8294BA;opacity:0.8;">80%</p>

Text with #8294BA 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 #8294BA;}

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

This text has shadow with #8294BA color.

.textShadow {text-shadow: 3px 3px 1px #8294BA, 3px 3px 1px red;}

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

This text has shadow with #8294BA primary color and red secondary color.


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

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

This text has shadow with #8294BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8294BA on black background.


Color preview on white background

This text has color #8294BA on white background.



Black color preview on #8294BA background

This text has black color on #8294BA background.


White color preview on #8294BA background

This text has white color on #8294BA background.