COLOR #99B98B

HEX: #99B98B
RGB: (153,185,139)

Color info

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

RGB color model

#99B98B color RGB value is (153,185,139).

  • red value is 153;
  • green value is 185;
  • blue value is 139.
RGB: (153,185,139) (60%,73%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 139 of 255 = 55%

153
185
139

R + G + B ~ 63%. #99B98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 139 = 477 (100%)
R 153 of 477 ~ 32.08%
G 185 of 477 ~ 38.78%
B 139 of 477 ~ 29.14%

%32.08
%38.78
%29.14

CMYK color model

#99B98B color CMYK value is (17,0,25,27).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 27.45%
CMYK: (17,0,25,27) C17M0Y25K27 (17%,0%,25%,27%) (0.17/0.00/0.25/0.27)

CMYK percentages

%17.3
%0
%24.86
%27.45

Codes

Color #99B98B in popluar color models

99B98B
RGB153185139
HSL102°24.73%63.53%
HSB/HSV102°24.86%72.55%
CMYK17.30%0.00%24.86%
27.45%

Color #99B98B in popluar number systems.

HEX99B98B
Decimal153185139
Binary100110011011100110001011
Octal231271213

Shades and tints

Shades of #99B98B

#99B98B
(153,185,139)
#8CA97F
(140,169,127)
#7F9973
(127,153,115)
#728967
(114,137,103)
#65795B
(101,121,91)
#58694F
(88,105,79)
#4B5943
(75,89,67)
#3E4937
(62,73,55)
#31392B
(49,57,43)
#24291F
(36,41,31)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #99B98B

#99B98B
(153,185,139)
#A2BF95
(162,191,149)
#ABC59F
(171,197,159)
#B4CBA9
(180,203,169)
#BDD1B3
(189,209,179)
#C6D7BD
(198,215,189)
#CFDDC7
(207,221,199)
#D8E3D1
(216,227,209)
#E1E9DB
(225,233,219)
#EAEFE5
(234,239,229)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B98B color. Also use rgb(153,185,139) instead hex code.

Text Font Color

.myTextColor { color: #99B98B; }

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

This text font color is #99B98B.


Background Color

.myBgColor { background-color: #99B98B; }

<div style="background-color:#99B98B">Inner text</div>

This div background color is #99B98B.


Border color

.myBorderColor { border: 1px solid #99B98B; }

<div style="border:3px solid #99B98B">Div</div>

This div border color is #99B98B.


Opacity

.myOpacity80 { color: #99B98B; opacity: 0.8; }

<p style="color:#99B98B;opacity:0.8;">80%</p>

Text with #99B98B 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 #99B98B;}

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

This text has shadow with #99B98B color.

.textShadow {text-shadow: 3px 3px 1px #99B98B, 3px 3px 1px red;}

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

This text has shadow with #99B98B primary color and red secondary color.


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

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

This text has shadow with #99B98B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #99B98B; -webkit-box-shadow:	1px 1px 3px 2px #99B98B; box-shadow:	1px 1px 3px 2px #99B98B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #99B98B; -webkit-box-shadow: 1px 1px 3px 2px #99B98B; box-shadow:1px 1px 3px 2px #99B98B;">
Div content here</div>
This div box has shadow with color #99B98B.

Preview

Color preview on black background

This text has color #99B98B on black background.


Color preview on white background

This text has color #99B98B on white background.



Black color preview on #99B98B background

This text has black color on #99B98B background.


White color preview on #99B98B background

This text has white color on #99B98B background.