COLOR #98AE9E

HEX: #98AE9E RGB: (152,174,158)

Color info

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

RGB color model

#98AE9E color RGB value is (152,174,158).

RGB: (152,174,158) (60%, 68%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 158 of 255 = 62%

152
174
158

R + G + B ~ 63%. #98AE9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 174 + 158 = 484 (100%)
R 152 of 484 ~ 31.4%
G 174 of 484 ~ 35.95%
B 158 of 484 ~ 32.64'%

%31.4
%35.95
%32.64

CMYK color model

#98AE9E color CMYK value is (13,0,9,32).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 31.76%

CMYK: (13,0,9,32)
C13M0Y9K32 (13%, 0%, 9%, 32%)
(0.13 / 0.00 / 0.09 / 0.32)

CMYK percentages

%12.64
%0
%9.2
%31.76

Codes

Color #98AE9E in popluar color models

98 AE 9E
RGB 152 174 158
HSL 136° 11.96% 63.92%
HSB/HSV 136° 12.64% 68.24%
CMYK 12.64% 0.00% 9.20%
31.76%

Color #98AE9E in popluar number systems.

HEX 98 AE 9E
Decimal 152 174 158
Binary 10011000 10101110 10011110
Octal 230 256 236

Shades and tints

Shades of #98AE9E

#98AE9E
(152,174,158)
#8B9F90
(139,159,144)
#7E9082
(126,144,130)
#718174
(113,129,116)
#647266
(100,114,102)
#576358
(87,99,88)
#4A544A
(74,84,74)
#3D453C
(61,69,60)
#30362E
(48,54,46)
#232720
(35,39,32)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #98AE9E

#98AE9E
(152,174,158)
#A1B5A6
(161,181,166)
#AABCAE
(170,188,174)
#B3C3B6
(179,195,182)
#BCCABE
(188,202,190)
#C5D1C6
(197,209,198)
#CED8CE
(206,216,206)
#D7DFD6
(215,223,214)
#E0E6DE
(224,230,222)
#E9EDE6
(233,237,230)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AE9E; }

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

This text font color is #98AE9E.

Background Color

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

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

This div background color is #98AE9E.

Border color

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

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

This div border color is #98AE9E.

Opacity

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

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

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

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

This text has shadow with #98AE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AE9E.

Preview

Color preview on black background

This text has color #98AE9E on black background.


Color preview on white background

This text has color #98AE9E on white background.


Black color preview on #98AE9E background

This text has black color on #98AE9E background.


White color preview on #98AE9E background

This text has white color on #98AE9E background.


Related colors

Complementary color

Complementary color for #hex is #675161.


I love getcolorcode.com

Triadic colors

1 #9E98AE and #AE9E98 with #98AE9E are triadic colors.

2 #9EAE98 and #AE989E with #98AE9E are triadic colors.