COLOR #98AC90

HEX: #98AC90
RGB: (152,172,144)

Color info

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

RGB color model

#98AC90 color RGB value is (152,172,144).

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

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 144 of 255 = 56%

152
172
144

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

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 144 = 468 (100%)
R 152 of 468 ~ 32.48%
G 172 of 468 ~ 36.75%
B 144 of 468 ~ 30.77%

%32.48
%36.75
%30.77

CMYK color model

#98AC90 color CMYK value is (12,0,16,33).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK:
(12,0,16,33)
C12M0Y16K33 
(12%,0%,16%,33%)
(0.12/0.00/0.16/0.33)	

CMYK percentages

%11.63
%0
%16.28
%32.55

Codes

Color #98AC90 in popluar color models

98AC90
RGB152172144
HSL103°14.43%61.96%
HSB/HSV103°16.28%67.45%
CMYK11.63%0.00%16.28%
32.55%

Color #98AC90 in popluar number systems.

HEX98AC90
Decimal152172144
Binary100110001010110010010000
Octal230254220

Shades and tints

Shades of #98AC90

#98AC90
(152,172,144)
#8B9D83
(139,157,131)
#7E8E76
(126,142,118)
#717F69
(113,127,105)
#64705C
(100,112,92)
#57614F
(87,97,79)
#4A5242
(74,82,66)
#3D4335
(61,67,53)
#303428
(48,52,40)
#23251B
(35,37,27)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #98AC90

#98AC90
(152,172,144)
#A1B39A
(161,179,154)
#AABAA4
(170,186,164)
#B3C1AE
(179,193,174)
#BCC8B8
(188,200,184)
#C5CFC2
(197,207,194)
#CED6CC
(206,214,204)
#D7DDD6
(215,221,214)
#E0E4E0
(224,228,224)
#E9EBEA
(233,235,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AC90; }

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

This text font color is #98AC90.


Background Color

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

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

This div background color is #98AC90.


Border color

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

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

This div border color is #98AC90.


Opacity

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

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

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

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

This text has shadow with #98AC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AC90 on black background.


Color preview on white background

This text has color #98AC90 on white background.



Black color preview on #98AC90 background

This text has black color on #98AC90 background.


White color preview on #98AC90 background

This text has white color on #98AC90 background.