COLOR #98E1A1

HEX: #98E1A1 RGB: (152,225,161)

Color info

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

RGB color model

#98E1A1 color RGB value is (152,225,161).

RGB: (152,225,161) (60%, 88%, 63%)

RGB channels and saturation

R 152 of 255 = 60%
G 225 of 255 = 88%
B 161 of 255 = 63%

152
225
161

R + G + B ~ 70%. #98E1A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 225 + 161 = 538 (100%)
R 152 of 538 ~ 28.25%
G 225 of 538 ~ 41.82%
B 161 of 538 ~ 29.93'%

%28.25
%41.82
%29.93

CMYK color model

#98E1A1 color CMYK value is (32,0,28,12).

  • cyan value is 32.44%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 11.76%

CMYK: (32,0,28,12)
C32M0Y28K12 (32%, 0%, 28%, 12%)
(0.32 / 0.00 / 0.28 / 0.12)

CMYK percentages

%32.44
%0
%28.44
%11.76

Codes

Color #98E1A1 in popluar color models

98 E1 A1
RGB 152 225 161
HSL 127° 54.89% 73.92%
HSB/HSV 127° 32.44% 88.24%
CMYK 32.44% 0.00% 28.44%
11.76%

Color #98E1A1 in popluar number systems.

HEX 98 E1 A1
Decimal 152 225 161
Binary 10011000 11100001 10100001
Octal 230 341 241

Shades and tints

Shades of #98E1A1

#98E1A1
(152,225,161)
#8BCD93
(139,205,147)
#7EB985
(126,185,133)
#71A577
(113,165,119)
#649169
(100,145,105)
#577D5B
(87,125,91)
#4A694D
(74,105,77)
#3D553F
(61,85,63)
#304131
(48,65,49)
#232D23
(35,45,35)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98E1A1

#98E1A1
(152,225,161)
#A1E3A9
(161,227,169)
#AAE5B1
(170,229,177)
#B3E7B9
(179,231,185)
#BCE9C1
(188,233,193)
#C5EBC9
(197,235,201)
#CEEDD1
(206,237,209)
#D7EFD9
(215,239,217)
#E0F1E1
(224,241,225)
#E9F3E9
(233,243,233)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E1A1; }

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

This text font color is #98E1A1.

Background Color

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

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

This div background color is #98E1A1.

Border color

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

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

This div border color is #98E1A1.

Opacity

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

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

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

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

This text has shadow with #98E1A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E1A1.

Preview

Color preview on black background

This text has color #98E1A1 on black background.


Color preview on white background

This text has color #98E1A1 on white background.


Black color preview on #98E1A1 background

This text has black color on #98E1A1 background.


White color preview on #98E1A1 background

This text has white color on #98E1A1 background.


Related colors

Complementary color

Complementary color for #hex is #671E5E.


I love getcolorcode.com

Triadic colors

1 #A198E1 and #E1A198 with #98E1A1 are triadic colors.

2 #A1E198 and #E198A1 with #98E1A1 are triadic colors.