COLOR #98B1AB

HEX: #98B1AB RGB: (152,177,171)

Color info

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

RGB color model

#98B1AB color RGB value is (152,177,171).

RGB: (152,177,171) (60%, 69%, 67%)

RGB channels and saturation

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

152
177
171

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

Portions of RGB colors in percentages

R + G + B = 152 + 177 + 171 = 500 (100%)
R 152 of 500 ~ 30.4%
G 177 of 500 ~ 35.4%
B 171 of 500 ~ 34.2'%

%30.4
%35.4
%34.2

CMYK color model

#98B1AB color CMYK value is (14,0,3,31).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%

CMYK: (14,0,3,31)
C14M0Y3K31 (14%, 0%, 3%, 31%)
(0.14 / 0.00 / 0.03 / 0.31)

CMYK percentages

%14.12
%0
%3.39
%30.59

Codes

Color #98B1AB in popluar color models

98 B1 AB
RGB 152 177 171
HSL 166° 13.81% 64.51%
HSB/HSV 166° 14.12% 69.41%
CMYK 14.12% 0.00% 3.39%
30.59%

Color #98B1AB in popluar number systems.

HEX 98 B1 AB
Decimal 152 177 171
Binary 10011000 10110001 10101011
Octal 230 261 253

Shades and tints

Shades of #98B1AB

#98B1AB
(152,177,171)
#8BA19C
(139,161,156)
#7E918D
(126,145,141)
#71817E
(113,129,126)
#64716F
(100,113,111)
#576160
(87,97,96)
#4A5151
(74,81,81)
#3D4142
(61,65,66)
#303133
(48,49,51)
#232124
(35,33,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #98B1AB

#98B1AB
(152,177,171)
#A1B8B2
(161,184,178)
#AABFB9
(170,191,185)
#B3C6C0
(179,198,192)
#BCCDC7
(188,205,199)
#C5D4CE
(197,212,206)
#CEDBD5
(206,219,213)
#D7E2DC
(215,226,220)
#E0E9E3
(224,233,227)
#E9F0EA
(233,240,234)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B1AB; }

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

This text font color is #98B1AB.

Background Color

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

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

This div background color is #98B1AB.

Border color

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

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

This div border color is #98B1AB.

Opacity

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

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

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

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

This text has shadow with #98B1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B1AB.

Preview

Color preview on black background

This text has color #98B1AB on black background.


Color preview on white background

This text has color #98B1AB on white background.


Black color preview on #98B1AB background

This text has black color on #98B1AB background.


White color preview on #98B1AB background

This text has white color on #98B1AB background.


Related colors

Complementary color

Complementary color for #hex is #674E54.


I love getcolorcode.com

Triadic colors

1 #AB98B1 and #B1AB98 with #98B1AB are triadic colors.

2 #ABB198 and #B198AB with #98B1AB are triadic colors.