COLOR #98AB9C

HEX: #98AB9C
RGB: (152,171,156)

Color info

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

RGB color model

#98AB9C color RGB value is (152,171,156).

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

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 156 of 255 = 61%

152
171
156

R + G + B ~ 63%. #98AB9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 171 + 156 = 479 (100%)
R 152 of 479 ~ 31.73%
G 171 of 479 ~ 35.7%
B 156 of 479 ~ 32.57%

%31.73
%35.7
%32.57

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(11,0,9,33)
C11M0Y9K33 
(11%,0%,9%,33%)
(0.11/0.00/0.09/0.33)	

CMYK percentages

%11.11
%0
%8.77
%32.94

Codes

Color #98AB9C in popluar color models

98AB9C
RGB152171156
HSL133°10.16%63.33%
HSB/HSV133°11.11%67.06%
CMYK11.11%0.00%8.77%
32.94%

Color #98AB9C in popluar number systems.

HEX98AB9C
Decimal152171156
Binary100110001010101110011100
Octal230253234

Shades and tints

Shades of #98AB9C

#98AB9C
(152,171,156)
#8B9C8E
(139,156,142)
#7E8D80
(126,141,128)
#717E72
(113,126,114)
#646F64
(100,111,100)
#576056
(87,96,86)
#4A5148
(74,81,72)
#3D423A
(61,66,58)
#30332C
(48,51,44)
#23241E
(35,36,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #98AB9C

#98AB9C
(152,171,156)
#A1B2A5
(161,178,165)
#AAB9AE
(170,185,174)
#B3C0B7
(179,192,183)
#BCC7C0
(188,199,192)
#C5CEC9
(197,206,201)
#CED5D2
(206,213,210)
#D7DCDB
(215,220,219)
#E0E3E4
(224,227,228)
#E9EAED
(233,234,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AB9C; }

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

This text font color is #98AB9C.


Background Color

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

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

This div background color is #98AB9C.


Border color

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

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

This div border color is #98AB9C.


Opacity

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

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

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

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

This text has shadow with #98AB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AB9C on black background.


Color preview on white background

This text has color #98AB9C on white background.



Black color preview on #98AB9C background

This text has black color on #98AB9C background.


White color preview on #98AB9C background

This text has white color on #98AB9C background.