COLOR #99BB93

HEX: #99BB93
RGB: (153,187,147)

Color info

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

RGB color model

#99BB93 color RGB value is (153,187,147).

  • red value is 153;
  • green value is 187;
  • blue value is 147.
RGB:
(153,187,147)
(60%,73%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 187 of 255 = 73%
B 147 of 255 = 58%

153
187
147

R + G + B ~ 64%. #99BB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 187 + 147 = 487 (100%)
R 153 of 487 ~ 31.42%
G 187 of 487 ~ 38.4%
B 147 of 487 ~ 30.18%

%31.42
%38.4
%30.18

CMYK color model

#99BB93 color CMYK value is (18,0,21,27).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 26.67%
CMYK:
(18,0,21,27)
C18M0Y21K27 
(18%,0%,21%,27%)
(0.18/0.00/0.21/0.27)	

CMYK percentages

%18.18
%0
%21.39
%26.67

Codes

Color #99BB93 in popluar color models

99BB93
RGB153187147
HSL111°22.73%65.49%
HSB/HSV111°21.39%73.33%
CMYK18.18%0.00%21.39%
26.67%

Color #99BB93 in popluar number systems.

HEX99BB93
Decimal153187147
Binary100110011011101110010011
Octal231273223

Shades and tints

Shades of #99BB93

#99BB93
(153,187,147)
#8CAA86
(140,170,134)
#7F9979
(127,153,121)
#72886C
(114,136,108)
#65775F
(101,119,95)
#586652
(88,102,82)
#4B5545
(75,85,69)
#3E4438
(62,68,56)
#31332B
(49,51,43)
#24221E
(36,34,30)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #99BB93

#99BB93
(153,187,147)
#A2C19C
(162,193,156)
#ABC7A5
(171,199,165)
#B4CDAE
(180,205,174)
#BDD3B7
(189,211,183)
#C6D9C0
(198,217,192)
#CFDFC9
(207,223,201)
#D8E5D2
(216,229,210)
#E1EBDB
(225,235,219)
#EAF1E4
(234,241,228)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BB93 color. Also use rgb(153,187,147) instead hex code.

Text Font Color

.myTextColor { color: #99BB93; }

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

This text font color is #99BB93.


Background Color

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

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

This div background color is #99BB93.


Border color

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

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

This div border color is #99BB93.


Opacity

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

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

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

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

This text has shadow with #99BB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BB93 on black background.


Color preview on white background

This text has color #99BB93 on white background.



Black color preview on #99BB93 background

This text has black color on #99BB93 background.


White color preview on #99BB93 background

This text has white color on #99BB93 background.