COLOR #98AEA7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
174
167

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

Portions of RGB colors in percentages

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

%30.83
%35.29
%33.87

CMYK color model

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

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

CMYK percentages

%12.64
%0
%4.02
%31.76

Codes

Color #98AEA7 in popluar color models

98AEA7
RGB152174167
HSL161°11.96%63.92%
HSB/HSV161°12.64%68.24%
CMYK12.64%0.00%4.02%
31.76%

Color #98AEA7 in popluar number systems.

HEX98AEA7
Decimal152174167
Binary100110001010111010100111
Octal230256247

Shades and tints

Shades of #98AEA7

#98AEA7
(152,174,167)
#8B9F98
(139,159,152)
#7E9089
(126,144,137)
#71817A
(113,129,122)
#64726B
(100,114,107)
#57635C
(87,99,92)
#4A544D
(74,84,77)
#3D453E
(61,69,62)
#30362F
(48,54,47)
#232720
(35,39,32)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #98AEA7

#98AEA7
(152,174,167)
#A1B5AF
(161,181,175)
#AABCB7
(170,188,183)
#B3C3BF
(179,195,191)
#BCCAC7
(188,202,199)
#C5D1CF
(197,209,207)
#CED8D7
(206,216,215)
#D7DFDF
(215,223,223)
#E0E6E7
(224,230,231)
#E9EDEF
(233,237,239)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AEA7; }

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

This text font color is #98AEA7.


Background Color

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

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

This div background color is #98AEA7.


Border color

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

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

This div border color is #98AEA7.


Opacity

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

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

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

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

This text has shadow with #98AEA7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #98AEA7 on black background.


Color preview on white background

This text has color #98AEA7 on white background.



Black color preview on #98AEA7 background

This text has black color on #98AEA7 background.


White color preview on #98AEA7 background

This text has white color on #98AEA7 background.