COLOR #98A496

HEX: #98A496
RGB: (152,164,150)

Color info

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

RGB color model

#98A496 color RGB value is (152,164,150).

  • red value is 152;
  • green value is 164;
  • blue value is 150.
RGB:
(152,164,150)
(60%,64%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 150 of 255 = 59%

152
164
150

R + G + B ~ 61%. #98A496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 150 = 466 (100%)
R 152 of 466 ~ 32.62%
G 164 of 466 ~ 35.19%
B 150 of 466 ~ 32.19%

%32.62
%35.19
%32.19

CMYK color model

#98A496 color CMYK value is (7,0,9,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(7,0,9,36)
C7M0Y9K36 
(7%,0%,9%,36%)
(0.07/0.00/0.09/0.36)	

CMYK percentages

%7.32
%0
%8.54
%35.69

Codes

Color #98A496 in popluar color models

98A496
RGB152164150
HSL111°7.14%61.57%
HSB/HSV111°8.54%64.31%
CMYK7.32%0.00%8.54%
35.69%

Color #98A496 in popluar number systems.

HEX98A496
Decimal152164150
Binary100110001010010010010110
Octal230244226

Shades and tints

Shades of #98A496

#98A496
(152,164,150)
#8B9689
(139,150,137)
#7E887C
(126,136,124)
#717A6F
(113,122,111)
#646C62
(100,108,98)
#575E55
(87,94,85)
#4A5048
(74,80,72)
#3D423B
(61,66,59)
#30342E
(48,52,46)
#232621
(35,38,33)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #98A496

#98A496
(152,164,150)
#A1AC9F
(161,172,159)
#AAB4A8
(170,180,168)
#B3BCB1
(179,188,177)
#BCC4BA
(188,196,186)
#C5CCC3
(197,204,195)
#CED4CC
(206,212,204)
#D7DCD5
(215,220,213)
#E0E4DE
(224,228,222)
#E9ECE7
(233,236,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A496 color. Also use rgb(152,164,150) instead hex code.

Text Font Color

.myTextColor { color: #98A496; }

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

This text font color is #98A496.


Background Color

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

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

This div background color is #98A496.


Border color

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

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

This div border color is #98A496.


Opacity

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

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

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

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

This text has shadow with #98A496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A496 on black background.


Color preview on white background

This text has color #98A496 on white background.



Black color preview on #98A496 background

This text has black color on #98A496 background.


White color preview on #98A496 background

This text has white color on #98A496 background.