COLOR #99CB89

HEX: #99CB89
RGB: (153,203,137)

Color info

#99CB89 contains mainly red and green colors. Web safe color of #99CB89 is #99CC99 (or #9C9).

RGB color model

#99CB89 color RGB value is (153,203,137).

  • red value is 153;
  • green value is 203;
  • blue value is 137.
RGB:
(153,203,137)
(60%,80%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 203 of 255 = 80%
B 137 of 255 = 54%

153
203
137

R + G + B ~ 65%. #99CB89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 203 + 137 = 493 (100%)
R 153 of 493 ~ 31.03%
G 203 of 493 ~ 41.18%
B 137 of 493 ~ 27.79%

%31.03
%41.18
%27.79

CMYK color model

#99CB89 color CMYK value is (25,0,33,20).

  • cyan value is 24.63%
  • magenta value is 0.00%
  • yellow value is 32.51%
  • key color value is 20.39%
CMYK:
(25,0,33,20)
C25M0Y33K20 
(25%,0%,33%,20%)
(0.25/0.00/0.33/0.20)	

CMYK percentages

%24.63
%0
%32.51
%20.39

Codes

Color #99CB89 in popluar color models

99CB89
RGB153203137
HSL105°38.82%66.67%
HSB/HSV105°32.51%79.61%
CMYK24.63%0.00%32.51%
20.39%

Color #99CB89 in popluar number systems.

HEX99CB89
Decimal153203137
Binary100110011100101110001001
Octal231313211

Shades and tints

Shades of #99CB89

#99CB89
(153,203,137)
#8CB97D
(140,185,125)
#7FA771
(127,167,113)
#729565
(114,149,101)
#658359
(101,131,89)
#58714D
(88,113,77)
#4B5F41
(75,95,65)
#3E4D35
(62,77,53)
#313B29
(49,59,41)
#24291D
(36,41,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99CB89

#99CB89
(153,203,137)
#A2CF93
(162,207,147)
#ABD39D
(171,211,157)
#B4D7A7
(180,215,167)
#BDDBB1
(189,219,177)
#C6DFBB
(198,223,187)
#CFE3C5
(207,227,197)
#D8E7CF
(216,231,207)
#E1EBD9
(225,235,217)
#EAEFE3
(234,239,227)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CB89 color. Also use rgb(153,203,137) instead hex code.

Text Font Color

.myTextColor { color: #99CB89; }

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

This text font color is #99CB89.


Background Color

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

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

This div background color is #99CB89.


Border color

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

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

This div border color is #99CB89.


Opacity

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

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

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

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

This text has shadow with #99CB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CB89 on black background.


Color preview on white background

This text has color #99CB89 on white background.



Black color preview on #99CB89 background

This text has black color on #99CB89 background.


White color preview on #99CB89 background

This text has white color on #99CB89 background.