COLOR #98A298

HEX: #98A298
RGB: (152,162,152)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
162
152

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

Portions of RGB colors in percentages

R + G + B =
152 + 162 + 152 = 466 (100%)
R 152 of 466 ~ 32.62%
G 162 of 466 ~ 34.76%
B 152 of 466 ~ 32.62%

%32.62
%34.76
%32.62

CMYK color model

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

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

CMYK percentages

%6.17
%0
%6.17
%36.47

Codes

Color #98A298 in popluar color models

98A298
RGB152162152
HSL120°5.10%61.57%
HSB/HSV120°6.17%63.53%
CMYK6.17%0.00%6.17%
36.47%

Color #98A298 in popluar number systems.

HEX98A298
Decimal152162152
Binary100110001010001010011000
Octal230242230

Shades and tints

Shades of #98A298

#98A298
(152,162,152)
#8B948B
(139,148,139)
#7E867E
(126,134,126)
#717871
(113,120,113)
#646A64
(100,106,100)
#575C57
(87,92,87)
#4A4E4A
(74,78,74)
#3D403D
(61,64,61)
#303230
(48,50,48)
#232423
(35,36,35)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #98A298

#98A298
(152,162,152)
#A1AAA1
(161,170,161)
#AAB2AA
(170,178,170)
#B3BAB3
(179,186,179)
#BCC2BC
(188,194,188)
#C5CAC5
(197,202,197)
#CED2CE
(206,210,206)
#D7DAD7
(215,218,215)
#E0E2E0
(224,226,224)
#E9EAE9
(233,234,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A298; }

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

This text font color is #98A298.


Background Color

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

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

This div background color is #98A298.


Border color

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

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

This div border color is #98A298.


Opacity

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

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

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

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

This text has shadow with #98A298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A298 on black background.


Color preview on white background

This text has color #98A298 on white background.



Black color preview on #98A298 background

This text has black color on #98A298 background.


White color preview on #98A298 background

This text has white color on #98A298 background.