COLOR #88F8BF

HEX: #88F8BF
RGB: (136,248,191)

Color info

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

RGB color model

#88F8BF color RGB value is (136,248,191).

  • red value is 136;
  • green value is 248;
  • blue value is 191.
RGB:
(136,248,191)
(53%,97%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 248 of 255 = 97%
B 191 of 255 = 75%

136
248
191

R + G + B ~ 75%. #88F8BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 248 + 191 = 575 (100%)
R 136 of 575 ~ 23.65%
G 248 of 575 ~ 43.13%
B 191 of 575 ~ 33.22%

%23.65
%43.13
%33.22

CMYK color model

#88F8BF color CMYK value is (45,0,23,3).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(45,0,23,3)
C45M0Y23K3 
(45%,0%,23%,3%)
(0.45/0.00/0.23/0.03)	

CMYK percentages

%45.16
%0
%22.98
%2.75

Codes

Color #88F8BF in popluar color models

88F8BF
RGB136248191
HSL149°88.89%75.29%
HSB/HSV149°45.16%97.25%
CMYK45.16%0.00%22.98%
2.75%

Color #88F8BF in popluar number systems.

HEX88F8BF
Decimal136248191
Binary100010001111100010111111
Octal210370277

Shades and tints

Shades of #88F8BF

#88F8BF
(136,248,191)
#7CE2AE
(124,226,174)
#70CC9D
(112,204,157)
#64B68C
(100,182,140)
#58A07B
(88,160,123)
#4C8A6A
(76,138,106)
#407459
(64,116,89)
#345E48
(52,94,72)
#284837
(40,72,55)
#1C3226
(28,50,38)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #88F8BF

#88F8BF
(136,248,191)
#92F8C4
(146,248,196)
#9CF8C9
(156,248,201)
#A6F8CE
(166,248,206)
#B0F8D3
(176,248,211)
#BAF8D8
(186,248,216)
#C4F8DD
(196,248,221)
#CEF8E2
(206,248,226)
#D8F8E7
(216,248,231)
#E2F8EC
(226,248,236)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F8BF color. Also use rgb(136,248,191) instead hex code.

Text Font Color

.myTextColor { color: #88F8BF; }

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

This text font color is #88F8BF.


Background Color

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

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

This div background color is #88F8BF.


Border color

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

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

This div border color is #88F8BF.


Opacity

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

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

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

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

This text has shadow with #88F8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88F8BF on black background.


Color preview on white background

This text has color #88F8BF on white background.



Black color preview on #88F8BF background

This text has black color on #88F8BF background.


White color preview on #88F8BF background

This text has white color on #88F8BF background.