COLOR #99F1C7

HEX: #99F1C7
RGB: (153,241,199)

Color info

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

RGB color model

#99F1C7 color RGB value is (153,241,199).

  • red value is 153;
  • green value is 241;
  • blue value is 199.
RGB:
(153,241,199)
(60%,95%,78%)

RGB channels and saturation

R 153 of 255 = 60%
G 241 of 255 = 95%
B 199 of 255 = 78%

153
241
199

R + G + B ~ 78%. #99F1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 241 + 199 = 593 (100%)
R 153 of 593 ~ 25.8%
G 241 of 593 ~ 40.64%
B 199 of 593 ~ 33.56%

%25.8
%40.64
%33.56

CMYK color model

#99F1C7 color CMYK value is (37,0,17,5).

  • cyan value is 36.51%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 5.49%
CMYK:
(37,0,17,5)
C37M0Y17K5 
(37%,0%,17%,5%)
(0.37/0.00/0.17/0.05)	

CMYK percentages

%36.51
%0
%17.43
%5.49

Codes

Color #99F1C7 in popluar color models

99F1C7
RGB153241199
HSL151°75.86%77.25%
HSB/HSV151°36.51%94.51%
CMYK36.51%0.00%17.43%
5.49%

Color #99F1C7 in popluar number systems.

HEX99F1C7
Decimal153241199
Binary100110011111000111000111
Octal231361307

Shades and tints

Shades of #99F1C7

#99F1C7
(153,241,199)
#8CDCB5
(140,220,181)
#7FC7A3
(127,199,163)
#72B291
(114,178,145)
#659D7F
(101,157,127)
#58886D
(88,136,109)
#4B735B
(75,115,91)
#3E5E49
(62,94,73)
#314937
(49,73,55)
#243425
(36,52,37)
#171F13
(23,31,19)
#000000
(0,0,0)

Tints of #99F1C7

#99F1C7
(153,241,199)
#A2F2CC
(162,242,204)
#ABF3D1
(171,243,209)
#B4F4D6
(180,244,214)
#BDF5DB
(189,245,219)
#C6F6E0
(198,246,224)
#CFF7E5
(207,247,229)
#D8F8EA
(216,248,234)
#E1F9EF
(225,249,239)
#EAFAF4
(234,250,244)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F1C7 color. Also use rgb(153,241,199) instead hex code.

Text Font Color

.myTextColor { color: #99F1C7; }

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

This text font color is #99F1C7.


Background Color

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

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

This div background color is #99F1C7.


Border color

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

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

This div border color is #99F1C7.


Opacity

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

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

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

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

This text has shadow with #99F1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F1C7 on black background.


Color preview on white background

This text has color #99F1C7 on white background.



Black color preview on #99F1C7 background

This text has black color on #99F1C7 background.


White color preview on #99F1C7 background

This text has white color on #99F1C7 background.