COLOR #99F5BB

HEX: #99F5BB
RGB: (153,245,187)

Color info

#99F5BB contains mainly green and blue colors. Web safe color of #99F5BB is #99FFCC (or #9FC).

RGB color model

#99F5BB color RGB value is (153,245,187).

  • red value is 153;
  • green value is 245;
  • blue value is 187.
RGB:
(153,245,187)
(60%,96%,73%)

RGB channels and saturation

R 153 of 255 = 60%
G 245 of 255 = 96%
B 187 of 255 = 73%

153
245
187

R + G + B ~ 76%. #99F5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 245 + 187 = 585 (100%)
R 153 of 585 ~ 26.15%
G 245 of 585 ~ 41.88%
B 187 of 585 ~ 31.97%

%26.15
%41.88
%31.97

CMYK color model

#99F5BB color CMYK value is (38,0,24,4).

  • cyan value is 37.55%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 3.92%
CMYK:
(38,0,24,4)
C38M0Y24K4 
(38%,0%,24%,4%)
(0.38/0.00/0.24/0.04)	

CMYK percentages

%37.55
%0
%23.67
%3.92

Codes

Color #99F5BB in popluar color models

99F5BB
RGB153245187
HSL142°82.14%78.04%
HSB/HSV142°37.55%96.08%
CMYK37.55%0.00%23.67%
3.92%

Color #99F5BB in popluar number systems.

HEX99F5BB
Decimal153245187
Binary100110011111010110111011
Octal231365273

Shades and tints

Shades of #99F5BB

#99F5BB
(153,245,187)
#8CDFAA
(140,223,170)
#7FC999
(127,201,153)
#72B388
(114,179,136)
#659D77
(101,157,119)
#588766
(88,135,102)
#4B7155
(75,113,85)
#3E5B44
(62,91,68)
#314533
(49,69,51)
#242F22
(36,47,34)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #99F5BB

#99F5BB
(153,245,187)
#A2F5C1
(162,245,193)
#ABF5C7
(171,245,199)
#B4F5CD
(180,245,205)
#BDF5D3
(189,245,211)
#C6F5D9
(198,245,217)
#CFF5DF
(207,245,223)
#D8F5E5
(216,245,229)
#E1F5EB
(225,245,235)
#EAF5F1
(234,245,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F5BB color. Also use rgb(153,245,187) instead hex code.

Text Font Color

.myTextColor { color: #99F5BB; }

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

This text font color is #99F5BB.


Background Color

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

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

This div background color is #99F5BB.


Border color

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

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

This div border color is #99F5BB.


Opacity

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

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

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

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

This text has shadow with #99F5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F5BB on black background.


Color preview on white background

This text has color #99F5BB on white background.



Black color preview on #99F5BB background

This text has black color on #99F5BB background.


White color preview on #99F5BB background

This text has white color on #99F5BB background.