COLOR #8A99AE

HEX: #8A99AE
RGB: (138,153,174)

Color info

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

RGB color model

#8A99AE color RGB value is (138,153,174).

  • red value is 138;
  • green value is 153;
  • blue value is 174.
RGB:
(138,153,174)
(54%,60%,68%)

RGB channels and saturation

R 138 of 255 = 54%
G 153 of 255 = 60%
B 174 of 255 = 68%

138
153
174

R + G + B ~ 61%. #8A99AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 153 + 174 = 465 (100%)
R 138 of 465 ~ 29.68%
G 153 of 465 ~ 32.9%
B 174 of 465 ~ 37.42%

%29.68
%32.9
%37.42

CMYK color model

#8A99AE color CMYK value is (21,12,0,32).

  • cyan value is 20.69%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(21,12,0,32)
C21M12Y0K32 
(21%,12%,0%,32%)
(0.21/0.12/0.00/0.32)	

CMYK percentages

%20.69
%12.07
%0
%31.76

Codes

Color #8A99AE in popluar color models

8A99AE
RGB138153174
HSL215°18.18%61.18%
HSB/HSV215°20.69%68.24%
CMYK20.69%12.07%0.00%
31.76%

Color #8A99AE in popluar number systems.

HEX8A99AE
Decimal138153174
Binary100010101001100110101110
Octal212231256

Shades and tints

Shades of #8A99AE

#8A99AE
(138,153,174)
#7E8C9F
(126,140,159)
#727F90
(114,127,144)
#667281
(102,114,129)
#5A6572
(90,101,114)
#4E5863
(78,88,99)
#424B54
(66,75,84)
#363E45
(54,62,69)
#2A3136
(42,49,54)
#1E2427
(30,36,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #8A99AE

#8A99AE
(138,153,174)
#94A2B5
(148,162,181)
#9EABBC
(158,171,188)
#A8B4C3
(168,180,195)
#B2BDCA
(178,189,202)
#BCC6D1
(188,198,209)
#C6CFD8
(198,207,216)
#D0D8DF
(208,216,223)
#DAE1E6
(218,225,230)
#E4EAED
(228,234,237)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A99AE color. Also use rgb(138,153,174) instead hex code.

Text Font Color

.myTextColor { color: #8A99AE; }

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

This text font color is #8A99AE.


Background Color

.myBgColor { background-color: #8A99AE; }

<div style="background-color:#8A99AE">Inner text</div>

This div background color is #8A99AE.


Border color

.myBorderColor { border: 1px solid #8A99AE; }

<div style="border:3px solid #8A99AE">Div</div>

This div border color is #8A99AE.


Opacity

.myOpacity80 { color: #8A99AE; opacity: 0.8; }

<p style="color:#8A99AE;opacity:0.8;">80%</p>

Text with #8A99AE 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 #8A99AE;}

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

This text has shadow with #8A99AE color.

.textShadow {text-shadow: 3px 3px 1px #8A99AE, 3px 3px 1px red;}

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

This text has shadow with #8A99AE primary color and red secondary color.


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

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

This text has shadow with #8A99AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A99AE on black background.


Color preview on white background

This text has color #8A99AE on white background.



Black color preview on #8A99AE background

This text has black color on #8A99AE background.


White color preview on #8A99AE background

This text has white color on #8A99AE background.