COLOR #8094B2

HEX: #8094B2
RGB: (128,148,178)

Color info

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

RGB color model

#8094B2 color RGB value is (128,148,178).

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

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 178 of 255 = 70%

128
148
178

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 178 = 454 (100%)
R 128 of 454 ~ 28.19%
G 148 of 454 ~ 32.6%
B 178 of 454 ~ 39.21%

%28.19
%32.6
%39.21

CMYK color model

#8094B2 color CMYK value is (28,17,0,30).

  • cyan value is 28.09%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(28,17,0,30)
C28M17Y0K30 
(28%,17%,0%,30%)
(0.28/0.17/0.00/0.30)	

CMYK percentages

%28.09
%16.85
%0
%30.2

Codes

Color #8094B2 in popluar color models

8094B2
RGB128148178
HSL216°24.51%60.00%
HSB/HSV216°28.09%69.80%
CMYK28.09%16.85%0.00%
30.20%

Color #8094B2 in popluar number systems.

HEX8094B2
Decimal128148178
Binary100000001001010010110010
Octal200224262

Shades and tints

Shades of #8094B2

#8094B2
(128,148,178)
#7587A2
(117,135,162)
#6A7A92
(106,122,146)
#5F6D82
(95,109,130)
#546072
(84,96,114)
#495362
(73,83,98)
#3E4652
(62,70,82)
#333942
(51,57,66)
#282C32
(40,44,50)
#1D1F22
(29,31,34)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #8094B2

#8094B2
(128,148,178)
#8B9DB9
(139,157,185)
#96A6C0
(150,166,192)
#A1AFC7
(161,175,199)
#ACB8CE
(172,184,206)
#B7C1D5
(183,193,213)
#C2CADC
(194,202,220)
#CDD3E3
(205,211,227)
#D8DCEA
(216,220,234)
#E3E5F1
(227,229,241)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8094B2; }

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

This text font color is #8094B2.


Background Color

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

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

This div background color is #8094B2.


Border color

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

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

This div border color is #8094B2.


Opacity

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

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

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

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

This text has shadow with #8094B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8094B2 on black background.


Color preview on white background

This text has color #8094B2 on white background.



Black color preview on #8094B2 background

This text has black color on #8094B2 background.


White color preview on #8094B2 background

This text has white color on #8094B2 background.