COLOR #99F6E7

HEX: #99F6E7
RGB: (153,246,231)

Color info

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

RGB color model

#99F6E7 color RGB value is (153,246,231).

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

RGB channels and saturation

R 153 of 255 = 60%
G 246 of 255 = 96%
B 231 of 255 = 91%

153
246
231

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

Portions of RGB colors in percentages

R + G + B =
153 + 246 + 231 = 630 (100%)
R 153 of 630 ~ 24.29%
G 246 of 630 ~ 39.05%
B 231 of 630 ~ 36.67%

%24.29
%39.05
%36.67

CMYK color model

#99F6E7 color CMYK value is (38,0,6,4).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 3.53%
CMYK:
(38,0,6,4)
C38M0Y6K4 
(38%,0%,6%,4%)
(0.38/0.00/0.06/0.04)	

CMYK percentages

%37.8
%0
%6.1
%3.53

Codes

Color #99F6E7 in popluar color models

99F6E7
RGB153246231
HSL170°83.78%78.24%
HSB/HSV170°37.80%96.47%
CMYK37.80%0.00%6.10%
3.53%

Color #99F6E7 in popluar number systems.

HEX99F6E7
Decimal153246231
Binary100110011111011011100111
Octal231366347

Shades and tints

Shades of #99F6E7

#99F6E7
(153,246,231)
#8CE0D2
(140,224,210)
#7FCABD
(127,202,189)
#72B4A8
(114,180,168)
#659E93
(101,158,147)
#58887E
(88,136,126)
#4B7269
(75,114,105)
#3E5C54
(62,92,84)
#31463F
(49,70,63)
#24302A
(36,48,42)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #99F6E7

#99F6E7
(153,246,231)
#A2F6E9
(162,246,233)
#ABF6EB
(171,246,235)
#B4F6ED
(180,246,237)
#BDF6EF
(189,246,239)
#C6F6F1
(198,246,241)
#CFF6F3
(207,246,243)
#D8F6F5
(216,246,245)
#E1F6F7
(225,246,247)
#EAF6F9
(234,246,249)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99F6E7; }

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

This text font color is #99F6E7.


Background Color

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

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

This div background color is #99F6E7.


Border color

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

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

This div border color is #99F6E7.


Opacity

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

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

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

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

This text has shadow with #99F6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F6E7 on black background.


Color preview on white background

This text has color #99F6E7 on white background.



Black color preview on #99F6E7 background

This text has black color on #99F6E7 background.


White color preview on #99F6E7 background

This text has white color on #99F6E7 background.