COLOR #99FEF7

HEX: #99FEF7
RGB: (153,254,247)

Color info

#99FEF7 contains mainly green and blue colors. Web safe color of #99FEF7 is #99FFFF (or #9FF).

RGB color model

#99FEF7 color RGB value is (153,254,247).

  • red value is 153;
  • green value is 254;
  • blue value is 247.
RGB:
(153,254,247)
(60%,100%,97%)

RGB channels and saturation

R 153 of 255 = 60%
G 254 of 255 = 100%
B 247 of 255 = 97%

153
254
247

R + G + B ~ 86%. #99FEF7 is light color.

Portions of RGB colors in percentages

R + G + B =
153 + 254 + 247 = 654 (100%)
R 153 of 654 ~ 23.39%
G 254 of 654 ~ 38.84%
B 247 of 654 ~ 37.77%

%23.39
%38.84
%37.77

CMYK color model

#99FEF7 color CMYK value is (40,0,3,0).

  • cyan value is 39.76%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 0.39%
CMYK:
(40,0,3,0)
C40M0Y3K0 
(40%,0%,3%,0%)
(0.40/0.00/0.03/0.00)	

CMYK percentages

%39.76
%0
%2.76
%0.39

Codes

Color #99FEF7 in popluar color models

99FEF7
RGB153254247
HSL176°98.06%79.80%
HSB/HSV176°39.76%99.61%
CMYK39.76%0.00%2.76%
0.39%

Color #99FEF7 in popluar number systems.

HEX99FEF7
Decimal153254247
Binary100110011111111011110111
Octal231376367

Shades and tints

Shades of #99FEF7

#99FEF7
(153,254,247)
#8CE7E1
(140,231,225)
#7FD0CB
(127,208,203)
#72B9B5
(114,185,181)
#65A29F
(101,162,159)
#588B89
(88,139,137)
#4B7473
(75,116,115)
#3E5D5D
(62,93,93)
#314647
(49,70,71)
#242F31
(36,47,49)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #99FEF7

#99FEF7
(153,254,247)
#A2FEF7
(162,254,247)
#ABFEF7
(171,254,247)
#B4FEF7
(180,254,247)
#BDFEF7
(189,254,247)
#C6FEF7
(198,254,247)
#CFFEF7
(207,254,247)
#D8FEF7
(216,254,247)
#E1FEF7
(225,254,247)
#EAFEF7
(234,254,247)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99FEF7 color. Also use rgb(153,254,247) instead hex code.

Text Font Color

.myTextColor { color: #99FEF7; }

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

This text font color is #99FEF7.


Background Color

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

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

This div background color is #99FEF7.


Border color

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

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

This div border color is #99FEF7.


Opacity

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

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

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

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

This text has shadow with #99FEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99FEF7 on black background.


Color preview on white background

This text has color #99FEF7 on white background.



Black color preview on #99FEF7 background

This text has black color on #99FEF7 background.


White color preview on #99FEF7 background

This text has white color on #99FEF7 background.