COLOR #98AB99

HEX: #98AB99
RGB: (152,171,153)

Color info

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

RGB color model

#98AB99 color RGB value is (152,171,153).

  • red value is 152;
  • green value is 171;
  • blue value is 153.
RGB:
(152,171,153)
(60%,67%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 153 of 255 = 60%

152
171
153

R + G + B ~ 62%. #98AB99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 171 + 153 = 476 (100%)
R 152 of 476 ~ 31.93%
G 171 of 476 ~ 35.92%
B 153 of 476 ~ 32.14%

%31.93
%35.92
%32.14

CMYK color model

#98AB99 color CMYK value is (11,0,11,33).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(11,0,11,33)
C11M0Y11K33 
(11%,0%,11%,33%)
(0.11/0.00/0.11/0.33)	

CMYK percentages

%11.11
%0
%10.53
%32.94

Codes

Color #98AB99 in popluar color models

98AB99
RGB152171153
HSL123°10.16%63.33%
HSB/HSV123°11.11%67.06%
CMYK11.11%0.00%10.53%
32.94%

Color #98AB99 in popluar number systems.

HEX98AB99
Decimal152171153
Binary100110001010101110011001
Octal230253231

Shades and tints

Shades of #98AB99

#98AB99
(152,171,153)
#8B9C8C
(139,156,140)
#7E8D7F
(126,141,127)
#717E72
(113,126,114)
#646F65
(100,111,101)
#576058
(87,96,88)
#4A514B
(74,81,75)
#3D423E
(61,66,62)
#303331
(48,51,49)
#232424
(35,36,36)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #98AB99

#98AB99
(152,171,153)
#A1B2A2
(161,178,162)
#AAB9AB
(170,185,171)
#B3C0B4
(179,192,180)
#BCC7BD
(188,199,189)
#C5CEC6
(197,206,198)
#CED5CF
(206,213,207)
#D7DCD8
(215,220,216)
#E0E3E1
(224,227,225)
#E9EAEA
(233,234,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AB99 color. Also use rgb(152,171,153) instead hex code.

Text Font Color

.myTextColor { color: #98AB99; }

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

This text font color is #98AB99.


Background Color

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

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

This div background color is #98AB99.


Border color

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

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

This div border color is #98AB99.


Opacity

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

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

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

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

This text has shadow with #98AB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AB99 on black background.


Color preview on white background

This text has color #98AB99 on white background.



Black color preview on #98AB99 background

This text has black color on #98AB99 background.


White color preview on #98AB99 background

This text has white color on #98AB99 background.