COLOR #98D3BB

HEX: #98D3BB
RGB: (152,211,187)

Color info

#98D3BB contains red, green and blue colors in about the same proportion. Web safe color of #98D3BB is #99CCCC (or #9CC).

RGB color model

#98D3BB color RGB value is (152,211,187).

  • red value is 152;
  • green value is 211;
  • blue value is 187.
RGB:
(152,211,187)
(60%,83%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 187 of 255 = 73%

152
211
187

R + G + B ~ 72%. #98D3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 211 + 187 = 550 (100%)
R 152 of 550 ~ 27.64%
G 211 of 550 ~ 38.36%
B 187 of 550 ~ 34%

%27.64
%38.36
%34

CMYK color model

#98D3BB color CMYK value is (28,0,11,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK:
(28,0,11,17)
C28M0Y11K17 
(28%,0%,11%,17%)
(0.28/0.00/0.11/0.17)	

CMYK percentages

%27.96
%0
%11.37
%17.25

Codes

Color #98D3BB in popluar color models

98D3BB
RGB152211187
HSL156°40.14%71.18%
HSB/HSV156°27.96%82.75%
CMYK27.96%0.00%11.37%
17.25%

Color #98D3BB in popluar number systems.

HEX98D3BB
Decimal152211187
Binary100110001101001110111011
Octal230323273

Shades and tints

Shades of #98D3BB

#98D3BB
(152,211,187)
#8BC0AA
(139,192,170)
#7EAD99
(126,173,153)
#719A88
(113,154,136)
#648777
(100,135,119)
#577466
(87,116,102)
#4A6155
(74,97,85)
#3D4E44
(61,78,68)
#303B33
(48,59,51)
#232822
(35,40,34)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #98D3BB

#98D3BB
(152,211,187)
#A1D7C1
(161,215,193)
#AADBC7
(170,219,199)
#B3DFCD
(179,223,205)
#BCE3D3
(188,227,211)
#C5E7D9
(197,231,217)
#CEEBDF
(206,235,223)
#D7EFE5
(215,239,229)
#E0F3EB
(224,243,235)
#E9F7F1
(233,247,241)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D3BB color. Also use rgb(152,211,187) instead hex code.

Text Font Color

.myTextColor { color: #98D3BB; }

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

This text font color is #98D3BB.


Background Color

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

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

This div background color is #98D3BB.


Border color

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

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

This div border color is #98D3BB.


Opacity

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

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

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

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

This text has shadow with #98D3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D3BB on black background.


Color preview on white background

This text has color #98D3BB on white background.



Black color preview on #98D3BB background

This text has black color on #98D3BB background.


White color preview on #98D3BB background

This text has white color on #98D3BB background.