COLOR #99E7E2

HEX: #99E7E2
RGB: (153,231,226)

Color info

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

RGB color model

#99E7E2 color RGB value is (153,231,226).

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

RGB channels and saturation

R 153 of 255 = 60%
G 231 of 255 = 91%
B 226 of 255 = 89%

153
231
226

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

Portions of RGB colors in percentages

R + G + B =
153 + 231 + 226 = 610 (100%)
R 153 of 610 ~ 25.08%
G 231 of 610 ~ 37.87%
B 226 of 610 ~ 37.05%

%25.08
%37.87
%37.05

CMYK color model

#99E7E2 color CMYK value is (34,0,2,9).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 9.41%
CMYK:
(34,0,2,9)
C34M0Y2K9 
(34%,0%,2%,9%)
(0.34/0.00/0.02/0.09)	

CMYK percentages

%33.77
%0
%2.16
%9.41

Codes

Color #99E7E2 in popluar color models

99E7E2
RGB153231226
HSL176°61.90%75.29%
HSB/HSV176°33.77%90.59%
CMYK33.77%0.00%2.16%
9.41%

Color #99E7E2 in popluar number systems.

HEX99E7E2
Decimal153231226
Binary100110011110011111100010
Octal231347342

Shades and tints

Shades of #99E7E2

#99E7E2
(153,231,226)
#8CD2CE
(140,210,206)
#7FBDBA
(127,189,186)
#72A8A6
(114,168,166)
#659392
(101,147,146)
#587E7E
(88,126,126)
#4B696A
(75,105,106)
#3E5456
(62,84,86)
#313F42
(49,63,66)
#242A2E
(36,42,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #99E7E2

#99E7E2
(153,231,226)
#A2E9E4
(162,233,228)
#ABEBE6
(171,235,230)
#B4EDE8
(180,237,232)
#BDEFEA
(189,239,234)
#C6F1EC
(198,241,236)
#CFF3EE
(207,243,238)
#D8F5F0
(216,245,240)
#E1F7F2
(225,247,242)
#EAF9F4
(234,249,244)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E7E2; }

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

This text font color is #99E7E2.


Background Color

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

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

This div background color is #99E7E2.


Border color

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

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

This div border color is #99E7E2.


Opacity

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

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

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

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

This text has shadow with #99E7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E7E2 on black background.


Color preview on white background

This text has color #99E7E2 on white background.



Black color preview on #99E7E2 background

This text has black color on #99E7E2 background.


White color preview on #99E7E2 background

This text has white color on #99E7E2 background.