COLOR #8096B8

HEX: #8096B8
RGB: (128,150,184)

Color info

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

RGB color model

#8096B8 color RGB value is (128,150,184).

  • red value is 128;
  • green value is 150;
  • blue value is 184.
RGB:
(128,150,184)
(50%,59%,72%)

RGB channels and saturation

R 128 of 255 = 50%
G 150 of 255 = 59%
B 184 of 255 = 72%

128
150
184

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

Portions of RGB colors in percentages

R + G + B =
128 + 150 + 184 = 462 (100%)
R 128 of 462 ~ 27.71%
G 150 of 462 ~ 32.47%
B 184 of 462 ~ 39.83%

%27.71
%32.47
%39.83

CMYK color model

#8096B8 color CMYK value is (30,18,0,28).

  • cyan value is 30.43%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(30,18,0,28)
C30M18Y0K28 
(30%,18%,0%,28%)
(0.30/0.18/0.00/0.28)	

CMYK percentages

%30.43
%18.48
%0
%27.84

Codes

Color #8096B8 in popluar color models

8096B8
RGB128150184
HSL216°28.28%61.18%
HSB/HSV216°30.43%72.16%
CMYK30.43%18.48%0.00%
27.84%

Color #8096B8 in popluar number systems.

HEX8096B8
Decimal128150184
Binary100000001001011010111000
Octal200226270

Shades and tints

Shades of #8096B8

#8096B8
(128,150,184)
#7589A8
(117,137,168)
#6A7C98
(106,124,152)
#5F6F88
(95,111,136)
#546278
(84,98,120)
#495568
(73,85,104)
#3E4858
(62,72,88)
#333B48
(51,59,72)
#282E38
(40,46,56)
#1D2128
(29,33,40)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #8096B8

#8096B8
(128,150,184)
#8B9FBE
(139,159,190)
#96A8C4
(150,168,196)
#A1B1CA
(161,177,202)
#ACBAD0
(172,186,208)
#B7C3D6
(183,195,214)
#C2CCDC
(194,204,220)
#CDD5E2
(205,213,226)
#D8DEE8
(216,222,232)
#E3E7EE
(227,231,238)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8096B8 color. Also use rgb(128,150,184) instead hex code.

Text Font Color

.myTextColor { color: #8096B8; }

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

This text font color is #8096B8.


Background Color

.myBgColor { background-color: #8096B8; }

<div style="background-color:#8096B8">Inner text</div>

This div background color is #8096B8.


Border color

.myBorderColor { border: 1px solid #8096B8; }

<div style="border:3px solid #8096B8">Div</div>

This div border color is #8096B8.


Opacity

.myOpacity80 { color: #8096B8; opacity: 0.8; }

<p style="color:#8096B8;opacity:0.8;">80%</p>

Text with #8096B8 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 #8096B8;}

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

This text has shadow with #8096B8 color.

.textShadow {text-shadow: 3px 3px 1px #8096B8, 3px 3px 1px red;}

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

This text has shadow with #8096B8 primary color and red secondary color.


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

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

This text has shadow with #8096B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8096B8 on black background.


Color preview on white background

This text has color #8096B8 on white background.



Black color preview on #8096B8 background

This text has black color on #8096B8 background.


White color preview on #8096B8 background

This text has white color on #8096B8 background.