COLOR #99C69D

HEX: #99C69D
RGB: (153,198,157)

Color info

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

RGB color model

#99C69D color RGB value is (153,198,157).

  • red value is 153;
  • green value is 198;
  • blue value is 157.
RGB:
(153,198,157)
(60%,78%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 157 of 255 = 62%

153
198
157

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

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 157 = 508 (100%)
R 153 of 508 ~ 30.12%
G 198 of 508 ~ 38.98%
B 157 of 508 ~ 30.91%

%30.12
%38.98
%30.91

CMYK color model

#99C69D color CMYK value is (23,0,21,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(23,0,21,22)
C23M0Y21K22 
(23%,0%,21%,22%)
(0.23/0.00/0.21/0.22)	

CMYK percentages

%22.73
%0
%20.71
%22.35

Codes

Color #99C69D in popluar color models

99C69D
RGB153198157
HSL125°28.30%68.82%
HSB/HSV125°22.73%77.65%
CMYK22.73%0.00%20.71%
22.35%

Color #99C69D in popluar number systems.

HEX99C69D
Decimal153198157
Binary100110011100011010011101
Octal231306235

Shades and tints

Shades of #99C69D

#99C69D
(153,198,157)
#8CB48F
(140,180,143)
#7FA281
(127,162,129)
#729073
(114,144,115)
#657E65
(101,126,101)
#586C57
(88,108,87)
#4B5A49
(75,90,73)
#3E483B
(62,72,59)
#31362D
(49,54,45)
#24241F
(36,36,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #99C69D

#99C69D
(153,198,157)
#A2CBA5
(162,203,165)
#ABD0AD
(171,208,173)
#B4D5B5
(180,213,181)
#BDDABD
(189,218,189)
#C6DFC5
(198,223,197)
#CFE4CD
(207,228,205)
#D8E9D5
(216,233,213)
#E1EEDD
(225,238,221)
#EAF3E5
(234,243,229)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C69D color. Also use rgb(153,198,157) instead hex code.

Text Font Color

.myTextColor { color: #99C69D; }

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

This text font color is #99C69D.


Background Color

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

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

This div background color is #99C69D.


Border color

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

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

This div border color is #99C69D.


Opacity

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

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

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

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

This text has shadow with #99C69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C69D on black background.


Color preview on white background

This text has color #99C69D on white background.



Black color preview on #99C69D background

This text has black color on #99C69D background.


White color preview on #99C69D background

This text has white color on #99C69D background.