COLOR #99C68D

HEX: #99C68D
RGB: (153,198,141)

Color info

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

RGB color model

#99C68D color RGB value is (153,198,141).

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

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 141 of 255 = 55%

153
198
141

R + G + B ~ 64%. #99C68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 141 = 492 (100%)
R 153 of 492 ~ 31.1%
G 198 of 492 ~ 40.24%
B 141 of 492 ~ 28.66%

%31.1
%40.24
%28.66

CMYK color model

#99C68D color CMYK value is (23,0,29,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(23,0,29,22)
C23M0Y29K22 
(23%,0%,29%,22%)
(0.23/0.00/0.29/0.22)	

CMYK percentages

%22.73
%0
%28.79
%22.35

Codes

Color #99C68D in popluar color models

99C68D
RGB153198141
HSL107°33.33%66.47%
HSB/HSV107°28.79%77.65%
CMYK22.73%0.00%28.79%
22.35%

Color #99C68D in popluar number systems.

HEX99C68D
Decimal153198141
Binary100110011100011010001101
Octal231306215

Shades and tints

Shades of #99C68D

#99C68D
(153,198,141)
#8CB481
(140,180,129)
#7FA275
(127,162,117)
#729069
(114,144,105)
#657E5D
(101,126,93)
#586C51
(88,108,81)
#4B5A45
(75,90,69)
#3E4839
(62,72,57)
#31362D
(49,54,45)
#242421
(36,36,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #99C68D

#99C68D
(153,198,141)
#A2CB97
(162,203,151)
#ABD0A1
(171,208,161)
#B4D5AB
(180,213,171)
#BDDAB5
(189,218,181)
#C6DFBF
(198,223,191)
#CFE4C9
(207,228,201)
#D8E9D3
(216,233,211)
#E1EEDD
(225,238,221)
#EAF3E7
(234,243,231)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C68D; }

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

This text font color is #99C68D.


Background Color

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

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

This div background color is #99C68D.


Border color

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

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

This div border color is #99C68D.


Opacity

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

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

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

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

This text has shadow with #99C68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C68D on black background.


Color preview on white background

This text has color #99C68D on white background.



Black color preview on #99C68D background

This text has black color on #99C68D background.


White color preview on #99C68D background

This text has white color on #99C68D background.