COLOR #98B096

HEX: #98B096
RGB: (152,176,150)

Color info

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

RGB color model

#98B096 color RGB value is (152,176,150).

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

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 150 of 255 = 59%

152
176
150

R + G + B ~ 63%. #98B096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 176 + 150 = 478 (100%)
R 152 of 478 ~ 31.8%
G 176 of 478 ~ 36.82%
B 150 of 478 ~ 31.38%

%31.8
%36.82
%31.38

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 30.98%
CMYK:
(14,0,15,31)
C14M0Y15K31 
(14%,0%,15%,31%)
(0.14/0.00/0.15/0.31)	

CMYK percentages

%13.64
%0
%14.77
%30.98

Codes

Color #98B096 in popluar color models

98B096
RGB152176150
HSL115°14.13%63.92%
HSB/HSV115°14.77%69.02%
CMYK13.64%0.00%14.77%
30.98%

Color #98B096 in popluar number systems.

HEX98B096
Decimal152176150
Binary100110001011000010010110
Octal230260226

Shades and tints

Shades of #98B096

#98B096
(152,176,150)
#8BA089
(139,160,137)
#7E907C
(126,144,124)
#71806F
(113,128,111)
#647062
(100,112,98)
#576055
(87,96,85)
#4A5048
(74,80,72)
#3D403B
(61,64,59)
#30302E
(48,48,46)
#232021
(35,32,33)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #98B096

#98B096
(152,176,150)
#A1B79F
(161,183,159)
#AABEA8
(170,190,168)
#B3C5B1
(179,197,177)
#BCCCBA
(188,204,186)
#C5D3C3
(197,211,195)
#CEDACC
(206,218,204)
#D7E1D5
(215,225,213)
#E0E8DE
(224,232,222)
#E9EFE7
(233,239,231)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B096; }

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

This text font color is #98B096.


Background Color

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

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

This div background color is #98B096.


Border color

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

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

This div border color is #98B096.


Opacity

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

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

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

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

This text has shadow with #98B096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B096 on black background.


Color preview on white background

This text has color #98B096 on white background.



Black color preview on #98B096 background

This text has black color on #98B096 background.


White color preview on #98B096 background

This text has white color on #98B096 background.