COLOR #98B39B

HEX: #98B39B
RGB: (152,179,155)

Color info

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

RGB color model

#98B39B color RGB value is (152,179,155).

  • red value is 152;
  • green value is 179;
  • blue value is 155.
RGB:
(152,179,155)
(60%,70%,61%)

RGB channels and saturation

R 152 of 255 = 60%
G 179 of 255 = 70%
B 155 of 255 = 61%

152
179
155

R + G + B ~ 64%. #98B39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 179 + 155 = 486 (100%)
R 152 of 486 ~ 31.28%
G 179 of 486 ~ 36.83%
B 155 of 486 ~ 31.89%

%31.28
%36.83
%31.89

CMYK color model

#98B39B color CMYK value is (15,0,13,30).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(15,0,13,30)
C15M0Y13K30 
(15%,0%,13%,30%)
(0.15/0.00/0.13/0.30)	

CMYK percentages

%15.08
%0
%13.41
%29.8

Codes

Color #98B39B in popluar color models

98B39B
RGB152179155
HSL127°15.08%64.90%
HSB/HSV127°15.08%70.20%
CMYK15.08%0.00%13.41%
29.80%

Color #98B39B in popluar number systems.

HEX98B39B
Decimal152179155
Binary100110001011001110011011
Octal230263233

Shades and tints

Shades of #98B39B

#98B39B
(152,179,155)
#8BA38D
(139,163,141)
#7E937F
(126,147,127)
#718371
(113,131,113)
#647363
(100,115,99)
#576355
(87,99,85)
#4A5347
(74,83,71)
#3D4339
(61,67,57)
#30332B
(48,51,43)
#23231D
(35,35,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #98B39B

#98B39B
(152,179,155)
#A1B9A4
(161,185,164)
#AABFAD
(170,191,173)
#B3C5B6
(179,197,182)
#BCCBBF
(188,203,191)
#C5D1C8
(197,209,200)
#CED7D1
(206,215,209)
#D7DDDA
(215,221,218)
#E0E3E3
(224,227,227)
#E9E9EC
(233,233,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B39B color. Also use rgb(152,179,155) instead hex code.

Text Font Color

.myTextColor { color: #98B39B; }

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

This text font color is #98B39B.


Background Color

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

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

This div background color is #98B39B.


Border color

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

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

This div border color is #98B39B.


Opacity

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

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

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

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

This text has shadow with #98B39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B39B on black background.


Color preview on white background

This text has color #98B39B on white background.



Black color preview on #98B39B background

This text has black color on #98B39B background.


White color preview on #98B39B background

This text has white color on #98B39B background.