COLOR #98A290

HEX: #98A290
RGB: (152,162,144)

Color info

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

RGB color model

#98A290 color RGB value is (152,162,144).

  • red value is 152;
  • green value is 162;
  • blue value is 144.
RGB:
(152,162,144)
(60%,64%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 162 of 255 = 64%
B 144 of 255 = 56%

152
162
144

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

Portions of RGB colors in percentages

R + G + B =
152 + 162 + 144 = 458 (100%)
R 152 of 458 ~ 33.19%
G 162 of 458 ~ 35.37%
B 144 of 458 ~ 31.44%

%33.19
%35.37
%31.44

CMYK color model

#98A290 color CMYK value is (6,0,11,36).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(6,0,11,36)
C6M0Y11K36 
(6%,0%,11%,36%)
(0.06/0.00/0.11/0.36)	

CMYK percentages

%6.17
%0
%11.11
%36.47

Codes

Color #98A290 in popluar color models

98A290
RGB152162144
HSL93°8.82%60.00%
HSB/HSV93°11.11%63.53%
CMYK6.17%0.00%11.11%
36.47%

Color #98A290 in popluar number systems.

HEX98A290
Decimal152162144
Binary100110001010001010010000
Octal230242220

Shades and tints

Shades of #98A290

#98A290
(152,162,144)
#8B9483
(139,148,131)
#7E8676
(126,134,118)
#717869
(113,120,105)
#646A5C
(100,106,92)
#575C4F
(87,92,79)
#4A4E42
(74,78,66)
#3D4035
(61,64,53)
#303228
(48,50,40)
#23241B
(35,36,27)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #98A290

#98A290
(152,162,144)
#A1AA9A
(161,170,154)
#AAB2A4
(170,178,164)
#B3BAAE
(179,186,174)
#BCC2B8
(188,194,184)
#C5CAC2
(197,202,194)
#CED2CC
(206,210,204)
#D7DAD6
(215,218,214)
#E0E2E0
(224,226,224)
#E9EAEA
(233,234,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A290 color. Also use rgb(152,162,144) instead hex code.

Text Font Color

.myTextColor { color: #98A290; }

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

This text font color is #98A290.


Background Color

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

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

This div background color is #98A290.


Border color

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

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

This div border color is #98A290.


Opacity

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

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

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

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

This text has shadow with #98A290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A290 on black background.


Color preview on white background

This text has color #98A290 on white background.



Black color preview on #98A290 background

This text has black color on #98A290 background.


White color preview on #98A290 background

This text has white color on #98A290 background.