COLOR #8295B1

HEX: #8295B1
RGB: (130,149,177)

Color info

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

RGB color model

#8295B1 color RGB value is (130,149,177).

  • red value is 130;
  • green value is 149;
  • blue value is 177.
RGB:
(130,149,177)
(51%,58%,69%)

RGB channels and saturation

R 130 of 255 = 51%
G 149 of 255 = 58%
B 177 of 255 = 69%

130
149
177

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 177 = 456 (100%)
R 130 of 456 ~ 28.51%
G 149 of 456 ~ 32.68%
B 177 of 456 ~ 38.82%

%28.51
%32.68
%38.82

CMYK color model

#8295B1 color CMYK value is (27,16,0,31).

  • cyan value is 26.55%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(27,16,0,31)
C27M16Y0K31 
(27%,16%,0%,31%)
(0.27/0.16/0.00/0.31)	

CMYK percentages

%26.55
%15.82
%0
%30.59

Codes

Color #8295B1 in popluar color models

8295B1
RGB130149177
HSL216°23.15%60.20%
HSB/HSV216°26.55%69.41%
CMYK26.55%15.82%0.00%
30.59%

Color #8295B1 in popluar number systems.

HEX8295B1
Decimal130149177
Binary100000101001010110110001
Octal202225261

Shades and tints

Shades of #8295B1

#8295B1
(130,149,177)
#7788A1
(119,136,161)
#6C7B91
(108,123,145)
#616E81
(97,110,129)
#566171
(86,97,113)
#4B5461
(75,84,97)
#404751
(64,71,81)
#353A41
(53,58,65)
#2A2D31
(42,45,49)
#1F2021
(31,32,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #8295B1

#8295B1
(130,149,177)
#8D9EB8
(141,158,184)
#98A7BF
(152,167,191)
#A3B0C6
(163,176,198)
#AEB9CD
(174,185,205)
#B9C2D4
(185,194,212)
#C4CBDB
(196,203,219)
#CFD4E2
(207,212,226)
#DADDE9
(218,221,233)
#E5E6F0
(229,230,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8295B1 color. Also use rgb(130,149,177) instead hex code.

Text Font Color

.myTextColor { color: #8295B1; }

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

This text font color is #8295B1.


Background Color

.myBgColor { background-color: #8295B1; }

<div style="background-color:#8295B1">Inner text</div>

This div background color is #8295B1.


Border color

.myBorderColor { border: 1px solid #8295B1; }

<div style="border:3px solid #8295B1">Div</div>

This div border color is #8295B1.


Opacity

.myOpacity80 { color: #8295B1; opacity: 0.8; }

<p style="color:#8295B1;opacity:0.8;">80%</p>

Text with #8295B1 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 #8295B1;}

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

This text has shadow with #8295B1 color.

.textShadow {text-shadow: 3px 3px 1px #8295B1, 3px 3px 1px red;}

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

This text has shadow with #8295B1 primary color and red secondary color.


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

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

This text has shadow with #8295B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8295B1 on black background.


Color preview on white background

This text has color #8295B1 on white background.



Black color preview on #8295B1 background

This text has black color on #8295B1 background.


White color preview on #8295B1 background

This text has white color on #8295B1 background.