COLOR #98D2AE

HEX: #98D2AE
RGB: (152,210,174)

Color info

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

RGB color model

#98D2AE color RGB value is (152,210,174).

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

RGB channels and saturation

R 152 of 255 = 60%
G 210 of 255 = 82%
B 174 of 255 = 68%

152
210
174

R + G + B ~ 70%. #98D2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 210 + 174 = 536 (100%)
R 152 of 536 ~ 28.36%
G 210 of 536 ~ 39.18%
B 174 of 536 ~ 32.46%

%28.36
%39.18
%32.46

CMYK color model

#98D2AE color CMYK value is (28,0,17,18).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(28,0,17,18)
C28M0Y17K18 
(28%,0%,17%,18%)
(0.28/0.00/0.17/0.18)	

CMYK percentages

%27.62
%0
%17.14
%17.65

Codes

Color #98D2AE in popluar color models

98D2AE
RGB152210174
HSL143°39.19%70.98%
HSB/HSV143°27.62%82.35%
CMYK27.62%0.00%17.14%
17.65%

Color #98D2AE in popluar number systems.

HEX98D2AE
Decimal152210174
Binary100110001101001010101110
Octal230322256

Shades and tints

Shades of #98D2AE

#98D2AE
(152,210,174)
#8BBF9F
(139,191,159)
#7EAC90
(126,172,144)
#719981
(113,153,129)
#648672
(100,134,114)
#577363
(87,115,99)
#4A6054
(74,96,84)
#3D4D45
(61,77,69)
#303A36
(48,58,54)
#232727
(35,39,39)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #98D2AE

#98D2AE
(152,210,174)
#A1D6B5
(161,214,181)
#AADABC
(170,218,188)
#B3DEC3
(179,222,195)
#BCE2CA
(188,226,202)
#C5E6D1
(197,230,209)
#CEEAD8
(206,234,216)
#D7EEDF
(215,238,223)
#E0F2E6
(224,242,230)
#E9F6ED
(233,246,237)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D2AE; }

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

This text font color is #98D2AE.


Background Color

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

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

This div background color is #98D2AE.


Border color

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

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

This div border color is #98D2AE.


Opacity

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

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

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

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

This text has shadow with #98D2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D2AE on black background.


Color preview on white background

This text has color #98D2AE on white background.



Black color preview on #98D2AE background

This text has black color on #98D2AE background.


White color preview on #98D2AE background

This text has white color on #98D2AE background.