COLOR #8094BB

HEX: #8094BB
RGB: (128,148,187)

Color info

#8094BB contains red, green and blue colors in about the same proportion. Web safe color of #8094BB is #6699CC (or #69C).

RGB color model

#8094BB color RGB value is (128,148,187).

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

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 187 of 255 = 73%

128
148
187

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 187 = 463 (100%)
R 128 of 463 ~ 27.65%
G 148 of 463 ~ 31.97%
B 187 of 463 ~ 40.39%

%27.65
%31.97
%40.39

CMYK color model

#8094BB color CMYK value is (32,21,0,27).

  • cyan value is 31.55%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(32,21,0,27)
C32M21Y0K27 
(32%,21%,0%,27%)
(0.32/0.21/0.00/0.27)	

CMYK percentages

%31.55
%20.86
%0
%26.67

Codes

Color #8094BB in popluar color models

8094BB
RGB128148187
HSL220°30.26%61.76%
HSB/HSV220°31.55%73.33%
CMYK31.55%20.86%0.00%
26.67%

Color #8094BB in popluar number systems.

HEX8094BB
Decimal128148187
Binary100000001001010010111011
Octal200224273

Shades and tints

Shades of #8094BB

#8094BB
(128,148,187)
#7587AA
(117,135,170)
#6A7A99
(106,122,153)
#5F6D88
(95,109,136)
#546077
(84,96,119)
#495366
(73,83,102)
#3E4655
(62,70,85)
#333944
(51,57,68)
#282C33
(40,44,51)
#1D1F22
(29,31,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8094BB

#8094BB
(128,148,187)
#8B9DC1
(139,157,193)
#96A6C7
(150,166,199)
#A1AFCD
(161,175,205)
#ACB8D3
(172,184,211)
#B7C1D9
(183,193,217)
#C2CADF
(194,202,223)
#CDD3E5
(205,211,229)
#D8DCEB
(216,220,235)
#E3E5F1
(227,229,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8094BB; }

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

This text font color is #8094BB.


Background Color

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

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

This div background color is #8094BB.


Border color

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

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

This div border color is #8094BB.


Opacity

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

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

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

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

This text has shadow with #8094BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8094BB on black background.


Color preview on white background

This text has color #8094BB on white background.



Black color preview on #8094BB background

This text has black color on #8094BB background.


White color preview on #8094BB background

This text has white color on #8094BB background.