COLOR #98ADBA

HEX: #98ADBA
RGB: (152,173,186)

Color info

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

RGB color model

#98ADBA color RGB value is (152,173,186).

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

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 186 of 255 = 73%

152
173
186

R + G + B ~ 67%. #98ADBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 173 + 186 = 511 (100%)
R 152 of 511 ~ 29.75%
G 173 of 511 ~ 33.86%
B 186 of 511 ~ 36.4%

%29.75
%33.86
%36.4

CMYK color model

#98ADBA color CMYK value is (18,7,0,27).

  • cyan value is 18.28%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(18,7,0,27)
C18M7Y0K27 
(18%,7%,0%,27%)
(0.18/0.07/0.00/0.27)	

CMYK percentages

%18.28
%6.99
%0
%27.06

Codes

Color #98ADBA in popluar color models

98ADBA
RGB152173186
HSL203°19.77%66.27%
HSB/HSV203°18.28%72.94%
CMYK18.28%6.99%0.00%
27.06%

Color #98ADBA in popluar number systems.

HEX98ADBA
Decimal152173186
Binary100110001010110110111010
Octal230255272

Shades and tints

Shades of #98ADBA

#98ADBA
(152,173,186)
#8B9EAA
(139,158,170)
#7E8F9A
(126,143,154)
#71808A
(113,128,138)
#64717A
(100,113,122)
#57626A
(87,98,106)
#4A535A
(74,83,90)
#3D444A
(61,68,74)
#30353A
(48,53,58)
#23262A
(35,38,42)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #98ADBA

#98ADBA
(152,173,186)
#A1B4C0
(161,180,192)
#AABBC6
(170,187,198)
#B3C2CC
(179,194,204)
#BCC9D2
(188,201,210)
#C5D0D8
(197,208,216)
#CED7DE
(206,215,222)
#D7DEE4
(215,222,228)
#E0E5EA
(224,229,234)
#E9ECF0
(233,236,240)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ADBA; }

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

This text font color is #98ADBA.


Background Color

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

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

This div background color is #98ADBA.


Border color

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

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

This div border color is #98ADBA.


Opacity

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

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

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

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

This text has shadow with #98ADBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ADBA on black background.


Color preview on white background

This text has color #98ADBA on white background.



Black color preview on #98ADBA background

This text has black color on #98ADBA background.


White color preview on #98ADBA background

This text has white color on #98ADBA background.