COLOR #99B18B

HEX: #99B18B
RGB: (153,177,139)

Color info

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

RGB color model

#99B18B color RGB value is (153,177,139).

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

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 139 of 255 = 55%

153
177
139

R + G + B ~ 61%. #99B18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 177 + 139 = 469 (100%)
R 153 of 469 ~ 32.62%
G 177 of 469 ~ 37.74%
B 139 of 469 ~ 29.64%

%32.62
%37.74
%29.64

CMYK color model

#99B18B color CMYK value is (14,0,21,31).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK:
(14,0,21,31)
C14M0Y21K31 
(14%,0%,21%,31%)
(0.14/0.00/0.21/0.31)	

CMYK percentages

%13.56
%0
%21.47
%30.59

Codes

Color #99B18B in popluar color models

99B18B
RGB153177139
HSL98°19.59%61.96%
HSB/HSV98°21.47%69.41%
CMYK13.56%0.00%21.47%
30.59%

Color #99B18B in popluar number systems.

HEX99B18B
Decimal153177139
Binary100110011011000110001011
Octal231261213

Shades and tints

Shades of #99B18B

#99B18B
(153,177,139)
#8CA17F
(140,161,127)
#7F9173
(127,145,115)
#728167
(114,129,103)
#65715B
(101,113,91)
#58614F
(88,97,79)
#4B5143
(75,81,67)
#3E4137
(62,65,55)
#31312B
(49,49,43)
#24211F
(36,33,31)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #99B18B

#99B18B
(153,177,139)
#A2B895
(162,184,149)
#ABBF9F
(171,191,159)
#B4C6A9
(180,198,169)
#BDCDB3
(189,205,179)
#C6D4BD
(198,212,189)
#CFDBC7
(207,219,199)
#D8E2D1
(216,226,209)
#E1E9DB
(225,233,219)
#EAF0E5
(234,240,229)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B18B; }

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

This text font color is #99B18B.


Background Color

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

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

This div background color is #99B18B.


Border color

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

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

This div border color is #99B18B.


Opacity

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

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

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

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

This text has shadow with #99B18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B18B on black background.


Color preview on white background

This text has color #99B18B on white background.



Black color preview on #99B18B background

This text has black color on #99B18B background.


White color preview on #99B18B background

This text has white color on #99B18B background.