COLOR #98D5BE

HEX: #98D5BE
RGB: (152,213,190)

Color info

#98D5BE contains mainly green and blue colors. Web safe color of #98D5BE is #99CCCC (or #9CC).

RGB color model

#98D5BE color RGB value is (152,213,190).

  • red value is 152;
  • green value is 213;
  • blue value is 190.
RGB:
(152,213,190)
(60%,84%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 213 of 255 = 84%
B 190 of 255 = 75%

152
213
190

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

Portions of RGB colors in percentages

R + G + B =
152 + 213 + 190 = 555 (100%)
R 152 of 555 ~ 27.39%
G 213 of 555 ~ 38.38%
B 190 of 555 ~ 34.23%

%27.39
%38.38
%34.23

CMYK color model

#98D5BE color CMYK value is (29,0,11,16).

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(29,0,11,16)
C29M0Y11K16 
(29%,0%,11%,16%)
(0.29/0.00/0.11/0.16)	

CMYK percentages

%28.64
%0
%10.8
%16.47

Codes

Color #98D5BE in popluar color models

98D5BE
RGB152213190
HSL157°42.07%71.57%
HSB/HSV157°28.64%83.53%
CMYK28.64%0.00%10.80%
16.47%

Color #98D5BE in popluar number systems.

HEX98D5BE
Decimal152213190
Binary100110001101010110111110
Octal230325276

Shades and tints

Shades of #98D5BE

#98D5BE
(152,213,190)
#8BC2AD
(139,194,173)
#7EAF9C
(126,175,156)
#719C8B
(113,156,139)
#64897A
(100,137,122)
#577669
(87,118,105)
#4A6358
(74,99,88)
#3D5047
(61,80,71)
#303D36
(48,61,54)
#232A25
(35,42,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98D5BE

#98D5BE
(152,213,190)
#A1D8C3
(161,216,195)
#AADBC8
(170,219,200)
#B3DECD
(179,222,205)
#BCE1D2
(188,225,210)
#C5E4D7
(197,228,215)
#CEE7DC
(206,231,220)
#D7EAE1
(215,234,225)
#E0EDE6
(224,237,230)
#E9F0EB
(233,240,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D5BE; }

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

This text font color is #98D5BE.


Background Color

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

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

This div background color is #98D5BE.


Border color

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

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

This div border color is #98D5BE.


Opacity

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

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

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

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

This text has shadow with #98D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D5BE on black background.


Color preview on white background

This text has color #98D5BE on white background.



Black color preview on #98D5BE background

This text has black color on #98D5BE background.


White color preview on #98D5BE background

This text has white color on #98D5BE background.