COLOR #99CC7E

HEX: #99CC7E
RGB: (153,204,126)

Color info

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

RGB color model

#99CC7E color RGB value is (153,204,126).

  • red value is 153;
  • green value is 204;
  • blue value is 126.
RGB:
(153,204,126)
(60%,80%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 204 of 255 = 80%
B 126 of 255 = 49%

153
204
126

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

Portions of RGB colors in percentages

R + G + B =
153 + 204 + 126 = 483 (100%)
R 153 of 483 ~ 31.68%
G 204 of 483 ~ 42.24%
B 126 of 483 ~ 26.09%

%31.68
%42.24
%26.09

CMYK color model

#99CC7E color CMYK value is (25,0,38,20).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 20.00%
CMYK:
(25,0,38,20)
C25M0Y38K20 
(25%,0%,38%,20%)
(0.25/0.00/0.38/0.20)	

CMYK percentages

%25
%0
%38.24
%20

Codes

Color #99CC7E in popluar color models

99CC7E
RGB153204126
HSL99°43.33%64.71%
HSB/HSV99°38.24%80.00%
CMYK25.00%0.00%38.24%
20.00%

Color #99CC7E in popluar number systems.

HEX99CC7E
Decimal153204126
Binary10011001110011001111110
Octal231314176

Shades and tints

Shades of #99CC7E

#99CC7E
(153,204,126)
#8CBA73
(140,186,115)
#7FA868
(127,168,104)
#72965D
(114,150,93)
#658452
(101,132,82)
#587247
(88,114,71)
#4B603C
(75,96,60)
#3E4E31
(62,78,49)
#313C26
(49,60,38)
#242A1B
(36,42,27)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #99CC7E

#99CC7E
(153,204,126)
#A2D089
(162,208,137)
#ABD494
(171,212,148)
#B4D89F
(180,216,159)
#BDDCAA
(189,220,170)
#C6E0B5
(198,224,181)
#CFE4C0
(207,228,192)
#D8E8CB
(216,232,203)
#E1ECD6
(225,236,214)
#EAF0E1
(234,240,225)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CC7E color. Also use rgb(153,204,126) instead hex code.

Text Font Color

.myTextColor { color: #99CC7E; }

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

This text font color is #99CC7E.


Background Color

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

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

This div background color is #99CC7E.


Border color

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

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

This div border color is #99CC7E.


Opacity

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

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

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

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

This text has shadow with #99CC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CC7E on black background.


Color preview on white background

This text has color #99CC7E on white background.



Black color preview on #99CC7E background

This text has black color on #99CC7E background.


White color preview on #99CC7E background

This text has white color on #99CC7E background.