COLOR #8096AA

HEX: #8096AA
RGB: (128,150,170)

Color info

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

RGB color model

#8096AA color RGB value is (128,150,170).

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

RGB channels and saturation

R 128 of 255 = 50%
G 150 of 255 = 59%
B 170 of 255 = 67%

128
150
170

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

Portions of RGB colors in percentages

R + G + B =
128 + 150 + 170 = 448 (100%)
R 128 of 448 ~ 28.57%
G 150 of 448 ~ 33.48%
B 170 of 448 ~ 37.95%

%28.57
%33.48
%37.95

CMYK color model

#8096AA color CMYK value is (25,12,0,33).

  • cyan value is 24.71%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,12,0,33)
C25M12Y0K33 
(25%,12%,0%,33%)
(0.25/0.12/0.00/0.33)	

CMYK percentages

%24.71
%11.76
%0
%33.33

Codes

Color #8096AA in popluar color models

8096AA
RGB128150170
HSL209°19.81%58.43%
HSB/HSV209°24.71%66.67%
CMYK24.71%11.76%0.00%
33.33%

Color #8096AA in popluar number systems.

HEX8096AA
Decimal128150170
Binary100000001001011010101010
Octal200226252

Shades and tints

Shades of #8096AA

#8096AA
(128,150,170)
#75899B
(117,137,155)
#6A7C8C
(106,124,140)
#5F6F7D
(95,111,125)
#54626E
(84,98,110)
#49555F
(73,85,95)
#3E4850
(62,72,80)
#333B41
(51,59,65)
#282E32
(40,46,50)
#1D2123
(29,33,35)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #8096AA

#8096AA
(128,150,170)
#8B9FB1
(139,159,177)
#96A8B8
(150,168,184)
#A1B1BF
(161,177,191)
#ACBAC6
(172,186,198)
#B7C3CD
(183,195,205)
#C2CCD4
(194,204,212)
#CDD5DB
(205,213,219)
#D8DEE2
(216,222,226)
#E3E7E9
(227,231,233)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8096AA; }

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

This text font color is #8096AA.


Background Color

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

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

This div background color is #8096AA.


Border color

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

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

This div border color is #8096AA.


Opacity

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

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

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

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

This text has shadow with #8096AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8096AA on black background.


Color preview on white background

This text has color #8096AA on white background.



Black color preview on #8096AA background

This text has black color on #8096AA background.


White color preview on #8096AA background

This text has white color on #8096AA background.