COLOR #8089B2

HEX: #8089B2
RGB: (128,137,178)

Color info

#8089B2 contains red, green and blue colors in about the same proportion. Web safe color of #8089B2 is #669999 (or #699).

RGB color model

#8089B2 color RGB value is (128,137,178).

  • red value is 128;
  • green value is 137;
  • blue value is 178.
RGB:
(128,137,178)
(50%,54%,70%)

RGB channels and saturation

R 128 of 255 = 50%
G 137 of 255 = 54%
B 178 of 255 = 70%

128
137
178

R + G + B ~ 58%. #8089B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 137 + 178 = 443 (100%)
R 128 of 443 ~ 28.89%
G 137 of 443 ~ 30.93%
B 178 of 443 ~ 40.18%

%28.89
%30.93
%40.18

CMYK color model

#8089B2 color CMYK value is (28,23,0,30).

  • cyan value is 28.09%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(28,23,0,30)
C28M23Y0K30 
(28%,23%,0%,30%)
(0.28/0.23/0.00/0.30)	

CMYK percentages

%28.09
%23.03
%0
%30.2

Codes

Color #8089B2 in popluar color models

8089B2
RGB128137178
HSL229°24.51%60.00%
HSB/HSV229°28.09%69.80%
CMYK28.09%23.03%0.00%
30.20%

Color #8089B2 in popluar number systems.

HEX8089B2
Decimal128137178
Binary100000001000100110110010
Octal200211262

Shades and tints

Shades of #8089B2

#8089B2
(128,137,178)
#757DA2
(117,125,162)
#6A7192
(106,113,146)
#5F6582
(95,101,130)
#545972
(84,89,114)
#494D62
(73,77,98)
#3E4152
(62,65,82)
#333542
(51,53,66)
#282932
(40,41,50)
#1D1D22
(29,29,34)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8089B2

#8089B2
(128,137,178)
#8B93B9
(139,147,185)
#969DC0
(150,157,192)
#A1A7C7
(161,167,199)
#ACB1CE
(172,177,206)
#B7BBD5
(183,187,213)
#C2C5DC
(194,197,220)
#CDCFE3
(205,207,227)
#D8D9EA
(216,217,234)
#E3E3F1
(227,227,241)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8089B2 color. Also use rgb(128,137,178) instead hex code.

Text Font Color

.myTextColor { color: #8089B2; }

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

This text font color is #8089B2.


Background Color

.myBgColor { background-color: #8089B2; }

<div style="background-color:#8089B2">Inner text</div>

This div background color is #8089B2.


Border color

.myBorderColor { border: 1px solid #8089B2; }

<div style="border:3px solid #8089B2">Div</div>

This div border color is #8089B2.


Opacity

.myOpacity80 { color: #8089B2; opacity: 0.8; }

<p style="color:#8089B2;opacity:0.8;">80%</p>

Text with #8089B2 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 #8089B2;}

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

This text has shadow with #8089B2 color.

.textShadow {text-shadow: 3px 3px 1px #8089B2, 3px 3px 1px red;}

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

This text has shadow with #8089B2 primary color and red secondary color.


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

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

This text has shadow with #8089B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8089B2 on black background.


Color preview on white background

This text has color #8089B2 on white background.



Black color preview on #8089B2 background

This text has black color on #8089B2 background.


White color preview on #8089B2 background

This text has white color on #8089B2 background.