COLOR #99D29E

HEX: #99D29E
RGB: (153,210,158)

Color info

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

RGB color model

#99D29E color RGB value is (153,210,158).

  • red value is 153;
  • green value is 210;
  • blue value is 158.
RGB:
(153,210,158)
(60%,82%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 210 of 255 = 82%
B 158 of 255 = 62%

153
210
158

R + G + B ~ 68%. #99D29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 210 + 158 = 521 (100%)
R 153 of 521 ~ 29.37%
G 210 of 521 ~ 40.31%
B 158 of 521 ~ 30.33%

%29.37
%40.31
%30.33

CMYK color model

#99D29E color CMYK value is (27,0,25,18).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(27,0,25,18)
C27M0Y25K18 
(27%,0%,25%,18%)
(0.27/0.00/0.25/0.18)	

CMYK percentages

%27.14
%0
%24.76
%17.65

Codes

Color #99D29E in popluar color models

99D29E
RGB153210158
HSL125°38.78%71.18%
HSB/HSV125°27.14%82.35%
CMYK27.14%0.00%24.76%
17.65%

Color #99D29E in popluar number systems.

HEX99D29E
Decimal153210158
Binary100110011101001010011110
Octal231322236

Shades and tints

Shades of #99D29E

#99D29E
(153,210,158)
#8CBF90
(140,191,144)
#7FAC82
(127,172,130)
#729974
(114,153,116)
#658666
(101,134,102)
#587358
(88,115,88)
#4B604A
(75,96,74)
#3E4D3C
(62,77,60)
#313A2E
(49,58,46)
#242720
(36,39,32)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #99D29E

#99D29E
(153,210,158)
#A2D6A6
(162,214,166)
#ABDAAE
(171,218,174)
#B4DEB6
(180,222,182)
#BDE2BE
(189,226,190)
#C6E6C6
(198,230,198)
#CFEACE
(207,234,206)
#D8EED6
(216,238,214)
#E1F2DE
(225,242,222)
#EAF6E6
(234,246,230)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D29E color. Also use rgb(153,210,158) instead hex code.

Text Font Color

.myTextColor { color: #99D29E; }

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

This text font color is #99D29E.


Background Color

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

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

This div background color is #99D29E.


Border color

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

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

This div border color is #99D29E.


Opacity

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

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

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

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

This text has shadow with #99D29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D29E on black background.


Color preview on white background

This text has color #99D29E on white background.



Black color preview on #99D29E background

This text has black color on #99D29E background.


White color preview on #99D29E background

This text has white color on #99D29E background.