COLOR #98AB96

HEX: #98AB96 RGB: (152,171,150)

Color info

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

RGB color model

#98AB96 color RGB value is (152,171,150).

RGB: (152,171,150) (60%, 67%, 59%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 150 of 255 = 59%

152
171
150

R + G + B ~ 62%. #98AB96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 171 + 150 = 473 (100%)
R 152 of 473 ~ 32.14%
G 171 of 473 ~ 36.15%
B 150 of 473 ~ 31.71'%

%32.14
%36.15
%31.71

CMYK color model

#98AB96 color CMYK value is (11,0,12,33).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 32.94%

CMYK: (11,0,12,33)
C11M0Y12K33 (11%, 0%, 12%, 33%)
(0.11 / 0.00 / 0.12 / 0.33)

CMYK percentages

%11.11
%0
%12.28
%32.94

Codes

Color #98AB96 in popluar color models

98 AB 96
RGB 152 171 150
HSL 114° 11.11% 62.94%
HSB/HSV 114° 12.28% 67.06%
CMYK 11.11% 0.00% 12.28%
32.94%

Color #98AB96 in popluar number systems.

HEX 98 AB 96
Decimal 152 171 150
Binary 10011000 10101011 10010110
Octal 230 253 226

Shades and tints

Shades of #98AB96

#98AB96
(152,171,150)
#8B9C89
(139,156,137)
#7E8D7C
(126,141,124)
#717E6F
(113,126,111)
#646F62
(100,111,98)
#576055
(87,96,85)
#4A5148
(74,81,72)
#3D423B
(61,66,59)
#30332E
(48,51,46)
#232421
(35,36,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #98AB96

#98AB96
(152,171,150)
#A1B29F
(161,178,159)
#AAB9A8
(170,185,168)
#B3C0B1
(179,192,177)
#BCC7BA
(188,199,186)
#C5CEC3
(197,206,195)
#CED5CC
(206,213,204)
#D7DCD5
(215,220,213)
#E0E3DE
(224,227,222)
#E9EAE7
(233,234,231)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AB96; }

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

This text font color is #98AB96.

Background Color

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

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

This div background color is #98AB96.

Border color

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

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

This div border color is #98AB96.

Opacity

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

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

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

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

This text has shadow with #98AB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AB96.

Preview

Color preview on black background

This text has color #98AB96 on black background.


Color preview on white background

This text has color #98AB96 on white background.


Black color preview on #98AB96 background

This text has black color on #98AB96 background.


White color preview on #98AB96 background

This text has white color on #98AB96 background.


Related colors

Complementary color

Complementary color for #hex is #675469.


I love getcolorcode.com

Triadic colors

1 #9698AB and #AB9698 with #98AB96 are triadic colors.

2 #96AB98 and #AB9896 with #98AB96 are triadic colors.