COLOR #98B58F

HEX: #98B58F RGB: (152,181,143)

Color info

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

RGB color model

#98B58F color RGB value is (152,181,143).

RGB: (152,181,143) (60%, 71%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 181 of 255 = 71%
B 143 of 255 = 56%

152
181
143

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

Portions of RGB colors in percentages

R + G + B = 152 + 181 + 143 = 476 (100%)
R 152 of 476 ~ 31.93%
G 181 of 476 ~ 38.03%
B 143 of 476 ~ 30.04'%

%31.93
%38.03
%30.04

CMYK color model

#98B58F color CMYK value is (16,0,21,29).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 29.02%

CMYK: (16,0,21,29)
C16M0Y21K29 (16%, 0%, 21%, 29%)
(0.16 / 0.00 / 0.21 / 0.29)

CMYK percentages

%16.02
%0
%20.99
%29.02

Codes

Color #98B58F in popluar color models

98 B5 8F
RGB 152 181 143
HSL 106° 20.43% 63.53%
HSB/HSV 106° 20.99% 70.98%
CMYK 16.02% 0.00% 20.99%
29.02%

Color #98B58F in popluar number systems.

HEX 98 B5 8F
Decimal 152 181 143
Binary 10011000 10110101 10001111
Octal 230 265 217

Shades and tints

Shades of #98B58F

#98B58F
(152,181,143)
#8BA582
(139,165,130)
#7E9575
(126,149,117)
#718568
(113,133,104)
#64755B
(100,117,91)
#57654E
(87,101,78)
#4A5541
(74,85,65)
#3D4534
(61,69,52)
#303527
(48,53,39)
#23251A
(35,37,26)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #98B58F

#98B58F
(152,181,143)
#A1BB99
(161,187,153)
#AAC1A3
(170,193,163)
#B3C7AD
(179,199,173)
#BCCDB7
(188,205,183)
#C5D3C1
(197,211,193)
#CED9CB
(206,217,203)
#D7DFD5
(215,223,213)
#E0E5DF
(224,229,223)
#E9EBE9
(233,235,233)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B58F color. Also use rgb(152,181,143) instead hex code.

Text Font Color

.myTextColor { color: #98B58F; }

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

This text font color is #98B58F.

Background Color

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

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

This div background color is #98B58F.

Border color

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

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

This div border color is #98B58F.

Opacity

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

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

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

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

This text has shadow with #98B58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B58F.

Preview

Color preview on black background

This text has color #98B58F on black background.


Color preview on white background

This text has color #98B58F on white background.


Black color preview on #98B58F background

This text has black color on #98B58F background.


White color preview on #98B58F background

This text has white color on #98B58F background.


Related colors

Complementary color

Complementary color for #hex is #674A70.


I love getcolorcode.com

Triadic colors

1 #8F98B5 and #B58F98 with #98B58F are triadic colors.

2 #8FB598 and #B5988F with #98B58F are triadic colors.