COLOR #98D3B4

HEX: #98D3B4
RGB: (152,211,180)

Color info

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

RGB color model

#98D3B4 color RGB value is (152,211,180).

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

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 180 of 255 = 71%

152
211
180

R + G + B ~ 71%. #98D3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 211 + 180 = 543 (100%)
R 152 of 543 ~ 27.99%
G 211 of 543 ~ 38.86%
B 180 of 543 ~ 33.15%

%27.99
%38.86
%33.15

CMYK color model

#98D3B4 color CMYK value is (28,0,15,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 17.25%
CMYK:
(28,0,15,17)
C28M0Y15K17 
(28%,0%,15%,17%)
(0.28/0.00/0.15/0.17)	

CMYK percentages

%27.96
%0
%14.69
%17.25

Codes

Color #98D3B4 in popluar color models

98D3B4
RGB152211180
HSL148°40.14%71.18%
HSB/HSV148°27.96%82.75%
CMYK27.96%0.00%14.69%
17.25%

Color #98D3B4 in popluar number systems.

HEX98D3B4
Decimal152211180
Binary100110001101001110110100
Octal230323264

Shades and tints

Shades of #98D3B4

#98D3B4
(152,211,180)
#8BC0A4
(139,192,164)
#7EAD94
(126,173,148)
#719A84
(113,154,132)
#648774
(100,135,116)
#577464
(87,116,100)
#4A6154
(74,97,84)
#3D4E44
(61,78,68)
#303B34
(48,59,52)
#232824
(35,40,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #98D3B4

#98D3B4
(152,211,180)
#A1D7BA
(161,215,186)
#AADBC0
(170,219,192)
#B3DFC6
(179,223,198)
#BCE3CC
(188,227,204)
#C5E7D2
(197,231,210)
#CEEBD8
(206,235,216)
#D7EFDE
(215,239,222)
#E0F3E4
(224,243,228)
#E9F7EA
(233,247,234)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D3B4; }

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

This text font color is #98D3B4.


Background Color

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

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

This div background color is #98D3B4.


Border color

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

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

This div border color is #98D3B4.


Opacity

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

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

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

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

This text has shadow with #98D3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D3B4 on black background.


Color preview on white background

This text has color #98D3B4 on white background.



Black color preview on #98D3B4 background

This text has black color on #98D3B4 background.


White color preview on #98D3B4 background

This text has white color on #98D3B4 background.