COLOR #99C297

HEX: #99C297
RGB: (153,194,151)

Color info

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

RGB color model

#99C297 color RGB value is (153,194,151).

  • red value is 153;
  • green value is 194;
  • blue value is 151.
RGB:
(153,194,151)
(60%,76%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 194 of 255 = 76%
B 151 of 255 = 59%

153
194
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 194 + 151 = 498 (100%)
R 153 of 498 ~ 30.72%
G 194 of 498 ~ 38.96%
B 151 of 498 ~ 30.32%

%30.72
%38.96
%30.32

CMYK color model

#99C297 color CMYK value is (21,0,22,24).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 23.92%
CMYK:
(21,0,22,24)
C21M0Y22K24 
(21%,0%,22%,24%)
(0.21/0.00/0.22/0.24)	

CMYK percentages

%21.13
%0
%22.16
%23.92

Codes

Color #99C297 in popluar color models

99C297
RGB153194151
HSL117°26.06%67.65%
HSB/HSV117°22.16%76.08%
CMYK21.13%0.00%22.16%
23.92%

Color #99C297 in popluar number systems.

HEX99C297
Decimal153194151
Binary100110011100001010010111
Octal231302227

Shades and tints

Shades of #99C297

#99C297
(153,194,151)
#8CB18A
(140,177,138)
#7FA07D
(127,160,125)
#728F70
(114,143,112)
#657E63
(101,126,99)
#586D56
(88,109,86)
#4B5C49
(75,92,73)
#3E4B3C
(62,75,60)
#313A2F
(49,58,47)
#242922
(36,41,34)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #99C297

#99C297
(153,194,151)
#A2C7A0
(162,199,160)
#ABCCA9
(171,204,169)
#B4D1B2
(180,209,178)
#BDD6BB
(189,214,187)
#C6DBC4
(198,219,196)
#CFE0CD
(207,224,205)
#D8E5D6
(216,229,214)
#E1EADF
(225,234,223)
#EAEFE8
(234,239,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C297 color. Also use rgb(153,194,151) instead hex code.

Text Font Color

.myTextColor { color: #99C297; }

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

This text font color is #99C297.


Background Color

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

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

This div background color is #99C297.


Border color

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

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

This div border color is #99C297.


Opacity

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

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

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

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

This text has shadow with #99C297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C297 on black background.


Color preview on white background

This text has color #99C297 on white background.



Black color preview on #99C297 background

This text has black color on #99C297 background.


White color preview on #99C297 background

This text has white color on #99C297 background.