COLOR #99CC9E

HEX: #99CC9E
RGB: (153,204,158)

Color info

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

RGB color model

#99CC9E color RGB value is (153,204,158).

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

RGB channels and saturation

R 153 of 255 = 60%
G 204 of 255 = 80%
B 158 of 255 = 62%

153
204
158

R + G + B ~ 67%. #99CC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 204 + 158 = 515 (100%)
R 153 of 515 ~ 29.71%
G 204 of 515 ~ 39.61%
B 158 of 515 ~ 30.68%

%29.71
%39.61
%30.68

CMYK color model

#99CC9E color CMYK value is (25,0,23,20).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(25,0,23,20)
C25M0Y23K20 
(25%,0%,23%,20%)
(0.25/0.00/0.23/0.20)	

CMYK percentages

%25
%0
%22.55
%20

Codes

Color #99CC9E in popluar color models

99CC9E
RGB153204158
HSL126°33.33%70.00%
HSB/HSV126°25.00%80.00%
CMYK25.00%0.00%22.55%
20.00%

Color #99CC9E in popluar number systems.

HEX99CC9E
Decimal153204158
Binary100110011100110010011110
Octal231314236

Shades and tints

Shades of #99CC9E

#99CC9E
(153,204,158)
#8CBA90
(140,186,144)
#7FA882
(127,168,130)
#729674
(114,150,116)
#658466
(101,132,102)
#587258
(88,114,88)
#4B604A
(75,96,74)
#3E4E3C
(62,78,60)
#313C2E
(49,60,46)
#242A20
(36,42,32)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #99CC9E

#99CC9E
(153,204,158)
#A2D0A6
(162,208,166)
#ABD4AE
(171,212,174)
#B4D8B6
(180,216,182)
#BDDCBE
(189,220,190)
#C6E0C6
(198,224,198)
#CFE4CE
(207,228,206)
#D8E8D6
(216,232,214)
#E1ECDE
(225,236,222)
#EAF0E6
(234,240,230)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CC9E; }

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

This text font color is #99CC9E.


Background Color

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

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

This div background color is #99CC9E.


Border color

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

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

This div border color is #99CC9E.


Opacity

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

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

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

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

This text has shadow with #99CC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CC9E on black background.


Color preview on white background

This text has color #99CC9E on white background.



Black color preview on #99CC9E background

This text has black color on #99CC9E background.


White color preview on #99CC9E background

This text has white color on #99CC9E background.