COLOR #98EBBE

HEX: #98EBBE RGB: (152,235,190)

Color info

#98EBBE contains mainly green and blue colors. Web safe color of #98EBBE is #99FFCC (or #9FC).

RGB color model

#98EBBE color RGB value is (152,235,190).

RGB: (152,235,190) (60%, 92%, 75%)

RGB channels and saturation

R 152 of 255 = 60%
G 235 of 255 = 92%
B 190 of 255 = 75%

152
235
190

R + G + B ~ 76%. #98EBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 235 + 190 = 577 (100%)
R 152 of 577 ~ 26.34%
G 235 of 577 ~ 40.73%
B 190 of 577 ~ 32.93'%

%26.34
%40.73
%32.93

CMYK color model

#98EBBE color CMYK value is (35,0,19,8).

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

CMYK: (35,0,19,8)
C35M0Y19K8 (35%, 0%, 19%, 8%)
(0.35 / 0.00 / 0.19 / 0.08)

CMYK percentages

%35.32
%0
%19.15
%7.84

Codes

Color #98EBBE in popluar color models

98 EB BE
RGB 152 235 190
HSL 147° 67.48% 75.88%
HSB/HSV 147° 35.32% 92.16%
CMYK 35.32% 0.00% 19.15%
7.84%

Color #98EBBE in popluar number systems.

HEX 98 EB BE
Decimal 152 235 190
Binary 10011000 11101011 10111110
Octal 230 353 276

Shades and tints

Shades of #98EBBE

#98EBBE
(152,235,190)
#8BD6AD
(139,214,173)
#7EC19C
(126,193,156)
#71AC8B
(113,172,139)
#64977A
(100,151,122)
#578269
(87,130,105)
#4A6D58
(74,109,88)
#3D5847
(61,88,71)
#304336
(48,67,54)
#232E25
(35,46,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #98EBBE

#98EBBE
(152,235,190)
#A1ECC3
(161,236,195)
#AAEDC8
(170,237,200)
#B3EECD
(179,238,205)
#BCEFD2
(188,239,210)
#C5F0D7
(197,240,215)
#CEF1DC
(206,241,220)
#D7F2E1
(215,242,225)
#E0F3E6
(224,243,230)
#E9F4EB
(233,244,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98EBBE; }

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

This text font color is #98EBBE.

Background Color

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

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

This div background color is #98EBBE.

Border color

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

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

This div border color is #98EBBE.

Opacity

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

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

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

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

This text has shadow with #98EBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98EBBE.

Preview

Color preview on black background

This text has color #98EBBE on black background.


Color preview on white background

This text has color #98EBBE on white background.


Black color preview on #98EBBE background

This text has black color on #98EBBE background.


White color preview on #98EBBE background

This text has white color on #98EBBE background.


Related colors

Complementary color

Complementary color for #hex is #671441.


I love getcolorcode.com

Triadic colors

1 #BE98EB and #EBBE98 with #98EBBE are triadic colors.

2 #BEEB98 and #EB98BE with #98EBBE are triadic colors.