COLOR #98BC8F

HEX: #98BC8F RGB: (152,188,143)

Color info

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

RGB color model

#98BC8F color RGB value is (152,188,143).

RGB: (152,188,143) (60%, 74%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 188 of 255 = 74%
B 143 of 255 = 56%

152
188
143

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

Portions of RGB colors in percentages

R + G + B = 152 + 188 + 143 = 483 (100%)
R 152 of 483 ~ 31.47%
G 188 of 483 ~ 38.92%
B 143 of 483 ~ 29.61'%

%31.47
%38.92
%29.61

CMYK color model

#98BC8F color CMYK value is (19,0,24,26).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 26.27%

CMYK: (19,0,24,26)
C19M0Y24K26 (19%, 0%, 24%, 26%)
(0.19 / 0.00 / 0.24 / 0.26)

CMYK percentages

%19.15
%0
%23.94
%26.27

Codes

Color #98BC8F in popluar color models

98 BC 8F
RGB 152 188 143
HSL 108° 25.14% 64.90%
HSB/HSV 108° 23.94% 73.73%
CMYK 19.15% 0.00% 23.94%
26.27%

Color #98BC8F in popluar number systems.

HEX 98 BC 8F
Decimal 152 188 143
Binary 10011000 10111100 10001111
Octal 230 274 217

Shades and tints

Shades of #98BC8F

#98BC8F
(152,188,143)
#8BAB82
(139,171,130)
#7E9A75
(126,154,117)
#718968
(113,137,104)
#64785B
(100,120,91)
#57674E
(87,103,78)
#4A5641
(74,86,65)
#3D4534
(61,69,52)
#303427
(48,52,39)
#23231A
(35,35,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #98BC8F

#98BC8F
(152,188,143)
#A1C299
(161,194,153)
#AAC8A3
(170,200,163)
#B3CEAD
(179,206,173)
#BCD4B7
(188,212,183)
#C5DAC1
(197,218,193)
#CEE0CB
(206,224,203)
#D7E6D5
(215,230,213)
#E0ECDF
(224,236,223)
#E9F2E9
(233,242,233)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BC8F; }

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

This text font color is #98BC8F.

Background Color

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

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

This div background color is #98BC8F.

Border color

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

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

This div border color is #98BC8F.

Opacity

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

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

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

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

This text has shadow with #98BC8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BC8F.

Preview

Color preview on black background

This text has color #98BC8F on black background.


Color preview on white background

This text has color #98BC8F on white background.


Black color preview on #98BC8F background

This text has black color on #98BC8F background.


White color preview on #98BC8F background

This text has white color on #98BC8F background.


Related colors

Complementary color

Complementary color for #hex is #674370.


I love getcolorcode.com

Triadic colors

1 #8F98BC and #BC8F98 with #98BC8F are triadic colors.

2 #8FBC98 and #BC988F with #98BC8F are triadic colors.