COLOR #99F2D6

HEX: #99F2D6
RGB: (153,242,214)

Color info

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

RGB color model

#99F2D6 color RGB value is (153,242,214).

  • red value is 153;
  • green value is 242;
  • blue value is 214.
RGB:
(153,242,214)
(60%,95%,84%)

RGB channels and saturation

R 153 of 255 = 60%
G 242 of 255 = 95%
B 214 of 255 = 84%

153
242
214

R + G + B ~ 80%. #99F2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 242 + 214 = 609 (100%)
R 153 of 609 ~ 25.12%
G 242 of 609 ~ 39.74%
B 214 of 609 ~ 35.14%

%25.12
%39.74
%35.14

CMYK color model

#99F2D6 color CMYK value is (37,0,12,5).

  • cyan value is 36.78%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 5.10%
CMYK:
(37,0,12,5)
C37M0Y12K5 
(37%,0%,12%,5%)
(0.37/0.00/0.12/0.05)	

CMYK percentages

%36.78
%0
%11.57
%5.1

Codes

Color #99F2D6 in popluar color models

99F2D6
RGB153242214
HSL161°77.39%77.45%
HSB/HSV161°36.78%94.90%
CMYK36.78%0.00%11.57%
5.10%

Color #99F2D6 in popluar number systems.

HEX99F2D6
Decimal153242214
Binary100110011111001011010110
Octal231362326

Shades and tints

Shades of #99F2D6

#99F2D6
(153,242,214)
#8CDCC3
(140,220,195)
#7FC6B0
(127,198,176)
#72B09D
(114,176,157)
#659A8A
(101,154,138)
#588477
(88,132,119)
#4B6E64
(75,110,100)
#3E5851
(62,88,81)
#31423E
(49,66,62)
#242C2B
(36,44,43)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #99F2D6

#99F2D6
(153,242,214)
#A2F3D9
(162,243,217)
#ABF4DC
(171,244,220)
#B4F5DF
(180,245,223)
#BDF6E2
(189,246,226)
#C6F7E5
(198,247,229)
#CFF8E8
(207,248,232)
#D8F9EB
(216,249,235)
#E1FAEE
(225,250,238)
#EAFBF1
(234,251,241)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F2D6 color. Also use rgb(153,242,214) instead hex code.

Text Font Color

.myTextColor { color: #99F2D6; }

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

This text font color is #99F2D6.


Background Color

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

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

This div background color is #99F2D6.


Border color

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

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

This div border color is #99F2D6.


Opacity

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

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

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

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

This text has shadow with #99F2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F2D6 on black background.


Color preview on white background

This text has color #99F2D6 on white background.



Black color preview on #99F2D6 background

This text has black color on #99F2D6 background.


White color preview on #99F2D6 background

This text has white color on #99F2D6 background.