COLOR #99C686

HEX: #99C686
RGB: (153,198,134)

Color info

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

RGB color model

#99C686 color RGB value is (153,198,134).

  • red value is 153;
  • green value is 198;
  • blue value is 134.
RGB:
(153,198,134)
(60%,78%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 134 of 255 = 53%

153
198
134

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

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 134 = 485 (100%)
R 153 of 485 ~ 31.55%
G 198 of 485 ~ 40.82%
B 134 of 485 ~ 27.63%

%31.55
%40.82
%27.63

CMYK color model

#99C686 color CMYK value is (23,0,32,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 22.35%
CMYK:
(23,0,32,22)
C23M0Y32K22 
(23%,0%,32%,22%)
(0.23/0.00/0.32/0.22)	

CMYK percentages

%22.73
%0
%32.32
%22.35

Codes

Color #99C686 in popluar color models

99C686
RGB153198134
HSL102°35.96%65.10%
HSB/HSV102°32.32%77.65%
CMYK22.73%0.00%32.32%
22.35%

Color #99C686 in popluar number systems.

HEX99C686
Decimal153198134
Binary100110011100011010000110
Octal231306206

Shades and tints

Shades of #99C686

#99C686
(153,198,134)
#8CB47A
(140,180,122)
#7FA26E
(127,162,110)
#729062
(114,144,98)
#657E56
(101,126,86)
#586C4A
(88,108,74)
#4B5A3E
(75,90,62)
#3E4832
(62,72,50)
#313626
(49,54,38)
#24241A
(36,36,26)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #99C686

#99C686
(153,198,134)
#A2CB91
(162,203,145)
#ABD09C
(171,208,156)
#B4D5A7
(180,213,167)
#BDDAB2
(189,218,178)
#C6DFBD
(198,223,189)
#CFE4C8
(207,228,200)
#D8E9D3
(216,233,211)
#E1EEDE
(225,238,222)
#EAF3E9
(234,243,233)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C686 color. Also use rgb(153,198,134) instead hex code.

Text Font Color

.myTextColor { color: #99C686; }

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

This text font color is #99C686.


Background Color

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

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

This div background color is #99C686.


Border color

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

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

This div border color is #99C686.


Opacity

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

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

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

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

This text has shadow with #99C686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C686 on black background.


Color preview on white background

This text has color #99C686 on white background.



Black color preview on #99C686 background

This text has black color on #99C686 background.


White color preview on #99C686 background

This text has white color on #99C686 background.