COLOR #8099AB

HEX: #8099AB RGB: (128,153,171)

Color info

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

RGB color model

#8099AB color RGB value is (128,153,171).

RGB: (128,153,171) (50%, 60%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 153 of 255 = 60%
B 171 of 255 = 67%

128
153
171

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

Portions of RGB colors in percentages

R + G + B = 128 + 153 + 171 = 452 (100%)
R 128 of 452 ~ 28.32%
G 153 of 452 ~ 33.85%
B 171 of 452 ~ 37.83'%

%28.32
%33.85
%37.83

CMYK color model

#8099AB color CMYK value is (25,11,0,33).

  • cyan value is 25.15%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (25,11,0,33) C25M11Y0K33 (25%,11%,0%,33%) (0.25/0.11/0.00/0.33) 

CMYK percentages

%25.15
%10.53
%0
%32.94

Codes

Color #8099AB in popluar color models

80 99 AB
RGB 128 153 171
HSL 205° 20.38% 58.63%
HSB/HSV 205° 25.15% 67.06%
CMYK 25.15% 10.53% 0.00%
32.94%

Color #8099AB in popluar number systems.

HEX 80 99 AB
Decimal 128 153 171
Binary 10000000 10011001 10101011
Octal 200 231 253

Shades and tints

Shades of #8099AB

#8099AB
(128,153,171)
#758C9C
(117,140,156)
#6A7F8D
(106,127,141)
#5F727E
(95,114,126)
#54656F
(84,101,111)
#495860
(73,88,96)
#3E4B51
(62,75,81)
#333E42
(51,62,66)
#283133
(40,49,51)
#1D2424
(29,36,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #8099AB

#8099AB
(128,153,171)
#8BA2B2
(139,162,178)
#96ABB9
(150,171,185)
#A1B4C0
(161,180,192)
#ACBDC7
(172,189,199)
#B7C6CE
(183,198,206)
#C2CFD5
(194,207,213)
#CDD8DC
(205,216,220)
#D8E1E3
(216,225,227)
#E3EAEA
(227,234,234)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8099AB; }

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

This text font color is #8099AB.

Background Color

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

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

This div background color is #8099AB.

Border color

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

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

This div border color is #8099AB.

Opacity

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

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

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

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

This text has shadow with #8099AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8099AB.

Preview

Color preview on black background

This text has color #8099AB on black background.


Color preview on white background

This text has color #8099AB on white background.


Black color preview on #8099AB background

This text has black color on #8099AB background.


White color preview on #8099AB background

This text has white color on #8099AB background.


Related colors

Complementary color

Complementary color for #hex is #7F6654.


I love getcolorcode.com

Triadic colors

1 #AB8099 and #99AB80 with #8099AB are triadic colors.

2 #AB9980 and #9980AB with #8099AB are triadic colors.