COLOR #98ABBF

HEX: #98ABBF
RGB: (152,171,191)

Color info

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

RGB color model

#98ABBF color RGB value is (152,171,191).

  • red value is 152;
  • green value is 171;
  • blue value is 191.
RGB:
(152,171,191)
(60%,67%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 191 of 255 = 75%

152
171
191

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

Portions of RGB colors in percentages

R + G + B =
152 + 171 + 191 = 514 (100%)
R 152 of 514 ~ 29.57%
G 171 of 514 ~ 33.27%
B 191 of 514 ~ 37.16%

%29.57
%33.27
%37.16

CMYK color model

#98ABBF color CMYK value is (20,10,0,25).

  • cyan value is 20.42%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(20,10,0,25)
C20M10Y0K25 
(20%,10%,0%,25%)
(0.20/0.10/0.00/0.25)	

CMYK percentages

%20.42
%10.47
%0
%25.1

Codes

Color #98ABBF in popluar color models

98ABBF
RGB152171191
HSL211°23.35%67.25%
HSB/HSV211°20.42%74.90%
CMYK20.42%10.47%0.00%
25.10%

Color #98ABBF in popluar number systems.

HEX98ABBF
Decimal152171191
Binary100110001010101110111111
Octal230253277

Shades and tints

Shades of #98ABBF

#98ABBF
(152,171,191)
#8B9CAE
(139,156,174)
#7E8D9D
(126,141,157)
#717E8C
(113,126,140)
#646F7B
(100,111,123)
#57606A
(87,96,106)
#4A5159
(74,81,89)
#3D4248
(61,66,72)
#303337
(48,51,55)
#232426
(35,36,38)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #98ABBF

#98ABBF
(152,171,191)
#A1B2C4
(161,178,196)
#AAB9C9
(170,185,201)
#B3C0CE
(179,192,206)
#BCC7D3
(188,199,211)
#C5CED8
(197,206,216)
#CED5DD
(206,213,221)
#D7DCE2
(215,220,226)
#E0E3E7
(224,227,231)
#E9EAEC
(233,234,236)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98ABBF color. Also use rgb(152,171,191) instead hex code.

Text Font Color

.myTextColor { color: #98ABBF; }

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

This text font color is #98ABBF.


Background Color

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

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

This div background color is #98ABBF.


Border color

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

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

This div border color is #98ABBF.


Opacity

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

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

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

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

This text has shadow with #98ABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98ABBF on black background.


Color preview on white background

This text has color #98ABBF on white background.



Black color preview on #98ABBF background

This text has black color on #98ABBF background.


White color preview on #98ABBF background

This text has white color on #98ABBF background.