COLOR #98CD8A

HEX: #98CD8A
RGB: (152,205,138)

Color info

#98CD8A contains mainly red and green colors. Web safe color of #98CD8A is #99CC99 (or #9C9).

RGB color model

#98CD8A color RGB value is (152,205,138).

  • red value is 152;
  • green value is 205;
  • blue value is 138.
RGB:
(152,205,138)
(60%,80%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 205 of 255 = 80%
B 138 of 255 = 54%

152
205
138

R + G + B ~ 65%. #98CD8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 205 + 138 = 495 (100%)
R 152 of 495 ~ 30.71%
G 205 of 495 ~ 41.41%
B 138 of 495 ~ 27.88%

%30.71
%41.41
%27.88

CMYK color model

#98CD8A color CMYK value is (26,0,33,20).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 32.68%
  • key color value is 19.61%
CMYK:
(26,0,33,20)
C26M0Y33K20 
(26%,0%,33%,20%)
(0.26/0.00/0.33/0.20)	

CMYK percentages

%25.85
%0
%32.68
%19.61

Codes

Color #98CD8A in popluar color models

98CD8A
RGB152205138
HSL107°40.12%67.25%
HSB/HSV107°32.68%80.39%
CMYK25.85%0.00%32.68%
19.61%

Color #98CD8A in popluar number systems.

HEX98CD8A
Decimal152205138
Binary100110001100110110001010
Octal230315212

Shades and tints

Shades of #98CD8A

#98CD8A
(152,205,138)
#8BBB7E
(139,187,126)
#7EA972
(126,169,114)
#719766
(113,151,102)
#64855A
(100,133,90)
#57734E
(87,115,78)
#4A6142
(74,97,66)
#3D4F36
(61,79,54)
#303D2A
(48,61,42)
#232B1E
(35,43,30)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #98CD8A

#98CD8A
(152,205,138)
#A1D194
(161,209,148)
#AAD59E
(170,213,158)
#B3D9A8
(179,217,168)
#BCDDB2
(188,221,178)
#C5E1BC
(197,225,188)
#CEE5C6
(206,229,198)
#D7E9D0
(215,233,208)
#E0EDDA
(224,237,218)
#E9F1E4
(233,241,228)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CD8A color. Also use rgb(152,205,138) instead hex code.

Text Font Color

.myTextColor { color: #98CD8A; }

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

This text font color is #98CD8A.


Background Color

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

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

This div background color is #98CD8A.


Border color

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

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

This div border color is #98CD8A.


Opacity

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

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

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

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

This text has shadow with #98CD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CD8A on black background.


Color preview on white background

This text has color #98CD8A on white background.



Black color preview on #98CD8A background

This text has black color on #98CD8A background.


White color preview on #98CD8A background

This text has white color on #98CD8A background.