COLOR #98EBA8

HEX: #98EBA8 RGB: (152,235,168)

Color info

#98EBA8 contains mainly green color. Web safe color of #98EBA8 is #99FF99 (or #9F9).

RGB color model

#98EBA8 color RGB value is (152,235,168).

RGB: (152,235,168) (60%, 92%, 66%)

RGB channels and saturation

R 152 of 255 = 60%
G 235 of 255 = 92%
B 168 of 255 = 66%

152
235
168

R + G + B ~ 73%. #98EBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 235 + 168 = 555 (100%)
R 152 of 555 ~ 27.39%
G 235 of 555 ~ 42.34%
B 168 of 555 ~ 30.27'%

%27.39
%42.34
%30.27

CMYK color model

#98EBA8 color CMYK value is (35,0,29,8).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 7.84%

CMYK: (35,0,29,8)
C35M0Y29K8 (35%, 0%, 29%, 8%)
(0.35 / 0.00 / 0.29 / 0.08)

CMYK percentages

%35.32
%0
%28.51
%7.84

Codes

Color #98EBA8 in popluar color models

98 EB A8
RGB 152 235 168
HSL 132° 67.48% 75.88%
HSB/HSV 132° 35.32% 92.16%
CMYK 35.32% 0.00% 28.51%
7.84%

Color #98EBA8 in popluar number systems.

HEX 98 EB A8
Decimal 152 235 168
Binary 10011000 11101011 10101000
Octal 230 353 250

Shades and tints

Shades of #98EBA8

#98EBA8
(152,235,168)
#8BD699
(139,214,153)
#7EC18A
(126,193,138)
#71AC7B
(113,172,123)
#64976C
(100,151,108)
#57825D
(87,130,93)
#4A6D4E
(74,109,78)
#3D583F
(61,88,63)
#304330
(48,67,48)
#232E21
(35,46,33)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #98EBA8

#98EBA8
(152,235,168)
#A1ECAF
(161,236,175)
#AAEDB6
(170,237,182)
#B3EEBD
(179,238,189)
#BCEFC4
(188,239,196)
#C5F0CB
(197,240,203)
#CEF1D2
(206,241,210)
#D7F2D9
(215,242,217)
#E0F3E0
(224,243,224)
#E9F4E7
(233,244,231)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EBA8 color. Also use rgb(152,235,168) instead hex code.

Text Font Color

.myTextColor { color: #98EBA8; }

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

This text font color is #98EBA8.

Background Color

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

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

This div background color is #98EBA8.

Border color

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

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

This div border color is #98EBA8.

Opacity

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

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

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

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

This text has shadow with #98EBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98EBA8.

Preview

Color preview on black background

This text has color #98EBA8 on black background.


Color preview on white background

This text has color #98EBA8 on white background.


Black color preview on #98EBA8 background

This text has black color on #98EBA8 background.


White color preview on #98EBA8 background

This text has white color on #98EBA8 background.


Related colors

Complementary color

Complementary color for #hex is #671457.


I love getcolorcode.com

Triadic colors

1 #A898EB and #EBA898 with #98EBA8 are triadic colors.

2 #A8EB98 and #EB98A8 with #98EBA8 are triadic colors.