COLOR #98ABA1

HEX: #98ABA1 RGB: (152,171,161)

Color info

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

RGB color model

#98ABA1 color RGB value is (152,171,161).

RGB: (152,171,161) (60%, 67%, 63%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 161 of 255 = 63%

152
171
161

R + G + B ~ 63%. #98ABA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 171 + 161 = 484 (100%)
R 152 of 484 ~ 31.4%
G 171 of 484 ~ 35.33%
B 161 of 484 ~ 33.26'%

%31.4
%35.33
%33.26

CMYK color model

#98ABA1 color CMYK value is (11,0,6,33).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK: (11,0,6,33) C11M0Y6K33 (11%,0%,6%,33%) (0.11/0.00/0.06/0.33) 

CMYK percentages

%11.11
%0
%5.85
%32.94

Codes

Color #98ABA1 in popluar color models

98 AB A1
RGB 152 171 161
HSL 148° 10.16% 63.33%
HSB/HSV 148° 11.11% 67.06%
CMYK 11.11% 0.00% 5.85%
32.94%

Color #98ABA1 in popluar number systems.

HEX 98 AB A1
Decimal 152 171 161
Binary 10011000 10101011 10100001
Octal 230 253 241

Shades and tints

Shades of #98ABA1

#98ABA1
(152,171,161)
#8B9C93
(139,156,147)
#7E8D85
(126,141,133)
#717E77
(113,126,119)
#646F69
(100,111,105)
#57605B
(87,96,91)
#4A514D
(74,81,77)
#3D423F
(61,66,63)
#303331
(48,51,49)
#232423
(35,36,35)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #98ABA1

#98ABA1
(152,171,161)
#A1B2A9
(161,178,169)
#AAB9B1
(170,185,177)
#B3C0B9
(179,192,185)
#BCC7C1
(188,199,193)
#C5CEC9
(197,206,201)
#CED5D1
(206,213,209)
#D7DCD9
(215,220,217)
#E0E3E1
(224,227,225)
#E9EAE9
(233,234,233)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ABA1; }

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

This text font color is #98ABA1.

Background Color

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

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

This div background color is #98ABA1.

Border color

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

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

This div border color is #98ABA1.

Opacity

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

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

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

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

This text has shadow with #98ABA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98ABA1.

Preview

Color preview on black background

This text has color #98ABA1 on black background.


Color preview on white background

This text has color #98ABA1 on white background.


Black color preview on #98ABA1 background

This text has black color on #98ABA1 background.


White color preview on #98ABA1 background

This text has white color on #98ABA1 background.


Related colors

Complementary color

Complementary color for #hex is #67545E.


I love getcolorcode.com

Triadic colors

1 #A198AB and #ABA198 with #98ABA1 are triadic colors.

2 #A1AB98 and #AB98A1 with #98ABA1 are triadic colors.