COLOR #98ADAA

HEX: #98ADAA
RGB: (152,173,170)

Color info

#98ADAA contains red, green and blue colors in about the same proportion. Web safe color of #98ADAA is #999999 (or #999).

RGB color model

#98ADAA color RGB value is (152,173,170).

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

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 170 of 255 = 67%

152
173
170

R + G + B ~ 65%. #98ADAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 173 + 170 = 495 (100%)
R 152 of 495 ~ 30.71%
G 173 of 495 ~ 34.95%
B 170 of 495 ~ 34.34%

%30.71
%34.95
%34.34

CMYK color model

#98ADAA color CMYK value is (12,0,2,32).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(12,0,2,32)
C12M0Y2K32 
(12%,0%,2%,32%)
(0.12/0.00/0.02/0.32)	

CMYK percentages

%12.14
%0
%1.73
%32.16

Codes

Color #98ADAA in popluar color models

98ADAA
RGB152173170
HSL171°11.35%63.73%
HSB/HSV171°12.14%67.84%
CMYK12.14%0.00%1.73%
32.16%

Color #98ADAA in popluar number systems.

HEX98ADAA
Decimal152173170
Binary100110001010110110101010
Octal230255252

Shades and tints

Shades of #98ADAA

#98ADAA
(152,173,170)
#8B9E9B
(139,158,155)
#7E8F8C
(126,143,140)
#71807D
(113,128,125)
#64716E
(100,113,110)
#57625F
(87,98,95)
#4A5350
(74,83,80)
#3D4441
(61,68,65)
#303532
(48,53,50)
#232623
(35,38,35)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98ADAA

#98ADAA
(152,173,170)
#A1B4B1
(161,180,177)
#AABBB8
(170,187,184)
#B3C2BF
(179,194,191)
#BCC9C6
(188,201,198)
#C5D0CD
(197,208,205)
#CED7D4
(206,215,212)
#D7DEDB
(215,222,219)
#E0E5E2
(224,229,226)
#E9ECE9
(233,236,233)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ADAA; }

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

This text font color is #98ADAA.


Background Color

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

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

This div background color is #98ADAA.


Border color

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

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

This div border color is #98ADAA.


Opacity

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

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

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

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

This text has shadow with #98ADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ADAA on black background.


Color preview on white background

This text has color #98ADAA on white background.



Black color preview on #98ADAA background

This text has black color on #98ADAA background.


White color preview on #98ADAA background

This text has white color on #98ADAA background.