COLOR #98B08B

HEX: #98B08B RGB: (152,176,139)

Color info

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

RGB color model

#98B08B color RGB value is (152,176,139).

RGB: (152,176,139) (60%, 69%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 139 of 255 = 55%

152
176
139

R + G + B ~ 61%. #98B08B is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 176 + 139 = 467 (100%)
R 152 of 467 ~ 32.55%
G 176 of 467 ~ 37.69%
B 139 of 467 ~ 29.76'%

%32.55
%37.69
%29.76

CMYK color model

#98B08B color CMYK value is (14,0,21,31).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%

CMYK: (14,0,21,31)
C14M0Y21K31 (14%, 0%, 21%, 31%)
(0.14 / 0.00 / 0.21 / 0.31)

CMYK percentages

%13.64
%0
%21.02
%30.98

Codes

Color #98B08B in popluar color models

98 B0 8B
RGB 152 176 139
HSL 99° 18.97% 61.76%
HSB/HSV 99° 21.02% 69.02%
CMYK 13.64% 0.00% 21.02%
30.98%

Color #98B08B in popluar number systems.

HEX 98 B0 8B
Decimal 152 176 139
Binary 10011000 10110000 10001011
Octal 230 260 213

Shades and tints

Shades of #98B08B

#98B08B
(152,176,139)
#8BA07F
(139,160,127)
#7E9073
(126,144,115)
#718067
(113,128,103)
#64705B
(100,112,91)
#57604F
(87,96,79)
#4A5043
(74,80,67)
#3D4037
(61,64,55)
#30302B
(48,48,43)
#23201F
(35,32,31)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #98B08B

#98B08B
(152,176,139)
#A1B795
(161,183,149)
#AABE9F
(170,190,159)
#B3C5A9
(179,197,169)
#BCCCB3
(188,204,179)
#C5D3BD
(197,211,189)
#CEDAC7
(206,218,199)
#D7E1D1
(215,225,209)
#E0E8DB
(224,232,219)
#E9EFE5
(233,239,229)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B08B; }

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

This text font color is #98B08B.

Background Color

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

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

This div background color is #98B08B.

Border color

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

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

This div border color is #98B08B.

Opacity

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

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

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

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

This text has shadow with #98B08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B08B.

Preview

Color preview on black background

This text has color #98B08B on black background.


Color preview on white background

This text has color #98B08B on white background.


Black color preview on #98B08B background

This text has black color on #98B08B background.


White color preview on #98B08B background

This text has white color on #98B08B background.


Related colors

Complementary color

Complementary color for #hex is #674F74.


I love getcolorcode.com

Triadic colors

1 #8B98B0 and #B08B98 with #98B08B are triadic colors.

2 #8BB098 and #B0988B with #98B08B are triadic colors.