COLOR #99FFE7

HEX: #99FFE7 RGB: (153,255,231)

Color info

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

RGB color model

#99FFE7 color RGB value is (153,255,231).

RGB: (153,255,231) (60%, 100%, 91%)

RGB channels and saturation

R 153 of 255 = 60%
G 255 of 255 = 100%
B 231 of 255 = 91%

153
255
231

R + G + B ~ 84%. #99FFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 255 + 231 = 639 (100%)
R 153 of 639 ~ 23.94%
G 255 of 639 ~ 39.91%
B 231 of 639 ~ 36.15'%

%23.94
%39.91
%36.15

CMYK color model

#99FFE7 color CMYK value is (40,0,9,0).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 0.00%

CMYK: (40,0,9,0)
C40M0Y9K0 (40%, 0%, 9%, 0%)
(0.40 / 0.00 / 0.09 / 0.00)

CMYK percentages

%40
%0
%9.41
%0

Codes

Color #99FFE7 in popluar color models

99 FF E7
RGB 153 255 231
HSL 166° 100.00% 80.00%
HSB/HSV 166° 40.00% 100.00%
CMYK 40.00% 0.00% 9.41%
0.00%

Color #99FFE7 in popluar number systems.

HEX 99 FF E7
Decimal 153 255 231
Binary 10011001 11111111 11100111
Octal 231 377 347

Shades and tints

Shades of #99FFE7

#99FFE7
(153,255,231)
#8CE8D2
(140,232,210)
#7FD1BD
(127,209,189)
#72BAA8
(114,186,168)
#65A393
(101,163,147)
#588C7E
(88,140,126)
#4B7569
(75,117,105)
#3E5E54
(62,94,84)
#31473F
(49,71,63)
#24302A
(36,48,42)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #99FFE7

#99FFE7
(153,255,231)
#A2FFE9
(162,255,233)
#ABFFEB
(171,255,235)
#B4FFED
(180,255,237)
#BDFFEF
(189,255,239)
#C6FFF1
(198,255,241)
#CFFFF3
(207,255,243)
#D8FFF5
(216,255,245)
#E1FFF7
(225,255,247)
#EAFFF9
(234,255,249)
#F3FFFB
(243,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99FFE7; }

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

This text font color is #99FFE7.

Background Color

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

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

This div background color is #99FFE7.

Border color

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

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

This div border color is #99FFE7.

Opacity

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

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

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

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

This text has shadow with #99FFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99FFE7.

Preview

Color preview on black background

This text has color #99FFE7 on black background.


Color preview on white background

This text has color #99FFE7 on white background.


Black color preview on #99FFE7 background

This text has black color on #99FFE7 background.


White color preview on #99FFE7 background

This text has white color on #99FFE7 background.


Related colors

Complementary color

Complementary color for #hex is #660018.


I love getcolorcode.com

Triadic colors

1 #E799FF and #FFE799 with #99FFE7 are triadic colors.

2 #E7FF99 and #FF99E7 with #99FFE7 are triadic colors.