COLOR #98A99C

HEX: #98A99C
RGB: (152,169,156)

Color info

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

RGB color model

#98A99C color RGB value is (152,169,156).

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

RGB channels and saturation

R 152 of 255 = 60%
G 169 of 255 = 66%
B 156 of 255 = 61%

152
169
156

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

Portions of RGB colors in percentages

R + G + B =
152 + 169 + 156 = 477 (100%)
R 152 of 477 ~ 31.87%
G 169 of 477 ~ 35.43%
B 156 of 477 ~ 32.7%

%31.87
%35.43
%32.7

CMYK color model

#98A99C color CMYK value is (10,0,8,34).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(10,0,8,34)
C10M0Y8K34 
(10%,0%,8%,34%)
(0.10/0.00/0.08/0.34)	

CMYK percentages

%10.06
%0
%7.69
%33.73

Codes

Color #98A99C in popluar color models

98A99C
RGB152169156
HSL134°8.99%62.94%
HSB/HSV134°10.06%66.27%
CMYK10.06%0.00%7.69%
33.73%

Color #98A99C in popluar number systems.

HEX98A99C
Decimal152169156
Binary100110001010100110011100
Octal230251234

Shades and tints

Shades of #98A99C

#98A99C
(152,169,156)
#8B9A8E
(139,154,142)
#7E8B80
(126,139,128)
#717C72
(113,124,114)
#646D64
(100,109,100)
#575E56
(87,94,86)
#4A4F48
(74,79,72)
#3D403A
(61,64,58)
#30312C
(48,49,44)
#23221E
(35,34,30)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #98A99C

#98A99C
(152,169,156)
#A1B0A5
(161,176,165)
#AAB7AE
(170,183,174)
#B3BEB7
(179,190,183)
#BCC5C0
(188,197,192)
#C5CCC9
(197,204,201)
#CED3D2
(206,211,210)
#D7DADB
(215,218,219)
#E0E1E4
(224,225,228)
#E9E8ED
(233,232,237)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A99C; }

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

This text font color is #98A99C.


Background Color

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

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

This div background color is #98A99C.


Border color

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

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

This div border color is #98A99C.


Opacity

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

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

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

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

This text has shadow with #98A99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A99C on black background.


Color preview on white background

This text has color #98A99C on white background.



Black color preview on #98A99C background

This text has black color on #98A99C background.


White color preview on #98A99C background

This text has white color on #98A99C background.