COLOR #98A7AE

HEX: #98A7AE
RGB: (152,167,174)

Color info

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

RGB color model

#98A7AE color RGB value is (152,167,174).

  • red value is 152;
  • green value is 167;
  • blue value is 174.
RGB:
(152,167,174)
(60%,65%,68%)

RGB channels and saturation

R 152 of 255 = 60%
G 167 of 255 = 65%
B 174 of 255 = 68%

152
167
174

R + G + B ~ 64%. #98A7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 167 + 174 = 493 (100%)
R 152 of 493 ~ 30.83%
G 167 of 493 ~ 33.87%
B 174 of 493 ~ 35.29%

%30.83
%33.87
%35.29

CMYK color model

#98A7AE color CMYK value is (13,4,0,32).

  • cyan value is 12.64%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(13,4,0,32)
C13M4Y0K32 
(13%,4%,0%,32%)
(0.13/0.04/0.00/0.32)	

CMYK percentages

%12.64
%4.02
%0
%31.76

Codes

Color #98A7AE in popluar color models

98A7AE
RGB152167174
HSL199°11.96%63.92%
HSB/HSV199°12.64%68.24%
CMYK12.64%4.02%0.00%
31.76%

Color #98A7AE in popluar number systems.

HEX98A7AE
Decimal152167174
Binary100110001010011110101110
Octal230247256

Shades and tints

Shades of #98A7AE

#98A7AE
(152,167,174)
#8B989F
(139,152,159)
#7E8990
(126,137,144)
#717A81
(113,122,129)
#646B72
(100,107,114)
#575C63
(87,92,99)
#4A4D54
(74,77,84)
#3D3E45
(61,62,69)
#302F36
(48,47,54)
#232027
(35,32,39)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #98A7AE

#98A7AE
(152,167,174)
#A1AFB5
(161,175,181)
#AAB7BC
(170,183,188)
#B3BFC3
(179,191,195)
#BCC7CA
(188,199,202)
#C5CFD1
(197,207,209)
#CED7D8
(206,215,216)
#D7DFDF
(215,223,223)
#E0E7E6
(224,231,230)
#E9EFED
(233,239,237)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A7AE; }

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

This text font color is #98A7AE.


Background Color

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

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

This div background color is #98A7AE.


Border color

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

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

This div border color is #98A7AE.


Opacity

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

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

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

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

This text has shadow with #98A7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A7AE on black background.


Color preview on white background

This text has color #98A7AE on white background.



Black color preview on #98A7AE background

This text has black color on #98A7AE background.


White color preview on #98A7AE background

This text has white color on #98A7AE background.