COLOR #98C97C

HEX: #98C97C RGB: (152,201,124)

Color info

#98C97C contains mainly red and green colors. Web safe color of #98C97C is #99CC66 (or #9C6).

RGB color model

#98C97C color RGB value is (152,201,124).

RGB: (152,201,124) (60%, 79%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 201 of 255 = 79%
B 124 of 255 = 49%

152
201
124

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

Portions of RGB colors in percentages

R + G + B = 152 + 201 + 124 = 477 (100%)
R 152 of 477 ~ 31.87%
G 201 of 477 ~ 42.14%
B 124 of 477 ~ 26'%

%31.87
%42.14
%26

CMYK color model

#98C97C color CMYK value is (24,0,38,21).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 21.18%

CMYK: (24,0,38,21)
C24M0Y38K21 (24%, 0%, 38%, 21%)
(0.24 / 0.00 / 0.38 / 0.21)

CMYK percentages

%24.38
%0
%38.31
%21.18

Codes

Color #98C97C in popluar color models

98 C9 7C
RGB 152 201 124
HSL 98° 41.62% 63.73%
HSB/HSV 98° 38.31% 78.82%
CMYK 24.38% 0.00% 38.31%
21.18%

Color #98C97C in popluar number systems.

HEX 98 C9 7C
Decimal 152 201 124
Binary 10011000 11001001 1111100
Octal 230 311 174

Shades and tints

Shades of #98C97C

#98C97C
(152,201,124)
#8BB771
(139,183,113)
#7EA566
(126,165,102)
#71935B
(113,147,91)
#648150
(100,129,80)
#576F45
(87,111,69)
#4A5D3A
(74,93,58)
#3D4B2F
(61,75,47)
#303924
(48,57,36)
#232719
(35,39,25)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #98C97C

#98C97C
(152,201,124)
#A1CD87
(161,205,135)
#AAD192
(170,209,146)
#B3D59D
(179,213,157)
#BCD9A8
(188,217,168)
#C5DDB3
(197,221,179)
#CEE1BE
(206,225,190)
#D7E5C9
(215,229,201)
#E0E9D4
(224,233,212)
#E9EDDF
(233,237,223)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C97C color. Also use rgb(152,201,124) instead hex code.

Text Font Color

.myTextColor { color: #98C97C; }

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

This text font color is #98C97C.

Background Color

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

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

This div background color is #98C97C.

Border color

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

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

This div border color is #98C97C.

Opacity

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

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

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

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

This text has shadow with #98C97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C97C.

Preview

Color preview on black background

This text has color #98C97C on black background.


Color preview on white background

This text has color #98C97C on white background.


Black color preview on #98C97C background

This text has black color on #98C97C background.


White color preview on #98C97C background

This text has white color on #98C97C background.


Related colors

Complementary color

Complementary color for #hex is #673683.


I love getcolorcode.com

Triadic colors

1 #7C98C9 and #C97C98 with #98C97C are triadic colors.

2 #7CC998 and #C9987C with #98C97C are triadic colors.