COLOR #98C1AD

HEX: #98C1AD
RGB: (152,193,173)

Color info

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

RGB color model

#98C1AD color RGB value is (152,193,173).

  • red value is 152;
  • green value is 193;
  • blue value is 173.
RGB:
(152,193,173)
(60%,76%,68%)

RGB channels and saturation

R 152 of 255 = 60%
G 193 of 255 = 76%
B 173 of 255 = 68%

152
193
173

R + G + B ~ 68%. #98C1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 193 + 173 = 518 (100%)
R 152 of 518 ~ 29.34%
G 193 of 518 ~ 37.26%
B 173 of 518 ~ 33.4%

%29.34
%37.26
%33.4

CMYK color model

#98C1AD color CMYK value is (21,0,10,24).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(21,0,10,24)
C21M0Y10K24 
(21%,0%,10%,24%)
(0.21/0.00/0.10/0.24)	

CMYK percentages

%21.24
%0
%10.36
%24.31

Codes

Color #98C1AD in popluar color models

98C1AD
RGB152193173
HSL151°24.85%67.65%
HSB/HSV151°21.24%75.69%
CMYK21.24%0.00%10.36%
24.31%

Color #98C1AD in popluar number systems.

HEX98C1AD
Decimal152193173
Binary100110001100000110101101
Octal230301255

Shades and tints

Shades of #98C1AD

#98C1AD
(152,193,173)
#8BB09E
(139,176,158)
#7E9F8F
(126,159,143)
#718E80
(113,142,128)
#647D71
(100,125,113)
#576C62
(87,108,98)
#4A5B53
(74,91,83)
#3D4A44
(61,74,68)
#303935
(48,57,53)
#232826
(35,40,38)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #98C1AD

#98C1AD
(152,193,173)
#A1C6B4
(161,198,180)
#AACBBB
(170,203,187)
#B3D0C2
(179,208,194)
#BCD5C9
(188,213,201)
#C5DAD0
(197,218,208)
#CEDFD7
(206,223,215)
#D7E4DE
(215,228,222)
#E0E9E5
(224,233,229)
#E9EEEC
(233,238,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C1AD color. Also use rgb(152,193,173) instead hex code.

Text Font Color

.myTextColor { color: #98C1AD; }

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

This text font color is #98C1AD.


Background Color

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

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

This div background color is #98C1AD.


Border color

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

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

This div border color is #98C1AD.


Opacity

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

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

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

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

This text has shadow with #98C1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C1AD on black background.


Color preview on white background

This text has color #98C1AD on white background.



Black color preview on #98C1AD background

This text has black color on #98C1AD background.


White color preview on #98C1AD background

This text has white color on #98C1AD background.