COLOR #8399AB

HEX: #8399AB RGB: (131,153,171)

Color info

#8399AB contains red, green and blue colors in about the same proportion. Web safe color of #8399AB is #999999 (or #999).

RGB color model

#8399AB color RGB value is (131,153,171).

RGB: (131,153,171) (51%, 60%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 153 of 255 = 60%
B 171 of 255 = 67%

131
153
171

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

Portions of RGB colors in percentages

R + G + B = 131 + 153 + 171 = 455 (100%)
R 131 of 455 ~ 28.79%
G 153 of 455 ~ 33.63%
B 171 of 455 ~ 37.58'%

%28.79
%33.63
%37.58

CMYK color model

#8399AB color CMYK value is (23,11,0,33).

  • cyan value is 23.39%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (23,11,0,33)
C23M11Y0K33 (23%, 11%, 0%, 33%)
(0.23 / 0.11 / 0.00 / 0.33)

CMYK percentages

%23.39
%10.53
%0
%32.94

Codes

Color #8399AB in popluar color models

83 99 AB
RGB 131 153 171
HSL 207° 19.23% 59.22%
HSB/HSV 207° 23.39% 67.06%
CMYK 23.39% 10.53% 0.00%
32.94%

Color #8399AB in popluar number systems.

HEX 83 99 AB
Decimal 131 153 171
Binary 10000011 10011001 10101011
Octal 203 231 253

Shades and tints

Shades of #8399AB

#8399AB
(131,153,171)
#788C9C
(120,140,156)
#6D7F8D
(109,127,141)
#62727E
(98,114,126)
#57656F
(87,101,111)
#4C5860
(76,88,96)
#414B51
(65,75,81)
#363E42
(54,62,66)
#2B3133
(43,49,51)
#202424
(32,36,36)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #8399AB

#8399AB
(131,153,171)
#8EA2B2
(142,162,178)
#99ABB9
(153,171,185)
#A4B4C0
(164,180,192)
#AFBDC7
(175,189,199)
#BAC6CE
(186,198,206)
#C5CFD5
(197,207,213)
#D0D8DC
(208,216,220)
#DBE1E3
(219,225,227)
#E6EAEA
(230,234,234)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8399AB; }

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

This text font color is #8399AB.

Background Color

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

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

This div background color is #8399AB.

Border color

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

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

This div border color is #8399AB.

Opacity

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

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

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

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

This text has shadow with #8399AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8399AB.

Preview

Color preview on black background

This text has color #8399AB on black background.


Color preview on white background

This text has color #8399AB on white background.


Black color preview on #8399AB background

This text has black color on #8399AB background.


White color preview on #8399AB background

This text has white color on #8399AB background.


Related colors

Complementary color

Complementary color for #hex is #7C6654.


I love getcolorcode.com

Triadic colors

1 #AB8399 and #99AB83 with #8399AB are triadic colors.

2 #AB9983 and #9983AB with #8399AB are triadic colors.