COLOR #98D6AE

HEX: #98D6AE
RGB: (152,214,174)

Color info

#98D6AE contains mainly green and blue colors. Web safe color of #98D6AE is #99CC99 (or #9C9).

RGB color model

#98D6AE color RGB value is (152,214,174).

  • red value is 152;
  • green value is 214;
  • blue value is 174.
RGB:
(152,214,174)
(60%,84%,68%)

RGB channels and saturation

R 152 of 255 = 60%
G 214 of 255 = 84%
B 174 of 255 = 68%

152
214
174

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

Portions of RGB colors in percentages

R + G + B =
152 + 214 + 174 = 540 (100%)
R 152 of 540 ~ 28.15%
G 214 of 540 ~ 39.63%
B 174 of 540 ~ 32.22%

%28.15
%39.63
%32.22

CMYK color model

#98D6AE color CMYK value is (29,0,19,16).

  • cyan value is 28.97%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK:
(29,0,19,16)
C29M0Y19K16 
(29%,0%,19%,16%)
(0.29/0.00/0.19/0.16)	

CMYK percentages

%28.97
%0
%18.69
%16.08

Codes

Color #98D6AE in popluar color models

98D6AE
RGB152214174
HSL141°43.06%71.76%
HSB/HSV141°28.97%83.92%
CMYK28.97%0.00%18.69%
16.08%

Color #98D6AE in popluar number systems.

HEX98D6AE
Decimal152214174
Binary100110001101011010101110
Octal230326256

Shades and tints

Shades of #98D6AE

#98D6AE
(152,214,174)
#8BC39F
(139,195,159)
#7EB090
(126,176,144)
#719D81
(113,157,129)
#648A72
(100,138,114)
#577763
(87,119,99)
#4A6454
(74,100,84)
#3D5145
(61,81,69)
#303E36
(48,62,54)
#232B27
(35,43,39)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #98D6AE

#98D6AE
(152,214,174)
#A1D9B5
(161,217,181)
#AADCBC
(170,220,188)
#B3DFC3
(179,223,195)
#BCE2CA
(188,226,202)
#C5E5D1
(197,229,209)
#CEE8D8
(206,232,216)
#D7EBDF
(215,235,223)
#E0EEE6
(224,238,230)
#E9F1ED
(233,241,237)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D6AE color. Also use rgb(152,214,174) instead hex code.

Text Font Color

.myTextColor { color: #98D6AE; }

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

This text font color is #98D6AE.


Background Color

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

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

This div background color is #98D6AE.


Border color

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

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

This div border color is #98D6AE.


Opacity

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

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

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

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

This text has shadow with #98D6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D6AE on black background.


Color preview on white background

This text has color #98D6AE on white background.



Black color preview on #98D6AE background

This text has black color on #98D6AE background.


White color preview on #98D6AE background

This text has white color on #98D6AE background.