COLOR #98B98D

HEX: #98B98D
RGB: (152,185,141)

Color info

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

RGB color model

#98B98D color RGB value is (152,185,141).

  • red value is 152;
  • green value is 185;
  • blue value is 141.
RGB:
(152,185,141)
(60%,73%,55%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 141 of 255 = 55%

152
185
141

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

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 141 = 478 (100%)
R 152 of 478 ~ 31.8%
G 185 of 478 ~ 38.7%
B 141 of 478 ~ 29.5%

%31.8
%38.7
%29.5

CMYK color model

#98B98D color CMYK value is (18,0,24,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%
CMYK:
(18,0,24,27)
C18M0Y24K27 
(18%,0%,24%,27%)
(0.18/0.00/0.24/0.27)	

CMYK percentages

%17.84
%0
%23.78
%27.45

Codes

Color #98B98D in popluar color models

98B98D
RGB152185141
HSL105°23.91%63.92%
HSB/HSV105°23.78%72.55%
CMYK17.84%0.00%23.78%
27.45%

Color #98B98D in popluar number systems.

HEX98B98D
Decimal152185141
Binary100110001011100110001101
Octal230271215

Shades and tints

Shades of #98B98D

#98B98D
(152,185,141)
#8BA981
(139,169,129)
#7E9975
(126,153,117)
#718969
(113,137,105)
#64795D
(100,121,93)
#576951
(87,105,81)
#4A5945
(74,89,69)
#3D4939
(61,73,57)
#30392D
(48,57,45)
#232921
(35,41,33)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98B98D

#98B98D
(152,185,141)
#A1BF97
(161,191,151)
#AAC5A1
(170,197,161)
#B3CBAB
(179,203,171)
#BCD1B5
(188,209,181)
#C5D7BF
(197,215,191)
#CEDDC9
(206,221,201)
#D7E3D3
(215,227,211)
#E0E9DD
(224,233,221)
#E9EFE7
(233,239,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B98D color. Also use rgb(152,185,141) instead hex code.

Text Font Color

.myTextColor { color: #98B98D; }

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

This text font color is #98B98D.


Background Color

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

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

This div background color is #98B98D.


Border color

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

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

This div border color is #98B98D.


Opacity

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

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

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

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

This text has shadow with #98B98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B98D on black background.


Color preview on white background

This text has color #98B98D on white background.



Black color preview on #98B98D background

This text has black color on #98B98D background.


White color preview on #98B98D background

This text has white color on #98B98D background.