COLOR #99C18B

HEX: #99C18B
RGB: (153,193,139)

Color info

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

RGB color model

#99C18B color RGB value is (153,193,139).

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

RGB channels and saturation

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

153
193
139

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

Portions of RGB colors in percentages

R + G + B =
153 + 193 + 139 = 485 (100%)
R 153 of 485 ~ 31.55%
G 193 of 485 ~ 39.79%
B 139 of 485 ~ 28.66%

%31.55
%39.79
%28.66

CMYK color model

#99C18B color CMYK value is (21,0,28,24).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(21,0,28,24)
C21M0Y28K24 
(21%,0%,28%,24%)
(0.21/0.00/0.28/0.24)	

CMYK percentages

%20.73
%0
%27.98
%24.31

Codes

Color #99C18B in popluar color models

99C18B
RGB153193139
HSL104°30.34%65.10%
HSB/HSV104°27.98%75.69%
CMYK20.73%0.00%27.98%
24.31%

Color #99C18B in popluar number systems.

HEX99C18B
Decimal153193139
Binary100110011100000110001011
Octal231301213

Shades and tints

Shades of #99C18B

#99C18B
(153,193,139)
#8CB07F
(140,176,127)
#7F9F73
(127,159,115)
#728E67
(114,142,103)
#657D5B
(101,125,91)
#586C4F
(88,108,79)
#4B5B43
(75,91,67)
#3E4A37
(62,74,55)
#31392B
(49,57,43)
#24281F
(36,40,31)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #99C18B

#99C18B
(153,193,139)
#A2C695
(162,198,149)
#ABCB9F
(171,203,159)
#B4D0A9
(180,208,169)
#BDD5B3
(189,213,179)
#C6DABD
(198,218,189)
#CFDFC7
(207,223,199)
#D8E4D1
(216,228,209)
#E1E9DB
(225,233,219)
#EAEEE5
(234,238,229)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C18B; }

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

This text font color is #99C18B.


Background Color

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

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

This div background color is #99C18B.


Border color

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

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

This div border color is #99C18B.


Opacity

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

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

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

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

This text has shadow with #99C18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C18B on black background.


Color preview on white background

This text has color #99C18B on white background.



Black color preview on #99C18B background

This text has black color on #99C18B background.


White color preview on #99C18B background

This text has white color on #99C18B background.