COLOR #99C29F

HEX: #99C29F
RGB: (153,194,159)

Color info

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

RGB color model

#99C29F color RGB value is (153,194,159).

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

RGB channels and saturation

R 153 of 255 = 60%
G 194 of 255 = 76%
B 159 of 255 = 62%

153
194
159

R + G + B ~ 66%. #99C29F is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 194 + 159 = 506 (100%)
R 153 of 506 ~ 30.24%
G 194 of 506 ~ 38.34%
B 159 of 506 ~ 31.42%

%30.24
%38.34
%31.42

CMYK color model

#99C29F color CMYK value is (21,0,18,24).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(21,0,18,24)
C21M0Y18K24 
(21%,0%,18%,24%)
(0.21/0.00/0.18/0.24)	

CMYK percentages

%21.13
%0
%18.04
%23.92

Codes

Color #99C29F in popluar color models

99C29F
RGB153194159
HSL129°25.15%68.04%
HSB/HSV129°21.13%76.08%
CMYK21.13%0.00%18.04%
23.92%

Color #99C29F in popluar number systems.

HEX99C29F
Decimal153194159
Binary100110011100001010011111
Octal231302237

Shades and tints

Shades of #99C29F

#99C29F
(153,194,159)
#8CB191
(140,177,145)
#7FA083
(127,160,131)
#728F75
(114,143,117)
#657E67
(101,126,103)
#586D59
(88,109,89)
#4B5C4B
(75,92,75)
#3E4B3D
(62,75,61)
#313A2F
(49,58,47)
#242921
(36,41,33)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #99C29F

#99C29F
(153,194,159)
#A2C7A7
(162,199,167)
#ABCCAF
(171,204,175)
#B4D1B7
(180,209,183)
#BDD6BF
(189,214,191)
#C6DBC7
(198,219,199)
#CFE0CF
(207,224,207)
#D8E5D7
(216,229,215)
#E1EADF
(225,234,223)
#EAEFE7
(234,239,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C29F; }

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

This text font color is #99C29F.


Background Color

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

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

This div background color is #99C29F.


Border color

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

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

This div border color is #99C29F.


Opacity

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

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

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

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

This text has shadow with #99C29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C29F on black background.


Color preview on white background

This text has color #99C29F on white background.



Black color preview on #99C29F background

This text has black color on #99C29F background.


White color preview on #99C29F background

This text has white color on #99C29F background.