COLOR #98AFAB

HEX: #98AFAB
RGB: (152,175,171)

Color info

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

RGB color model

#98AFAB color RGB value is (152,175,171).

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

RGB channels and saturation

R 152 of 255 = 60%
G 175 of 255 = 69%
B 171 of 255 = 67%

152
175
171

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

Portions of RGB colors in percentages

R + G + B =
152 + 175 + 171 = 498 (100%)
R 152 of 498 ~ 30.52%
G 175 of 498 ~ 35.14%
B 171 of 498 ~ 34.34%

%30.52
%35.14
%34.34

CMYK color model

#98AFAB color CMYK value is (13,0,2,31).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 31.37%
CMYK:
(13,0,2,31)
C13M0Y2K31 
(13%,0%,2%,31%)
(0.13/0.00/0.02/0.31)	

CMYK percentages

%13.14
%0
%2.29
%31.37

Codes

Color #98AFAB in popluar color models

98AFAB
RGB152175171
HSL170°12.57%64.12%
HSB/HSV170°13.14%68.63%
CMYK13.14%0.00%2.29%
31.37%

Color #98AFAB in popluar number systems.

HEX98AFAB
Decimal152175171
Binary100110001010111110101011
Octal230257253

Shades and tints

Shades of #98AFAB

#98AFAB
(152,175,171)
#8BA09C
(139,160,156)
#7E918D
(126,145,141)
#71827E
(113,130,126)
#64736F
(100,115,111)
#576460
(87,100,96)
#4A5551
(74,85,81)
#3D4642
(61,70,66)
#303733
(48,55,51)
#232824
(35,40,36)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98AFAB

#98AFAB
(152,175,171)
#A1B6B2
(161,182,178)
#AABDB9
(170,189,185)
#B3C4C0
(179,196,192)
#BCCBC7
(188,203,199)
#C5D2CE
(197,210,206)
#CED9D5
(206,217,213)
#D7E0DC
(215,224,220)
#E0E7E3
(224,231,227)
#E9EEEA
(233,238,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AFAB; }

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

This text font color is #98AFAB.


Background Color

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

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

This div background color is #98AFAB.


Border color

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

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

This div border color is #98AFAB.


Opacity

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

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

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

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

This text has shadow with #98AFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AFAB on black background.


Color preview on white background

This text has color #98AFAB on white background.



Black color preview on #98AFAB background

This text has black color on #98AFAB background.


White color preview on #98AFAB background

This text has white color on #98AFAB background.