COLOR #98ABAE

HEX: #98ABAE RGB: (152,171,174)

Color info

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

RGB color model

#98ABAE color RGB value is (152,171,174).

RGB: (152,171,174) (60%, 67%, 68%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 174 of 255 = 68%

152
171
174

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

Portions of RGB colors in percentages

R + G + B = 152 + 171 + 174 = 497 (100%)
R 152 of 497 ~ 30.58%
G 171 of 497 ~ 34.41%
B 174 of 497 ~ 35.01'%

%30.58
%34.41
%35.01

CMYK color model

#98ABAE color CMYK value is (13,2,0,32).

  • cyan value is 12.64%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (13,2,0,32) C13M2Y0K32 (13%,2%,0%,32%) (0.13/0.02/0.00/0.32) 

CMYK percentages

%12.64
%1.72
%0
%31.76

Codes

Color #98ABAE in popluar color models

98 AB AE
RGB 152 171 174
HSL 188° 11.96% 63.92%
HSB/HSV 188° 12.64% 68.24%
CMYK 12.64% 1.72% 0.00%
31.76%

Color #98ABAE in popluar number systems.

HEX 98 AB AE
Decimal 152 171 174
Binary 10011000 10101011 10101110
Octal 230 253 256

Shades and tints

Shades of #98ABAE

#98ABAE
(152,171,174)
#8B9C9F
(139,156,159)
#7E8D90
(126,141,144)
#717E81
(113,126,129)
#646F72
(100,111,114)
#576063
(87,96,99)
#4A5154
(74,81,84)
#3D4245
(61,66,69)
#303336
(48,51,54)
#232427
(35,36,39)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #98ABAE

#98ABAE
(152,171,174)
#A1B2B5
(161,178,181)
#AAB9BC
(170,185,188)
#B3C0C3
(179,192,195)
#BCC7CA
(188,199,202)
#C5CED1
(197,206,209)
#CED5D8
(206,213,216)
#D7DCDF
(215,220,223)
#E0E3E6
(224,227,230)
#E9EAED
(233,234,237)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98ABAE; }

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

This text font color is #98ABAE.

Background Color

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

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

This div background color is #98ABAE.

Border color

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

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

This div border color is #98ABAE.

Opacity

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

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

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

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

This text has shadow with #98ABAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98ABAE.

Preview

Color preview on black background

This text has color #98ABAE on black background.


Color preview on white background

This text has color #98ABAE on white background.


Black color preview on #98ABAE background

This text has black color on #98ABAE background.


White color preview on #98ABAE background

This text has white color on #98ABAE background.


Related colors

Complementary color

Complementary color for #hex is #675451.


I love getcolorcode.com

Triadic colors

1 #AE98AB and #ABAE98 with #98ABAE are triadic colors.

2 #AEAB98 and #AB98AE with #98ABAE are triadic colors.