COLOR #98B296

HEX: #98B296
RGB: (152,178,150)

Color info

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

RGB color model

#98B296 color RGB value is (152,178,150).

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

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 150 of 255 = 59%

152
178
150

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

Portions of RGB colors in percentages

R + G + B =
152 + 178 + 150 = 480 (100%)
R 152 of 480 ~ 31.67%
G 178 of 480 ~ 37.08%
B 150 of 480 ~ 31.25%

%31.67
%37.08
%31.25

CMYK color model

#98B296 color CMYK value is (15,0,16,30).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(15,0,16,30)
C15M0Y16K30 
(15%,0%,16%,30%)
(0.15/0.00/0.16/0.30)	

CMYK percentages

%14.61
%0
%15.73
%30.2

Codes

Color #98B296 in popluar color models

98B296
RGB152178150
HSL116°15.38%64.31%
HSB/HSV116°15.73%69.80%
CMYK14.61%0.00%15.73%
30.20%

Color #98B296 in popluar number systems.

HEX98B296
Decimal152178150
Binary100110001011001010010110
Octal230262226

Shades and tints

Shades of #98B296

#98B296
(152,178,150)
#8BA289
(139,162,137)
#7E927C
(126,146,124)
#71826F
(113,130,111)
#647262
(100,114,98)
#576255
(87,98,85)
#4A5248
(74,82,72)
#3D423B
(61,66,59)
#30322E
(48,50,46)
#232221
(35,34,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #98B296

#98B296
(152,178,150)
#A1B99F
(161,185,159)
#AAC0A8
(170,192,168)
#B3C7B1
(179,199,177)
#BCCEBA
(188,206,186)
#C5D5C3
(197,213,195)
#CEDCCC
(206,220,204)
#D7E3D5
(215,227,213)
#E0EADE
(224,234,222)
#E9F1E7
(233,241,231)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B296; }

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

This text font color is #98B296.


Background Color

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

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

This div background color is #98B296.


Border color

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

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

This div border color is #98B296.


Opacity

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

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

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

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

This text has shadow with #98B296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B296 on black background.


Color preview on white background

This text has color #98B296 on white background.



Black color preview on #98B296 background

This text has black color on #98B296 background.


White color preview on #98B296 background

This text has white color on #98B296 background.