COLOR #98B9B3

HEX: #98B9B3
RGB: (152,185,179)

Color info

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

RGB color model

#98B9B3 color RGB value is (152,185,179).

  • red value is 152;
  • green value is 185;
  • blue value is 179.
RGB:
(152,185,179)
(60%,73%,70%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 179 of 255 = 70%

152
185
179

R + G + B ~ 68%. #98B9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 179 = 516 (100%)
R 152 of 516 ~ 29.46%
G 185 of 516 ~ 35.85%
B 179 of 516 ~ 34.69%

%29.46
%35.85
%34.69

CMYK color model

#98B9B3 color CMYK value is (18,0,3,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 27.45%
CMYK:
(18,0,3,27)
C18M0Y3K27 
(18%,0%,3%,27%)
(0.18/0.00/0.03/0.27)	

CMYK percentages

%17.84
%0
%3.24
%27.45

Codes

Color #98B9B3 in popluar color models

98B9B3
RGB152185179
HSL169°19.08%66.08%
HSB/HSV169°17.84%72.55%
CMYK17.84%0.00%3.24%
27.45%

Color #98B9B3 in popluar number systems.

HEX98B9B3
Decimal152185179
Binary100110001011100110110011
Octal230271263

Shades and tints

Shades of #98B9B3

#98B9B3
(152,185,179)
#8BA9A3
(139,169,163)
#7E9993
(126,153,147)
#718983
(113,137,131)
#647973
(100,121,115)
#576963
(87,105,99)
#4A5953
(74,89,83)
#3D4943
(61,73,67)
#303933
(48,57,51)
#232923
(35,41,35)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #98B9B3

#98B9B3
(152,185,179)
#A1BFB9
(161,191,185)
#AAC5BF
(170,197,191)
#B3CBC5
(179,203,197)
#BCD1CB
(188,209,203)
#C5D7D1
(197,215,209)
#CEDDD7
(206,221,215)
#D7E3DD
(215,227,221)
#E0E9E3
(224,233,227)
#E9EFE9
(233,239,233)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B9B3 color. Also use rgb(152,185,179) instead hex code.

Text Font Color

.myTextColor { color: #98B9B3; }

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

This text font color is #98B9B3.


Background Color

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

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

This div background color is #98B9B3.


Border color

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

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

This div border color is #98B9B3.


Opacity

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

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

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

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

This text has shadow with #98B9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B9B3 on black background.


Color preview on white background

This text has color #98B9B3 on white background.



Black color preview on #98B9B3 background

This text has black color on #98B9B3 background.


White color preview on #98B9B3 background

This text has white color on #98B9B3 background.