COLOR #98B07A

HEX: #98B07A
RGB: (152,176,122)

Color info

#98B07A contains red, green and blue colors in about the same proportion. Web safe color of #98B07A is #999966 (or #996).

RGB color model

#98B07A color RGB value is (152,176,122).

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

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 122 of 255 = 48%

152
176
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 176 + 122 = 450 (100%)
R 152 of 450 ~ 33.78%
G 176 of 450 ~ 39.11%
B 122 of 450 ~ 27.11%

%33.78
%39.11
%27.11

CMYK color model

#98B07A color CMYK value is (14,0,31,31).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 30.98%
CMYK: (14,0,31,31) C14M0Y31K31 (14%,0%,31%,31%) (0.14/0.00/0.31/0.31)

CMYK percentages

%13.64
%0
%30.68
%30.98

Codes

Color #98B07A in popluar color models

98B07A
RGB152176122
HSL87°25.47%58.43%
HSB/HSV87°30.68%69.02%
CMYK13.64%0.00%30.68%
30.98%

Color #98B07A in popluar number systems.

HEX98B07A
Decimal152176122
Binary10011000101100001111010
Octal230260172

Shades and tints

Shades of #98B07A

#98B07A
(152,176,122)
#8BA06F
(139,160,111)
#7E9064
(126,144,100)
#718059
(113,128,89)
#64704E
(100,112,78)
#576043
(87,96,67)
#4A5038
(74,80,56)
#3D402D
(61,64,45)
#303022
(48,48,34)
#232017
(35,32,23)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #98B07A

#98B07A
(152,176,122)
#A1B786
(161,183,134)
#AABE92
(170,190,146)
#B3C59E
(179,197,158)
#BCCCAA
(188,204,170)
#C5D3B6
(197,211,182)
#CEDAC2
(206,218,194)
#D7E1CE
(215,225,206)
#E0E8DA
(224,232,218)
#E9EFE6
(233,239,230)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B07A; }

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

This text font color is #98B07A.


Background Color

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

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

This div background color is #98B07A.


Border color

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

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

This div border color is #98B07A.


Opacity

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

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

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

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

This text has shadow with #98B07A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #98B07A on black background.


Color preview on white background

This text has color #98B07A on white background.



Black color preview on #98B07A background

This text has black color on #98B07A background.


White color preview on #98B07A background

This text has white color on #98B07A background.