COLOR #99FED7

HEX: #99FED7
RGB: (153,254,215)

Color info

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

RGB color model

#99FED7 color RGB value is (153,254,215).

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

RGB channels and saturation

R 153 of 255 = 60%
G 254 of 255 = 100%
B 215 of 255 = 84%

153
254
215

R + G + B ~ 81%. #99FED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 254 + 215 = 622 (100%)
R 153 of 622 ~ 24.6%
G 254 of 622 ~ 40.84%
B 215 of 622 ~ 34.57%

%24.6
%40.84
%34.57

CMYK color model

#99FED7 color CMYK value is (40,0,15,0).

  • cyan value is 39.76%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 0.39%
CMYK:
(40,0,15,0)
C40M0Y15K0 
(40%,0%,15%,0%)
(0.40/0.00/0.15/0.00)	

CMYK percentages

%39.76
%0
%15.35
%0.39

Codes

Color #99FED7 in popluar color models

99FED7
RGB153254215
HSL157°98.06%79.80%
HSB/HSV157°39.76%99.61%
CMYK39.76%0.00%15.35%
0.39%

Color #99FED7 in popluar number systems.

HEX99FED7
Decimal153254215
Binary100110011111111011010111
Octal231376327

Shades and tints

Shades of #99FED7

#99FED7
(153,254,215)
#8CE7C4
(140,231,196)
#7FD0B1
(127,208,177)
#72B99E
(114,185,158)
#65A28B
(101,162,139)
#588B78
(88,139,120)
#4B7465
(75,116,101)
#3E5D52
(62,93,82)
#31463F
(49,70,63)
#242F2C
(36,47,44)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #99FED7

#99FED7
(153,254,215)
#A2FEDA
(162,254,218)
#ABFEDD
(171,254,221)
#B4FEE0
(180,254,224)
#BDFEE3
(189,254,227)
#C6FEE6
(198,254,230)
#CFFEE9
(207,254,233)
#D8FEEC
(216,254,236)
#E1FEEF
(225,254,239)
#EAFEF2
(234,254,242)
#F3FEF5
(243,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99FED7; }

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

This text font color is #99FED7.


Background Color

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

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

This div background color is #99FED7.


Border color

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

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

This div border color is #99FED7.


Opacity

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

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

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

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

This text has shadow with #99FED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99FED7 on black background.


Color preview on white background

This text has color #99FED7 on white background.



Black color preview on #99FED7 background

This text has black color on #99FED7 background.


White color preview on #99FED7 background

This text has white color on #99FED7 background.