COLOR #98B47A

HEX: #98B47A
RGB: (152,180,122)

Color info

#98B47A contains red, green and blue colors in about the same proportion. Web safe color of #98B47A is #99CC66 (or #9C6).

RGB color model

#98B47A color RGB value is (152,180,122).

  • red value is 152;
  • green value is 180;
  • blue value is 122.
RGB:
(152,180,122)
(60%,71%,48%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 122 of 255 = 48%

152
180
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 122 = 454 (100%)
R 152 of 454 ~ 33.48%
G 180 of 454 ~ 39.65%
B 122 of 454 ~ 26.87%

%33.48
%39.65
%26.87

CMYK color model

#98B47A color CMYK value is (16,0,32,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%
CMYK:
(16,0,32,29)
C16M0Y32K29 
(16%,0%,32%,29%)
(0.16/0.00/0.32/0.29)	

CMYK percentages

%15.56
%0
%32.22
%29.41

Codes

Color #98B47A in popluar color models

98B47A
RGB152180122
HSL89°27.88%59.22%
HSB/HSV89°32.22%70.59%
CMYK15.56%0.00%32.22%
29.41%

Color #98B47A in popluar number systems.

HEX98B47A
Decimal152180122
Binary10011000101101001111010
Octal230264172

Shades and tints

Shades of #98B47A

#98B47A
(152,180,122)
#8BA46F
(139,164,111)
#7E9464
(126,148,100)
#718459
(113,132,89)
#64744E
(100,116,78)
#576443
(87,100,67)
#4A5438
(74,84,56)
#3D442D
(61,68,45)
#303422
(48,52,34)
#232417
(35,36,23)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #98B47A

#98B47A
(152,180,122)
#A1BA86
(161,186,134)
#AAC092
(170,192,146)
#B3C69E
(179,198,158)
#BCCCAA
(188,204,170)
#C5D2B6
(197,210,182)
#CED8C2
(206,216,194)
#D7DECE
(215,222,206)
#E0E4DA
(224,228,218)
#E9EAE6
(233,234,230)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B47A; }

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

This text font color is #98B47A.


Background Color

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

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

This div background color is #98B47A.


Border color

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

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

This div border color is #98B47A.


Opacity

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

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

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

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

This text has shadow with #98B47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B47A on black background.


Color preview on white background

This text has color #98B47A on white background.



Black color preview on #98B47A background

This text has black color on #98B47A background.


White color preview on #98B47A background

This text has white color on #98B47A background.