COLOR #98B07E

HEX: #98B07E RGB: (152,176,126)

Color info

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

RGB color model

#98B07E color RGB value is (152,176,126).

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

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 126 of 255 = 49%

152
176
126

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

Portions of RGB colors in percentages

R + G + B =
152 + 176 + 126 = 454 (100%)
R 152 of 454 ~ 33.48%
G 176 of 454 ~ 38.77%
B 126 of 454 ~ 27.75%

%33.48
%38.77
%27.75

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK: (14,0,28,31) C14M0Y28K31 (14%,0%,28%,31%) (0.14/0.00/0.28/0.31)

CMYK percentages

%13.64
%0
%28.41
%30.98

Codes

Color #98B07E in popluar color models

98B07E
RGB152176126
HSL89°24.04%59.22%
HSB/HSV89°28.41%69.02%
CMYK13.64%0.00%28.41%
30.98%

Color #98B07E in popluar number systems.

HEX98B07E
Decimal152176126
Binary10011000101100001111110
Octal230260176

Shades and tints

Shades of #98B07E

#98B07E
(152,176,126)
#8BA073
(139,160,115)
#7E9068
(126,144,104)
#71805D
(113,128,93)
#647052
(100,112,82)
#576047
(87,96,71)
#4A503C
(74,80,60)
#3D4031
(61,64,49)
#303026
(48,48,38)
#23201B
(35,32,27)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #98B07E

#98B07E
(152,176,126)
#A1B789
(161,183,137)
#AABE94
(170,190,148)
#B3C59F
(179,197,159)
#BCCCAA
(188,204,170)
#C5D3B5
(197,211,181)
#CEDAC0
(206,218,192)
#D7E1CB
(215,225,203)
#E0E8D6
(224,232,214)
#E9EFE1
(233,239,225)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B07E; }

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

This text font color is #98B07E.


Background Color

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

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

This div background color is #98B07E.


Border color

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

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

This div border color is #98B07E.


Opacity

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

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

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

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

This text has shadow with #98B07E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #98B07E on black background.


Color preview on white background

This text has color #98B07E on white background.



Black color preview on #98B07E background

This text has black color on #98B07E background.


White color preview on #98B07E background

This text has white color on #98B07E background.