COLOR #98B99B

HEX: #98B99B RGB: (152,185,155)

Color info

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

RGB color model

#98B99B color RGB value is (152,185,155).

RGB: (152,185,155) (60%, 73%, 61%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 155 of 255 = 61%

152
185
155

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

Portions of RGB colors in percentages

R + G + B = 152 + 185 + 155 = 492 (100%)
R 152 of 492 ~ 30.89%
G 185 of 492 ~ 37.6%
B 155 of 492 ~ 31.5'%

%30.89
%37.6
%31.5

CMYK color model

#98B99B color CMYK value is (18,0,16,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%

CMYK: (18,0,16,27)
C18M0Y16K27 (18%, 0%, 16%, 27%)
(0.18 / 0.00 / 0.16 / 0.27)

CMYK percentages

%17.84
%0
%16.22
%27.45

Codes

Color #98B99B in popluar color models

98 B9 9B
RGB 152 185 155
HSL 125° 19.08% 66.08%
HSB/HSV 125° 17.84% 72.55%
CMYK 17.84% 0.00% 16.22%
27.45%

Color #98B99B in popluar number systems.

HEX 98 B9 9B
Decimal 152 185 155
Binary 10011000 10111001 10011011
Octal 230 271 233

Shades and tints

Shades of #98B99B

#98B99B
(152,185,155)
#8BA98D
(139,169,141)
#7E997F
(126,153,127)
#718971
(113,137,113)
#647963
(100,121,99)
#576955
(87,105,85)
#4A5947
(74,89,71)
#3D4939
(61,73,57)
#30392B
(48,57,43)
#23291D
(35,41,29)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #98B99B

#98B99B
(152,185,155)
#A1BFA4
(161,191,164)
#AAC5AD
(170,197,173)
#B3CBB6
(179,203,182)
#BCD1BF
(188,209,191)
#C5D7C8
(197,215,200)
#CEDDD1
(206,221,209)
#D7E3DA
(215,227,218)
#E0E9E3
(224,233,227)
#E9EFEC
(233,239,236)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B99B; }

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

This text font color is #98B99B.

Background Color

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

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

This div background color is #98B99B.

Border color

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

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

This div border color is #98B99B.

Opacity

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

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

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

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

This text has shadow with #98B99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B99B.

Preview

Color preview on black background

This text has color #98B99B on black background.


Color preview on white background

This text has color #98B99B on white background.


Black color preview on #98B99B background

This text has black color on #98B99B background.


White color preview on #98B99B background

This text has white color on #98B99B background.


Related colors

Complementary color

Complementary color for #hex is #674664.


I love getcolorcode.com

Triadic colors

1 #9B98B9 and #B99B98 with #98B99B are triadic colors.

2 #9BB998 and #B9989B with #98B99B are triadic colors.