COLOR #98B49A

HEX: #98B49A
RGB: (152,180,154)

Color info

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

RGB color model

#98B49A color RGB value is (152,180,154).

  • red value is 152;
  • green value is 180;
  • blue value is 154.
RGB:
(152,180,154)
(60%,71%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 154 of 255 = 60%

152
180
154

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

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 154 = 486 (100%)
R 152 of 486 ~ 31.28%
G 180 of 486 ~ 37.04%
B 154 of 486 ~ 31.69%

%31.28
%37.04
%31.69

CMYK color model

#98B49A color CMYK value is (16,0,14,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(16,0,14,29)
C16M0Y14K29 
(16%,0%,14%,29%)
(0.16/0.00/0.14/0.29)	

CMYK percentages

%15.56
%0
%14.44
%29.41

Codes

Color #98B49A in popluar color models

98B49A
RGB152180154
HSL124°15.73%65.10%
HSB/HSV124°15.56%70.59%
CMYK15.56%0.00%14.44%
29.41%

Color #98B49A in popluar number systems.

HEX98B49A
Decimal152180154
Binary100110001011010010011010
Octal230264232

Shades and tints

Shades of #98B49A

#98B49A
(152,180,154)
#8BA48C
(139,164,140)
#7E947E
(126,148,126)
#718470
(113,132,112)
#647462
(100,116,98)
#576454
(87,100,84)
#4A5446
(74,84,70)
#3D4438
(61,68,56)
#30342A
(48,52,42)
#23241C
(35,36,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #98B49A

#98B49A
(152,180,154)
#A1BAA3
(161,186,163)
#AAC0AC
(170,192,172)
#B3C6B5
(179,198,181)
#BCCCBE
(188,204,190)
#C5D2C7
(197,210,199)
#CED8D0
(206,216,208)
#D7DED9
(215,222,217)
#E0E4E2
(224,228,226)
#E9EAEB
(233,234,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B49A; }

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

This text font color is #98B49A.


Background Color

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

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

This div background color is #98B49A.


Border color

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

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

This div border color is #98B49A.


Opacity

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

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

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

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

This text has shadow with #98B49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B49A on black background.


Color preview on white background

This text has color #98B49A on white background.



Black color preview on #98B49A background

This text has black color on #98B49A background.


White color preview on #98B49A background

This text has white color on #98B49A background.