COLOR #8092AB

HEX: #8092AB RGB: (128,146,171)

Color info

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

RGB color model

#8092AB color RGB value is (128,146,171).

RGB: (128,146,171) (50%, 57%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 146 of 255 = 57%
B 171 of 255 = 67%

128
146
171

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

Portions of RGB colors in percentages

R + G + B = 128 + 146 + 171 = 445 (100%)
R 128 of 445 ~ 28.76%
G 146 of 445 ~ 32.81%
B 171 of 445 ~ 38.43'%

%28.76
%32.81
%38.43

CMYK color model

#8092AB color CMYK value is (25,15,0,33).

  • cyan value is 25.15%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (25,15,0,33) C25M15Y0K33 (25%,15%,0%,33%) (0.25/0.15/0.00/0.33) 

CMYK percentages

%25.15
%14.62
%0
%32.94

Codes

Color #8092AB in popluar color models

80 92 AB
RGB 128 146 171
HSL 215° 20.38% 58.63%
HSB/HSV 215° 25.15% 67.06%
CMYK 25.15% 14.62% 0.00%
32.94%

Color #8092AB in popluar number systems.

HEX 80 92 AB
Decimal 128 146 171
Binary 10000000 10010010 10101011
Octal 200 222 253

Shades and tints

Shades of #8092AB

#8092AB
(128,146,171)
#75859C
(117,133,156)
#6A788D
(106,120,141)
#5F6B7E
(95,107,126)
#545E6F
(84,94,111)
#495160
(73,81,96)
#3E4451
(62,68,81)
#333742
(51,55,66)
#282A33
(40,42,51)
#1D1D24
(29,29,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #8092AB

#8092AB
(128,146,171)
#8B9BB2
(139,155,178)
#96A4B9
(150,164,185)
#A1ADC0
(161,173,192)
#ACB6C7
(172,182,199)
#B7BFCE
(183,191,206)
#C2C8D5
(194,200,213)
#CDD1DC
(205,209,220)
#D8DAE3
(216,218,227)
#E3E3EA
(227,227,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8092AB color. Also use rgb(128,146,171) instead hex code.

Text Font Color

.myTextColor { color: #8092AB; }

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

This text font color is #8092AB.

Background Color

.myBgColor { background-color: #8092AB; }

<div style="background-color:#8092AB">Inner text</div>

This div background color is #8092AB.

Border color

.myBorderColor { border: 1px solid #8092AB; }

<div style="border:3px solid #8092AB">Div</div>

This div border color is #8092AB.

Opacity

.myOpacity80 { color: #8092AB; opacity: 0.8; }

<p style="color:#8092AB;opacity:0.8;">80%</p>

Text with #8092AB 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 #8092AB;}

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

This text has shadow with #8092AB color.


.textShadow {text-shadow: 3px 3px 1px #8092AB', 3px 3px 1px red;}

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

This text has shadow with #8092AB primary color and red secondary color.


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

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

This text has shadow with #8092AB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8092AB; -webkit-box-shadow: 1px 1px 3px 2px #8092AB; box-shadow:1px 1px 3px 2px #8092AB;">
Div content here
</div>

This div box has shadow with color #8092AB.

Preview

Color preview on black background

This text has color #8092AB on black background.


Color preview on white background

This text has color #8092AB on white background.


Black color preview on #8092AB background

This text has black color on #8092AB background.


White color preview on #8092AB background

This text has white color on #8092AB background.


Related colors

Complementary color

Complementary color for #hex is #7F6D54.


I love getcolorcode.com

Triadic colors

1 #AB8092 and #92AB80 with #8092AB are triadic colors.

2 #AB9280 and #9280AB with #8092AB are triadic colors.