COLOR #98A09E

HEX: #98A09E RGB: (152,160,158)

Color info

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

RGB color model

#98A09E color RGB value is (152,160,158).

RGB: (152,160,158) (60%, 63%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 158 of 255 = 62%

152
160
158

R + G + B ~ 62%. #98A09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 160 + 158 = 470 (100%)
R 152 of 470 ~ 32.34%
G 160 of 470 ~ 34.04%
B 158 of 470 ~ 33.62'%

%32.34
%34.04
%33.62

CMYK color model

#98A09E color CMYK value is (5,0,1,37).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 37.25%
CMYK: (5,0,1,37) C5M0Y1K37 (5%,0%,1%,37%) (0.05/0.00/0.01/0.37) 

CMYK percentages

%5
%0
%1.25
%37.25

Codes

Color #98A09E in popluar color models

98 A0 9E
RGB 152 160 158
HSL 165° 4.04% 61.18%
HSB/HSV 165° 5.00% 62.75%
CMYK 5.00% 0.00% 1.25%
37.25%

Color #98A09E in popluar number systems.

HEX 98 A0 9E
Decimal 152 160 158
Binary 10011000 10100000 10011110
Octal 230 240 236

Shades and tints

Shades of #98A09E

#98A09E
(152,160,158)
#8B9290
(139,146,144)
#7E8482
(126,132,130)
#717674
(113,118,116)
#646866
(100,104,102)
#575A58
(87,90,88)
#4A4C4A
(74,76,74)
#3D3E3C
(61,62,60)
#30302E
(48,48,46)
#232220
(35,34,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #98A09E

#98A09E
(152,160,158)
#A1A8A6
(161,168,166)
#AAB0AE
(170,176,174)
#B3B8B6
(179,184,182)
#BCC0BE
(188,192,190)
#C5C8C6
(197,200,198)
#CED0CE
(206,208,206)
#D7D8D6
(215,216,214)
#E0E0DE
(224,224,222)
#E9E8E6
(233,232,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A09E color. Also use rgb(152,160,158) instead hex code.

Text Font Color

.myTextColor { color: #98A09E; }

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

This text font color is #98A09E.

Background Color

.myBgColor { background-color: #98A09E; }

<div style="background-color:#98A09E">Inner text</div>

This div background color is #98A09E.

Border color

.myBorderColor { border: 1px solid #98A09E; }

<div style="border:3px solid #98A09E">Div</div>

This div border color is #98A09E.

Opacity

.myOpacity80 { color: #98A09E; opacity: 0.8; }

<p style="color:#98A09E;opacity:0.8;">80%</p>

Text with #98A09E 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 #98A09E;}

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

This text has shadow with #98A09E color.


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

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

This text has shadow with #98A09E primary color and red secondary color.


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

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

This text has shadow with #98A09E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98A09E.

Preview

Color preview on black background

This text has color #98A09E on black background.


Color preview on white background

This text has color #98A09E on white background.


Black color preview on #98A09E background

This text has black color on #98A09E background.


White color preview on #98A09E background

This text has white color on #98A09E background.


Related colors

Complementary color

Complementary color for #hex is #675F61.


I love getcolorcode.com

Triadic colors

1 #9E98A0 and #A09E98 with #98A09E are triadic colors.

2 #9EA098 and #A0989E with #98A09E are triadic colors.