COLOR #99BB82

HEX: #99BB82
RGB: (153,187,130)

Color info

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

RGB color model

#99BB82 color RGB value is (153,187,130).

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

RGB channels and saturation

R 153 of 255 = 60%
G 187 of 255 = 73%
B 130 of 255 = 51%

153
187
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 187 + 130 = 470 (100%)
R 153 of 470 ~ 32.55%
G 187 of 470 ~ 39.79%
B 130 of 470 ~ 27.66%

%32.55
%39.79
%27.66

CMYK color model

#99BB82 color CMYK value is (18,0,30,27).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 26.67%
CMYK:
(18,0,30,27)
C18M0Y30K27 
(18%,0%,30%,27%)
(0.18/0.00/0.30/0.27)	

CMYK percentages

%18.18
%0
%30.48
%26.67

Codes

Color #99BB82 in popluar color models

99BB82
RGB153187130
HSL96°29.53%62.16%
HSB/HSV96°30.48%73.33%
CMYK18.18%0.00%30.48%
26.67%

Color #99BB82 in popluar number systems.

HEX99BB82
Decimal153187130
Binary100110011011101110000010
Octal231273202

Shades and tints

Shades of #99BB82

#99BB82
(153,187,130)
#8CAA77
(140,170,119)
#7F996C
(127,153,108)
#728861
(114,136,97)
#657756
(101,119,86)
#58664B
(88,102,75)
#4B5540
(75,85,64)
#3E4435
(62,68,53)
#31332A
(49,51,42)
#24221F
(36,34,31)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #99BB82

#99BB82
(153,187,130)
#A2C18D
(162,193,141)
#ABC798
(171,199,152)
#B4CDA3
(180,205,163)
#BDD3AE
(189,211,174)
#C6D9B9
(198,217,185)
#CFDFC4
(207,223,196)
#D8E5CF
(216,229,207)
#E1EBDA
(225,235,218)
#EAF1E5
(234,241,229)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BB82; }

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

This text font color is #99BB82.


Background Color

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

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

This div background color is #99BB82.


Border color

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

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

This div border color is #99BB82.


Opacity

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

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

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

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

This text has shadow with #99BB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BB82 on black background.


Color preview on white background

This text has color #99BB82 on white background.



Black color preview on #99BB82 background

This text has black color on #99BB82 background.


White color preview on #99BB82 background

This text has white color on #99BB82 background.