COLOR #88FFC9

HEX: #88FFC9 RGB: (136,255,201)

Color info

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

RGB color model

#88FFC9 color RGB value is (136,255,201).

RGB: (136,255,201) (53%, 100%, 79%)

RGB channels and saturation

R 136 of 255 = 53%
G 255 of 255 = 100%
B 201 of 255 = 79%

136
255
201

R + G + B ~ 77%. #88FFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 255 + 201 = 592 (100%)
R 136 of 592 ~ 22.97%
G 255 of 592 ~ 43.07%
B 201 of 592 ~ 33.95'%

%22.97
%43.07
%33.95

CMYK color model

#88FFC9 color CMYK value is (47,0,21,0).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 0.00%

CMYK: (47,0,21,0)
C47M0Y21K0 (47%, 0%, 21%, 0%)
(0.47 / 0.00 / 0.21 / 0.00)

CMYK percentages

%46.67
%0
%21.18
%0

Codes

Color #88FFC9 in popluar color models

88 FF C9
RGB 136 255 201
HSL 153° 100.00% 76.67%
HSB/HSV 153° 46.67% 100.00%
CMYK 46.67% 0.00% 21.18%
0.00%

Color #88FFC9 in popluar number systems.

HEX 88 FF C9
Decimal 136 255 201
Binary 10001000 11111111 11001001
Octal 210 377 311

Shades and tints

Shades of #88FFC9

#88FFC9
(136,255,201)
#7CE8B7
(124,232,183)
#70D1A5
(112,209,165)
#64BA93
(100,186,147)
#58A381
(88,163,129)
#4C8C6F
(76,140,111)
#40755D
(64,117,93)
#345E4B
(52,94,75)
#284739
(40,71,57)
#1C3027
(28,48,39)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #88FFC9

#88FFC9
(136,255,201)
#92FFCD
(146,255,205)
#9CFFD1
(156,255,209)
#A6FFD5
(166,255,213)
#B0FFD9
(176,255,217)
#BAFFDD
(186,255,221)
#C4FFE1
(196,255,225)
#CEFFE5
(206,255,229)
#D8FFE9
(216,255,233)
#E2FFED
(226,255,237)
#ECFFF1
(236,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FFC9 color. Also use rgb(136,255,201) instead hex code.

Text Font Color

.myTextColor { color: #88FFC9; }

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

This text font color is #88FFC9.

Background Color

.myBgColor { background-color: #88FFC9; }

<div style="background-color:#88FFC9">Inner text</div>

This div background color is #88FFC9.

Border color

.myBorderColor { border: 1px solid #88FFC9; }

<div style="border:3px solid #88FFC9">Div</div>

This div border color is #88FFC9.

Opacity

.myOpacity80 { color: #88FFC9; opacity: 0.8; }

<p style="color:#88FFC9;opacity:0.8;">80%</p>

Text with #88FFC9 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 #88FFC9;}

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

This text has shadow with #88FFC9 color.


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

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

This text has shadow with #88FFC9 primary color and red secondary color.


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

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

This text has shadow with #88FFC9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88FFC9.

Preview

Color preview on black background

This text has color #88FFC9 on black background.


Color preview on white background

This text has color #88FFC9 on white background.


Black color preview on #88FFC9 background

This text has black color on #88FFC9 background.


White color preview on #88FFC9 background

This text has white color on #88FFC9 background.


Related colors

Complementary color

Complementary color for #hex is #770036.


I love getcolorcode.com

Triadic colors

1 #C988FF and #FFC988 with #88FFC9 are triadic colors.

2 #C9FF88 and #FF88C9 with #88FFC9 are triadic colors.