COLOR #98B88F

HEX: #98B88F
RGB: (152,184,143)

Color info

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

RGB color model

#98B88F color RGB value is (152,184,143).

  • red value is 152;
  • green value is 184;
  • blue value is 143.
RGB:
(152,184,143)
(60%,72%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 184 of 255 = 72%
B 143 of 255 = 56%

152
184
143

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

Portions of RGB colors in percentages

R + G + B =
152 + 184 + 143 = 479 (100%)
R 152 of 479 ~ 31.73%
G 184 of 479 ~ 38.41%
B 143 of 479 ~ 29.85%

%31.73
%38.41
%29.85

CMYK color model

#98B88F color CMYK value is (17,0,22,28).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 27.84%
CMYK:
(17,0,22,28)
C17M0Y22K28 
(17%,0%,22%,28%)
(0.17/0.00/0.22/0.28)	

CMYK percentages

%17.39
%0
%22.28
%27.84

Codes

Color #98B88F in popluar color models

98B88F
RGB152184143
HSL107°22.40%64.12%
HSB/HSV107°22.28%72.16%
CMYK17.39%0.00%22.28%
27.84%

Color #98B88F in popluar number systems.

HEX98B88F
Decimal152184143
Binary100110001011100010001111
Octal230270217

Shades and tints

Shades of #98B88F

#98B88F
(152,184,143)
#8BA882
(139,168,130)
#7E9875
(126,152,117)
#718868
(113,136,104)
#64785B
(100,120,91)
#57684E
(87,104,78)
#4A5841
(74,88,65)
#3D4834
(61,72,52)
#303827
(48,56,39)
#23281A
(35,40,26)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #98B88F

#98B88F
(152,184,143)
#A1BE99
(161,190,153)
#AAC4A3
(170,196,163)
#B3CAAD
(179,202,173)
#BCD0B7
(188,208,183)
#C5D6C1
(197,214,193)
#CEDCCB
(206,220,203)
#D7E2D5
(215,226,213)
#E0E8DF
(224,232,223)
#E9EEE9
(233,238,233)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B88F color. Also use rgb(152,184,143) instead hex code.

Text Font Color

.myTextColor { color: #98B88F; }

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

This text font color is #98B88F.


Background Color

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

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

This div background color is #98B88F.


Border color

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

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

This div border color is #98B88F.


Opacity

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

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

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

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

This text has shadow with #98B88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B88F on black background.


Color preview on white background

This text has color #98B88F on white background.



Black color preview on #98B88F background

This text has black color on #98B88F background.


White color preview on #98B88F background

This text has white color on #98B88F background.