COLOR #98B48C

HEX: #98B48C
RGB: (152,180,140)

Color info

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

RGB color model

#98B48C color RGB value is (152,180,140).

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

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 140 of 255 = 55%

152
180
140

R + G + B ~ 62%. #98B48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 140 = 472 (100%)
R 152 of 472 ~ 32.2%
G 180 of 472 ~ 38.14%
B 140 of 472 ~ 29.66%

%32.2
%38.14
%29.66

CMYK color model

#98B48C color CMYK value is (16,0,22,29).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%
CMYK:
(16,0,22,29)
C16M0Y22K29 
(16%,0%,22%,29%)
(0.16/0.00/0.22/0.29)	

CMYK percentages

%15.56
%0
%22.22
%29.41

Codes

Color #98B48C in popluar color models

98B48C
RGB152180140
HSL102°21.05%62.75%
HSB/HSV102°22.22%70.59%
CMYK15.56%0.00%22.22%
29.41%

Color #98B48C in popluar number systems.

HEX98B48C
Decimal152180140
Binary100110001011010010001100
Octal230264214

Shades and tints

Shades of #98B48C

#98B48C
(152,180,140)
#8BA480
(139,164,128)
#7E9474
(126,148,116)
#718468
(113,132,104)
#64745C
(100,116,92)
#576450
(87,100,80)
#4A5444
(74,84,68)
#3D4438
(61,68,56)
#30342C
(48,52,44)
#232420
(35,36,32)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #98B48C

#98B48C
(152,180,140)
#A1BA96
(161,186,150)
#AAC0A0
(170,192,160)
#B3C6AA
(179,198,170)
#BCCCB4
(188,204,180)
#C5D2BE
(197,210,190)
#CED8C8
(206,216,200)
#D7DED2
(215,222,210)
#E0E4DC
(224,228,220)
#E9EAE6
(233,234,230)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B48C; }

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

This text font color is #98B48C.


Background Color

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

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

This div background color is #98B48C.


Border color

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

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

This div border color is #98B48C.


Opacity

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

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

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

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

This text has shadow with #98B48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B48C on black background.


Color preview on white background

This text has color #98B48C on white background.



Black color preview on #98B48C background

This text has black color on #98B48C background.


White color preview on #98B48C background

This text has white color on #98B48C background.