COLOR #99C680

HEX: #99C680
RGB: (153,198,128)

Color info

#99C680 contains mainly red and green colors. Web safe color of #99C680 is #99CC66 (or #9C6).

RGB color model

#99C680 color RGB value is (153,198,128).

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

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 128 of 255 = 50%

153
198
128

R + G + B ~ 63%. #99C680 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 128 = 479 (100%)
R 153 of 479 ~ 31.94%
G 198 of 479 ~ 41.34%
B 128 of 479 ~ 26.72%

%31.94
%41.34
%26.72

CMYK color model

#99C680 color CMYK value is (23,0,35,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 22.35%
CMYK:
(23,0,35,22)
C23M0Y35K22 
(23%,0%,35%,22%)
(0.23/0.00/0.35/0.22)	

CMYK percentages

%22.73
%0
%35.35
%22.35

Codes

Color #99C680 in popluar color models

99C680
RGB153198128
HSL99°38.04%63.92%
HSB/HSV99°35.35%77.65%
CMYK22.73%0.00%35.35%
22.35%

Color #99C680 in popluar number systems.

HEX99C680
Decimal153198128
Binary100110011100011010000000
Octal231306200

Shades and tints

Shades of #99C680

#99C680
(153,198,128)
#8CB475
(140,180,117)
#7FA26A
(127,162,106)
#72905F
(114,144,95)
#657E54
(101,126,84)
#586C49
(88,108,73)
#4B5A3E
(75,90,62)
#3E4833
(62,72,51)
#313628
(49,54,40)
#24241D
(36,36,29)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #99C680

#99C680
(153,198,128)
#A2CB8B
(162,203,139)
#ABD096
(171,208,150)
#B4D5A1
(180,213,161)
#BDDAAC
(189,218,172)
#C6DFB7
(198,223,183)
#CFE4C2
(207,228,194)
#D8E9CD
(216,233,205)
#E1EED8
(225,238,216)
#EAF3E3
(234,243,227)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C680; }

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

This text font color is #99C680.


Background Color

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

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

This div background color is #99C680.


Border color

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

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

This div border color is #99C680.


Opacity

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

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

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

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

This text has shadow with #99C680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C680 on black background.


Color preview on white background

This text has color #99C680 on white background.



Black color preview on #99C680 background

This text has black color on #99C680 background.


White color preview on #99C680 background

This text has white color on #99C680 background.