COLOR #99F7E0

HEX: #99F7E0
RGB: (153,247,224)

Color info

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

RGB color model

#99F7E0 color RGB value is (153,247,224).

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

RGB channels and saturation

R 153 of 255 = 60%
G 247 of 255 = 97%
B 224 of 255 = 88%

153
247
224

R + G + B ~ 82%. #99F7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 247 + 224 = 624 (100%)
R 153 of 624 ~ 24.52%
G 247 of 624 ~ 39.58%
B 224 of 624 ~ 35.9%

%24.52
%39.58
%35.9

CMYK color model

#99F7E0 color CMYK value is (38,0,9,3).

  • cyan value is 38.06%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(38,0,9,3)
C38M0Y9K3 
(38%,0%,9%,3%)
(0.38/0.00/0.09/0.03)	

CMYK percentages

%38.06
%0
%9.31
%3.14

Codes

Color #99F7E0 in popluar color models

99F7E0
RGB153247224
HSL165°85.45%78.43%
HSB/HSV165°38.06%96.86%
CMYK38.06%0.00%9.31%
3.14%

Color #99F7E0 in popluar number systems.

HEX99F7E0
Decimal153247224
Binary100110011111011111100000
Octal231367340

Shades and tints

Shades of #99F7E0

#99F7E0
(153,247,224)
#8CE1CC
(140,225,204)
#7FCBB8
(127,203,184)
#72B5A4
(114,181,164)
#659F90
(101,159,144)
#58897C
(88,137,124)
#4B7368
(75,115,104)
#3E5D54
(62,93,84)
#314740
(49,71,64)
#24312C
(36,49,44)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #99F7E0

#99F7E0
(153,247,224)
#A2F7E2
(162,247,226)
#ABF7E4
(171,247,228)
#B4F7E6
(180,247,230)
#BDF7E8
(189,247,232)
#C6F7EA
(198,247,234)
#CFF7EC
(207,247,236)
#D8F7EE
(216,247,238)
#E1F7F0
(225,247,240)
#EAF7F2
(234,247,242)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99F7E0; }

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

This text font color is #99F7E0.


Background Color

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

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

This div background color is #99F7E0.


Border color

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

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

This div border color is #99F7E0.


Opacity

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

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

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

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

This text has shadow with #99F7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F7E0 on black background.


Color preview on white background

This text has color #99F7E0 on white background.



Black color preview on #99F7E0 background

This text has black color on #99F7E0 background.


White color preview on #99F7E0 background

This text has white color on #99F7E0 background.