COLOR #8A9699

HEX: #8A9699
RGB: (138,150,153)

Color info

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

RGB color model

#8A9699 color RGB value is (138,150,153).

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

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 153 of 255 = 60%

138
150
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 153 = 441 (100%)
R 138 of 441 ~ 31.29%
G 150 of 441 ~ 34.01%
B 153 of 441 ~ 34.69%

%31.29
%34.01
%34.69

CMYK color model

#8A9699 color CMYK value is (10,2,0,40).

  • cyan value is 9.80%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,2,0,40)
C10M2Y0K40 
(10%,2%,0%,40%)
(0.10/0.02/0.00/0.40)	

CMYK percentages

%9.8
%1.96
%0
%40

Codes

Color #8A9699 in popluar color models

8A9699
RGB138150153
HSL192°6.85%57.06%
HSB/HSV192°9.80%60.00%
CMYK9.80%1.96%0.00%
40.00%

Color #8A9699 in popluar number systems.

HEX8A9699
Decimal138150153
Binary100010101001011010011001
Octal212226231

Shades and tints

Shades of #8A9699

#8A9699
(138,150,153)
#7E898C
(126,137,140)
#727C7F
(114,124,127)
#666F72
(102,111,114)
#5A6265
(90,98,101)
#4E5558
(78,85,88)
#42484B
(66,72,75)
#363B3E
(54,59,62)
#2A2E31
(42,46,49)
#1E2124
(30,33,36)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #8A9699

#8A9699
(138,150,153)
#949FA2
(148,159,162)
#9EA8AB
(158,168,171)
#A8B1B4
(168,177,180)
#B2BABD
(178,186,189)
#BCC3C6
(188,195,198)
#C6CCCF
(198,204,207)
#D0D5D8
(208,213,216)
#DADEE1
(218,222,225)
#E4E7EA
(228,231,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9699; }

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

This text font color is #8A9699.


Background Color

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

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

This div background color is #8A9699.


Border color

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

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

This div border color is #8A9699.


Opacity

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

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

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

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

This text has shadow with #8A9699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9699 on black background.


Color preview on white background

This text has color #8A9699 on white background.



Black color preview on #8A9699 background

This text has black color on #8A9699 background.


White color preview on #8A9699 background

This text has white color on #8A9699 background.