COLOR #98AEB3

HEX: #98AEB3
RGB: (152,174,179)

Color info

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

RGB color model

#98AEB3 color RGB value is (152,174,179).

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

RGB channels and saturation

R 152 of 255 = 60%
G 174 of 255 = 68%
B 179 of 255 = 70%

152
174
179

R + G + B ~ 66%. #98AEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 174 + 179 = 505 (100%)
R 152 of 505 ~ 30.1%
G 174 of 505 ~ 34.46%
B 179 of 505 ~ 35.45%

%30.1
%34.46
%35.45

CMYK color model

#98AEB3 color CMYK value is (15,3,0,30).

  • cyan value is 15.08%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(15,3,0,30)
C15M3Y0K30 
(15%,3%,0%,30%)
(0.15/0.03/0.00/0.30)	

CMYK percentages

%15.08
%2.79
%0
%29.8

Codes

Color #98AEB3 in popluar color models

98AEB3
RGB152174179
HSL191°15.08%64.90%
HSB/HSV191°15.08%70.20%
CMYK15.08%2.79%0.00%
29.80%

Color #98AEB3 in popluar number systems.

HEX98AEB3
Decimal152174179
Binary100110001010111010110011
Octal230256263

Shades and tints

Shades of #98AEB3

#98AEB3
(152,174,179)
#8B9FA3
(139,159,163)
#7E9093
(126,144,147)
#718183
(113,129,131)
#647273
(100,114,115)
#576363
(87,99,99)
#4A5453
(74,84,83)
#3D4543
(61,69,67)
#303633
(48,54,51)
#232723
(35,39,35)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98AEB3

#98AEB3
(152,174,179)
#A1B5B9
(161,181,185)
#AABCBF
(170,188,191)
#B3C3C5
(179,195,197)
#BCCACB
(188,202,203)
#C5D1D1
(197,209,209)
#CED8D7
(206,216,215)
#D7DFDD
(215,223,221)
#E0E6E3
(224,230,227)
#E9EDE9
(233,237,233)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AEB3; }

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

This text font color is #98AEB3.


Background Color

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

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

This div background color is #98AEB3.


Border color

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

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

This div border color is #98AEB3.


Opacity

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

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

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

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

This text has shadow with #98AEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AEB3 on black background.


Color preview on white background

This text has color #98AEB3 on white background.



Black color preview on #98AEB3 background

This text has black color on #98AEB3 background.


White color preview on #98AEB3 background

This text has white color on #98AEB3 background.