COLOR #98AEA3

HEX: #98AEA3
RGB: (152,174,163)

Color info

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

RGB color model

#98AEA3 color RGB value is (152,174,163).

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

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 163 of 255 = 64%

152
174
163

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

Portions of RGB colors in percentages

R + G + B =
152 + 174 + 163 = 489 (100%)
R 152 of 489 ~ 31.08%
G 174 of 489 ~ 35.58%
B 163 of 489 ~ 33.33%

%31.08
%35.58
%33.33

CMYK color model

#98AEA3 color CMYK value is (13,0,6,32).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(13,0,6,32)
C13M0Y6K32 
(13%,0%,6%,32%)
(0.13/0.00/0.06/0.32)	

CMYK percentages

%12.64
%0
%6.32
%31.76

Codes

Color #98AEA3 in popluar color models

98AEA3
RGB152174163
HSL150°11.96%63.92%
HSB/HSV150°12.64%68.24%
CMYK12.64%0.00%6.32%
31.76%

Color #98AEA3 in popluar number systems.

HEX98AEA3
Decimal152174163
Binary100110001010111010100011
Octal230256243

Shades and tints

Shades of #98AEA3

#98AEA3
(152,174,163)
#8B9F95
(139,159,149)
#7E9087
(126,144,135)
#718179
(113,129,121)
#64726B
(100,114,107)
#57635D
(87,99,93)
#4A544F
(74,84,79)
#3D4541
(61,69,65)
#303633
(48,54,51)
#232725
(35,39,37)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #98AEA3

#98AEA3
(152,174,163)
#A1B5AB
(161,181,171)
#AABCB3
(170,188,179)
#B3C3BB
(179,195,187)
#BCCAC3
(188,202,195)
#C5D1CB
(197,209,203)
#CED8D3
(206,216,211)
#D7DFDB
(215,223,219)
#E0E6E3
(224,230,227)
#E9EDEB
(233,237,235)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AEA3; }

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

This text font color is #98AEA3.


Background Color

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

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

This div background color is #98AEA3.


Border color

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

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

This div border color is #98AEA3.


Opacity

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

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

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

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

This text has shadow with #98AEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AEA3 on black background.


Color preview on white background

This text has color #98AEA3 on white background.



Black color preview on #98AEA3 background

This text has black color on #98AEA3 background.


White color preview on #98AEA3 background

This text has white color on #98AEA3 background.