COLOR #99C18D

HEX: #99C18D
RGB: (153,193,141)

Color info

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

RGB color model

#99C18D color RGB value is (153,193,141).

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

RGB channels and saturation

R 153 of 255 = 60%
G 193 of 255 = 76%
B 141 of 255 = 55%

153
193
141

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

Portions of RGB colors in percentages

R + G + B =
153 + 193 + 141 = 487 (100%)
R 153 of 487 ~ 31.42%
G 193 of 487 ~ 39.63%
B 141 of 487 ~ 28.95%

%31.42
%39.63
%28.95

CMYK color model

#99C18D color CMYK value is (21,0,27,24).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(21,0,27,24)
C21M0Y27K24 
(21%,0%,27%,24%)
(0.21/0.00/0.27/0.24)	

CMYK percentages

%20.73
%0
%26.94
%24.31

Codes

Color #99C18D in popluar color models

99C18D
RGB153193141
HSL106°29.55%65.49%
HSB/HSV106°26.94%75.69%
CMYK20.73%0.00%26.94%
24.31%

Color #99C18D in popluar number systems.

HEX99C18D
Decimal153193141
Binary100110011100000110001101
Octal231301215

Shades and tints

Shades of #99C18D

#99C18D
(153,193,141)
#8CB081
(140,176,129)
#7F9F75
(127,159,117)
#728E69
(114,142,105)
#657D5D
(101,125,93)
#586C51
(88,108,81)
#4B5B45
(75,91,69)
#3E4A39
(62,74,57)
#31392D
(49,57,45)
#242821
(36,40,33)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #99C18D

#99C18D
(153,193,141)
#A2C697
(162,198,151)
#ABCBA1
(171,203,161)
#B4D0AB
(180,208,171)
#BDD5B5
(189,213,181)
#C6DABF
(198,218,191)
#CFDFC9
(207,223,201)
#D8E4D3
(216,228,211)
#E1E9DD
(225,233,221)
#EAEEE7
(234,238,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C18D; }

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

This text font color is #99C18D.


Background Color

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

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

This div background color is #99C18D.


Border color

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

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

This div border color is #99C18D.


Opacity

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

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

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

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

This text has shadow with #99C18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C18D on black background.


Color preview on white background

This text has color #99C18D on white background.



Black color preview on #99C18D background

This text has black color on #99C18D background.


White color preview on #99C18D background

This text has white color on #99C18D background.