COLOR #98B39A

HEX: #98B39A RGB: (152,179,154)

Color info

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

RGB color model

#98B39A color RGB value is (152,179,154).

RGB: (152,179,154) (60%, 70%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 179 of 255 = 70%
B 154 of 255 = 60%

152
179
154

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

Portions of RGB colors in percentages

R + G + B = 152 + 179 + 154 = 485 (100%)
R 152 of 485 ~ 31.34%
G 179 of 485 ~ 36.91%
B 154 of 485 ~ 31.75'%

%31.34
%36.91
%31.75

CMYK color model

#98B39A color CMYK value is (15,0,14,30).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 29.80%

CMYK: (15,0,14,30)
C15M0Y14K30 (15%, 0%, 14%, 30%)
(0.15 / 0.00 / 0.14 / 0.30)

CMYK percentages

%15.08
%0
%13.97
%29.8

Codes

Color #98B39A in popluar color models

98 B3 9A
RGB 152 179 154
HSL 124° 15.08% 64.90%
HSB/HSV 124° 15.08% 70.20%
CMYK 15.08% 0.00% 13.97%
29.80%

Color #98B39A in popluar number systems.

HEX 98 B3 9A
Decimal 152 179 154
Binary 10011000 10110011 10011010
Octal 230 263 232

Shades and tints

Shades of #98B39A

#98B39A
(152,179,154)
#8BA38C
(139,163,140)
#7E937E
(126,147,126)
#718370
(113,131,112)
#647362
(100,115,98)
#576354
(87,99,84)
#4A5346
(74,83,70)
#3D4338
(61,67,56)
#30332A
(48,51,42)
#23231C
(35,35,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #98B39A

#98B39A
(152,179,154)
#A1B9A3
(161,185,163)
#AABFAC
(170,191,172)
#B3C5B5
(179,197,181)
#BCCBBE
(188,203,190)
#C5D1C7
(197,209,199)
#CED7D0
(206,215,208)
#D7DDD9
(215,221,217)
#E0E3E2
(224,227,226)
#E9E9EB
(233,233,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B39A; }

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

This text font color is #98B39A.

Background Color

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

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

This div background color is #98B39A.

Border color

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

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

This div border color is #98B39A.

Opacity

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

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

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

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

This text has shadow with #98B39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B39A.

Preview

Color preview on black background

This text has color #98B39A on black background.


Color preview on white background

This text has color #98B39A on white background.


Black color preview on #98B39A background

This text has black color on #98B39A background.


White color preview on #98B39A background

This text has white color on #98B39A background.


Related colors

Complementary color

Complementary color for #hex is #674C65.


I love getcolorcode.com

Triadic colors

1 #9A98B3 and #B39A98 with #98B39A are triadic colors.

2 #9AB398 and #B3989A with #98B39A are triadic colors.