COLOR #99C89C

HEX: #99C89C
RGB: (153,200,156)

Color info

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

RGB color model

#99C89C color RGB value is (153,200,156).

  • red value is 153;
  • green value is 200;
  • blue value is 156.
RGB:
(153,200,156)
(60%,78%,61%)

RGB channels and saturation

R 153 of 255 = 60%
G 200 of 255 = 78%
B 156 of 255 = 61%

153
200
156

R + G + B ~ 66%. #99C89C is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 200 + 156 = 509 (100%)
R 153 of 509 ~ 30.06%
G 200 of 509 ~ 39.29%
B 156 of 509 ~ 30.65%

%30.06
%39.29
%30.65

CMYK color model

#99C89C color CMYK value is (24,0,22,22).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK:
(24,0,22,22)
C24M0Y22K22 
(24%,0%,22%,22%)
(0.24/0.00/0.22/0.22)	

CMYK percentages

%23.5
%0
%22
%21.57

Codes

Color #99C89C in popluar color models

99C89C
RGB153200156
HSL124°29.94%69.22%
HSB/HSV124°23.50%78.43%
CMYK23.50%0.00%22.00%
21.57%

Color #99C89C in popluar number systems.

HEX99C89C
Decimal153200156
Binary100110011100100010011100
Octal231310234

Shades and tints

Shades of #99C89C

#99C89C
(153,200,156)
#8CB68E
(140,182,142)
#7FA480
(127,164,128)
#729272
(114,146,114)
#658064
(101,128,100)
#586E56
(88,110,86)
#4B5C48
(75,92,72)
#3E4A3A
(62,74,58)
#31382C
(49,56,44)
#24261E
(36,38,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #99C89C

#99C89C
(153,200,156)
#A2CDA5
(162,205,165)
#ABD2AE
(171,210,174)
#B4D7B7
(180,215,183)
#BDDCC0
(189,220,192)
#C6E1C9
(198,225,201)
#CFE6D2
(207,230,210)
#D8EBDB
(216,235,219)
#E1F0E4
(225,240,228)
#EAF5ED
(234,245,237)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C89C color. Also use rgb(153,200,156) instead hex code.

Text Font Color

.myTextColor { color: #99C89C; }

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

This text font color is #99C89C.


Background Color

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

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

This div background color is #99C89C.


Border color

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

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

This div border color is #99C89C.


Opacity

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

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

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

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

This text has shadow with #99C89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C89C on black background.


Color preview on white background

This text has color #99C89C on white background.



Black color preview on #99C89C background

This text has black color on #99C89C background.


White color preview on #99C89C background

This text has white color on #99C89C background.