COLOR #98BAA8

HEX: #98BAA8
RGB: (152,186,168)

Color info

#98BAA8 contains red, green and blue colors in about the same proportion. Web safe color of #98BAA8 is #99CC99 (or #9C9).

RGB color model

#98BAA8 color RGB value is (152,186,168).

  • red value is 152;
  • green value is 186;
  • blue value is 168.
RGB:
(152,186,168)
(60%,73%,66%)

RGB channels and saturation

R 152 of 255 = 60%
G 186 of 255 = 73%
B 168 of 255 = 66%

152
186
168

R + G + B ~ 66%. #98BAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 186 + 168 = 506 (100%)
R 152 of 506 ~ 30.04%
G 186 of 506 ~ 36.76%
B 168 of 506 ~ 33.2%

%30.04
%36.76
%33.2

CMYK color model

#98BAA8 color CMYK value is (18,0,10,27).

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 27.06%
CMYK:
(18,0,10,27)
C18M0Y10K27 
(18%,0%,10%,27%)
(0.18/0.00/0.10/0.27)	

CMYK percentages

%18.28
%0
%9.68
%27.06

Codes

Color #98BAA8 in popluar color models

98BAA8
RGB152186168
HSL148°19.77%66.27%
HSB/HSV148°18.28%72.94%
CMYK18.28%0.00%9.68%
27.06%

Color #98BAA8 in popluar number systems.

HEX98BAA8
Decimal152186168
Binary100110001011101010101000
Octal230272250

Shades and tints

Shades of #98BAA8

#98BAA8
(152,186,168)
#8BAA99
(139,170,153)
#7E9A8A
(126,154,138)
#718A7B
(113,138,123)
#647A6C
(100,122,108)
#576A5D
(87,106,93)
#4A5A4E
(74,90,78)
#3D4A3F
(61,74,63)
#303A30
(48,58,48)
#232A21
(35,42,33)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #98BAA8

#98BAA8
(152,186,168)
#A1C0AF
(161,192,175)
#AAC6B6
(170,198,182)
#B3CCBD
(179,204,189)
#BCD2C4
(188,210,196)
#C5D8CB
(197,216,203)
#CEDED2
(206,222,210)
#D7E4D9
(215,228,217)
#E0EAE0
(224,234,224)
#E9F0E7
(233,240,231)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BAA8 color. Also use rgb(152,186,168) instead hex code.

Text Font Color

.myTextColor { color: #98BAA8; }

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

This text font color is #98BAA8.


Background Color

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

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

This div background color is #98BAA8.


Border color

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

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

This div border color is #98BAA8.


Opacity

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

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

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

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

This text has shadow with #98BAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BAA8 on black background.


Color preview on white background

This text has color #98BAA8 on white background.



Black color preview on #98BAA8 background

This text has black color on #98BAA8 background.


White color preview on #98BAA8 background

This text has white color on #98BAA8 background.