COLOR #98E6A1

HEX: #98E6A1 RGB: (152,230,161)

Color info

#98E6A1 contains mainly green color. Web safe color of #98E6A1 is #99CC99 (or #9C9).

RGB color model

#98E6A1 color RGB value is (152,230,161).

RGB: (152,230,161) (60%, 90%, 63%)

RGB channels and saturation

R 152 of 255 = 60%
G 230 of 255 = 90%
B 161 of 255 = 63%

152
230
161

R + G + B ~ 71%. #98E6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 230 + 161 = 543 (100%)
R 152 of 543 ~ 27.99%
G 230 of 543 ~ 42.36%
B 161 of 543 ~ 29.65'%

%27.99
%42.36
%29.65

CMYK color model

#98E6A1 color CMYK value is (34,0,30,10).

  • cyan value is 33.91%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 9.80%

CMYK: (34,0,30,10)
C34M0Y30K10 (34%, 0%, 30%, 10%)
(0.34 / 0.00 / 0.30 / 0.10)

CMYK percentages

%33.91
%0
%30
%9.8

Codes

Color #98E6A1 in popluar color models

98 E6 A1
RGB 152 230 161
HSL 127° 60.94% 74.90%
HSB/HSV 127° 33.91% 90.20%
CMYK 33.91% 0.00% 30.00%
9.80%

Color #98E6A1 in popluar number systems.

HEX 98 E6 A1
Decimal 152 230 161
Binary 10011000 11100110 10100001
Octal 230 346 241

Shades and tints

Shades of #98E6A1

#98E6A1
(152,230,161)
#8BD293
(139,210,147)
#7EBE85
(126,190,133)
#71AA77
(113,170,119)
#649669
(100,150,105)
#57825B
(87,130,91)
#4A6E4D
(74,110,77)
#3D5A3F
(61,90,63)
#304631
(48,70,49)
#233223
(35,50,35)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #98E6A1

#98E6A1
(152,230,161)
#A1E8A9
(161,232,169)
#AAEAB1
(170,234,177)
#B3ECB9
(179,236,185)
#BCEEC1
(188,238,193)
#C5F0C9
(197,240,201)
#CEF2D1
(206,242,209)
#D7F4D9
(215,244,217)
#E0F6E1
(224,246,225)
#E9F8E9
(233,248,233)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E6A1 color. Also use rgb(152,230,161) instead hex code.

Text Font Color

.myTextColor { color: #98E6A1; }

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

This text font color is #98E6A1.

Background Color

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

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

This div background color is #98E6A1.

Border color

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

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

This div border color is #98E6A1.

Opacity

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

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

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

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

This text has shadow with #98E6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E6A1.

Preview

Color preview on black background

This text has color #98E6A1 on black background.


Color preview on white background

This text has color #98E6A1 on white background.


Black color preview on #98E6A1 background

This text has black color on #98E6A1 background.


White color preview on #98E6A1 background

This text has white color on #98E6A1 background.


Related colors

Complementary color

Complementary color for #hex is #67195E.


I love getcolorcode.com

Triadic colors

1 #A198E6 and #E6A198 with #98E6A1 are triadic colors.

2 #A1E698 and #E698A1 with #98E6A1 are triadic colors.