COLOR #99CB98

HEX: #99CB98
RGB: (153,203,152)

Color info

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

RGB color model

#99CB98 color RGB value is (153,203,152).

  • red value is 153;
  • green value is 203;
  • blue value is 152.
RGB:
(153,203,152)
(60%,80%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 203 of 255 = 80%
B 152 of 255 = 60%

153
203
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 203 + 152 = 508 (100%)
R 153 of 508 ~ 30.12%
G 203 of 508 ~ 39.96%
B 152 of 508 ~ 29.92%

%30.12
%39.96
%29.92

CMYK color model

#99CB98 color CMYK value is (25,0,25,20).

  • cyan value is 24.63%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 20.39%
CMYK:
(25,0,25,20)
C25M0Y25K20 
(25%,0%,25%,20%)
(0.25/0.00/0.25/0.20)	

CMYK percentages

%24.63
%0
%25.12
%20.39

Codes

Color #99CB98 in popluar color models

99CB98
RGB153203152
HSL119°32.90%69.61%
HSB/HSV119°25.12%79.61%
CMYK24.63%0.00%25.12%
20.39%

Color #99CB98 in popluar number systems.

HEX99CB98
Decimal153203152
Binary100110011100101110011000
Octal231313230

Shades and tints

Shades of #99CB98

#99CB98
(153,203,152)
#8CB98B
(140,185,139)
#7FA77E
(127,167,126)
#729571
(114,149,113)
#658364
(101,131,100)
#587157
(88,113,87)
#4B5F4A
(75,95,74)
#3E4D3D
(62,77,61)
#313B30
(49,59,48)
#242923
(36,41,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #99CB98

#99CB98
(153,203,152)
#A2CFA1
(162,207,161)
#ABD3AA
(171,211,170)
#B4D7B3
(180,215,179)
#BDDBBC
(189,219,188)
#C6DFC5
(198,223,197)
#CFE3CE
(207,227,206)
#D8E7D7
(216,231,215)
#E1EBE0
(225,235,224)
#EAEFE9
(234,239,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CB98 color. Also use rgb(153,203,152) instead hex code.

Text Font Color

.myTextColor { color: #99CB98; }

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

This text font color is #99CB98.


Background Color

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

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

This div background color is #99CB98.


Border color

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

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

This div border color is #99CB98.


Opacity

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

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

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

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

This text has shadow with #99CB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CB98 on black background.


Color preview on white background

This text has color #99CB98 on white background.



Black color preview on #99CB98 background

This text has black color on #99CB98 background.


White color preview on #99CB98 background

This text has white color on #99CB98 background.