COLOR #8290B4

HEX: #8290B4
RGB: (130,144,180)

Color info

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

RGB color model

#8290B4 color RGB value is (130,144,180).

  • red value is 130;
  • green value is 144;
  • blue value is 180.
RGB: (130,144,180) (51%,56%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 180 of 255 = 71%

130
144
180

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 180 = 454 (100%)
R 130 of 454 ~ 28.63%
G 144 of 454 ~ 31.72%
B 180 of 454 ~ 39.65%

%28.63
%31.72
%39.65

CMYK color model

#8290B4 color CMYK value is (28,20,0,29).

  • cyan value is 27.78%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (28,20,0,29) C28M20Y0K29 (28%,20%,0%,29%) (0.28/0.20/0.00/0.29)

CMYK percentages

%27.78
%20
%0
%29.41

Codes

Color #8290B4 in popluar color models

8290B4
RGB130144180
HSL223°25.00%60.78%
HSB/HSV223°27.78%70.59%
CMYK27.78%20.00%0.00%
29.41%

Color #8290B4 in popluar number systems.

HEX8290B4
Decimal130144180
Binary100000101001000010110100
Octal202220264

Shades and tints

Shades of #8290B4

#8290B4
(130,144,180)
#7783A4
(119,131,164)
#6C7694
(108,118,148)
#616984
(97,105,132)
#565C74
(86,92,116)
#4B4F64
(75,79,100)
#404254
(64,66,84)
#353544
(53,53,68)
#2A2834
(42,40,52)
#1F1B24
(31,27,36)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8290B4

#8290B4
(130,144,180)
#8D9ABA
(141,154,186)
#98A4C0
(152,164,192)
#A3AEC6
(163,174,198)
#AEB8CC
(174,184,204)
#B9C2D2
(185,194,210)
#C4CCD8
(196,204,216)
#CFD6DE
(207,214,222)
#DAE0E4
(218,224,228)
#E5EAEA
(229,234,234)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8290B4 color. Also use rgb(130,144,180) instead hex code.

Text Font Color

.myTextColor { color: #8290B4; }

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

This text font color is #8290B4.


Background Color

.myBgColor { background-color: #8290B4; }

<div style="background-color:#8290B4">Inner text</div>

This div background color is #8290B4.


Border color

.myBorderColor { border: 1px solid #8290B4; }

<div style="border:3px solid #8290B4">Div</div>

This div border color is #8290B4.


Opacity

.myOpacity80 { color: #8290B4; opacity: 0.8; }

<p style="color:#8290B4;opacity:0.8;">80%</p>

Text with #8290B4 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 #8290B4;}

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

This text has shadow with #8290B4 color.

.textShadow {text-shadow: 3px 3px 1px #8290B4, 3px 3px 1px red;}

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

This text has shadow with #8290B4 primary color and red secondary color.


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

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

This text has shadow with #8290B4 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #8290B4; -webkit-box-shadow:	1px 1px 3px 2px #8290B4; box-shadow:	1px 1px 3px 2px #8290B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8290B4; -webkit-box-shadow: 1px 1px 3px 2px #8290B4; box-shadow:1px 1px 3px 2px #8290B4;">
Div content here</div>
This div box has shadow with color #8290B4.

Preview

Color preview on black background

This text has color #8290B4 on black background.


Color preview on white background

This text has color #8290B4 on white background.



Black color preview on #8290B4 background

This text has black color on #8290B4 background.


White color preview on #8290B4 background

This text has white color on #8290B4 background.