COLOR #99F6C1

HEX: #99F6C1
RGB: (153,246,193)

Color info

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

RGB color model

#99F6C1 color RGB value is (153,246,193).

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

RGB channels and saturation

R 153 of 255 = 60%
G 246 of 255 = 96%
B 193 of 255 = 76%

153
246
193

R + G + B ~ 77%. #99F6C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 246 + 193 = 592 (100%)
R 153 of 592 ~ 25.84%
G 246 of 592 ~ 41.55%
B 193 of 592 ~ 32.6%

%25.84
%41.55
%32.6

CMYK color model

#99F6C1 color CMYK value is (38,0,22,4).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 3.53%
CMYK:
(38,0,22,4)
C38M0Y22K4 
(38%,0%,22%,4%)
(0.38/0.00/0.22/0.04)	

CMYK percentages

%37.8
%0
%21.54
%3.53

Codes

Color #99F6C1 in popluar color models

99F6C1
RGB153246193
HSL146°83.78%78.24%
HSB/HSV146°37.80%96.47%
CMYK37.80%0.00%21.54%
3.53%

Color #99F6C1 in popluar number systems.

HEX99F6C1
Decimal153246193
Binary100110011111011011000001
Octal231366301

Shades and tints

Shades of #99F6C1

#99F6C1
(153,246,193)
#8CE0B0
(140,224,176)
#7FCA9F
(127,202,159)
#72B48E
(114,180,142)
#659E7D
(101,158,125)
#58886C
(88,136,108)
#4B725B
(75,114,91)
#3E5C4A
(62,92,74)
#314639
(49,70,57)
#243028
(36,48,40)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #99F6C1

#99F6C1
(153,246,193)
#A2F6C6
(162,246,198)
#ABF6CB
(171,246,203)
#B4F6D0
(180,246,208)
#BDF6D5
(189,246,213)
#C6F6DA
(198,246,218)
#CFF6DF
(207,246,223)
#D8F6E4
(216,246,228)
#E1F6E9
(225,246,233)
#EAF6EE
(234,246,238)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99F6C1; }

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

This text font color is #99F6C1.


Background Color

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

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

This div background color is #99F6C1.


Border color

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

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

This div border color is #99F6C1.


Opacity

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

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

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

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

This text has shadow with #99F6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F6C1 on black background.


Color preview on white background

This text has color #99F6C1 on white background.



Black color preview on #99F6C1 background

This text has black color on #99F6C1 background.


White color preview on #99F6C1 background

This text has white color on #99F6C1 background.