COLOR #98A391

HEX: #98A391
RGB: (152,163,145)

Color info

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

RGB color model

#98A391 color RGB value is (152,163,145).

  • red value is 152;
  • green value is 163;
  • blue value is 145.
RGB:
(152,163,145)
(60%,64%,57%)

RGB channels and saturation

R 152 of 255 = 60%
G 163 of 255 = 64%
B 145 of 255 = 57%

152
163
145

R + G + B ~ 60%. #98A391 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 163 + 145 = 460 (100%)
R 152 of 460 ~ 33.04%
G 163 of 460 ~ 35.43%
B 145 of 460 ~ 31.52%

%33.04
%35.43
%31.52

CMYK color model

#98A391 color CMYK value is (7,0,11,36).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(7,0,11,36)
C7M0Y11K36 
(7%,0%,11%,36%)
(0.07/0.00/0.11/0.36)	

CMYK percentages

%6.75
%0
%11.04
%36.08

Codes

Color #98A391 in popluar color models

98A391
RGB152163145
HSL97°8.91%60.39%
HSB/HSV97°11.04%63.92%
CMYK6.75%0.00%11.04%
36.08%

Color #98A391 in popluar number systems.

HEX98A391
Decimal152163145
Binary100110001010001110010001
Octal230243221

Shades and tints

Shades of #98A391

#98A391
(152,163,145)
#8B9584
(139,149,132)
#7E8777
(126,135,119)
#71796A
(113,121,106)
#646B5D
(100,107,93)
#575D50
(87,93,80)
#4A4F43
(74,79,67)
#3D4136
(61,65,54)
#303329
(48,51,41)
#23251C
(35,37,28)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #98A391

#98A391
(152,163,145)
#A1AB9B
(161,171,155)
#AAB3A5
(170,179,165)
#B3BBAF
(179,187,175)
#BCC3B9
(188,195,185)
#C5CBC3
(197,203,195)
#CED3CD
(206,211,205)
#D7DBD7
(215,219,215)
#E0E3E1
(224,227,225)
#E9EBEB
(233,235,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A391 color. Also use rgb(152,163,145) instead hex code.

Text Font Color

.myTextColor { color: #98A391; }

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

This text font color is #98A391.


Background Color

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

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

This div background color is #98A391.


Border color

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

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

This div border color is #98A391.


Opacity

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

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

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

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

This text has shadow with #98A391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A391 on black background.


Color preview on white background

This text has color #98A391 on white background.



Black color preview on #98A391 background

This text has black color on #98A391 background.


White color preview on #98A391 background

This text has white color on #98A391 background.