COLOR #88F9C0

HEX: #88F9C0
RGB: (136,249,192)

Color info

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

RGB color model

#88F9C0 color RGB value is (136,249,192).

  • red value is 136;
  • green value is 249;
  • blue value is 192.
RGB:
(136,249,192)
(53%,98%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 249 of 255 = 98%
B 192 of 255 = 75%

136
249
192

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

Portions of RGB colors in percentages

R + G + B =
136 + 249 + 192 = 577 (100%)
R 136 of 577 ~ 23.57%
G 249 of 577 ~ 43.15%
B 192 of 577 ~ 33.28%

%23.57
%43.15
%33.28

CMYK color model

#88F9C0 color CMYK value is (45,0,23,2).

  • cyan value is 45.38%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 2.35%
CMYK:
(45,0,23,2)
C45M0Y23K2 
(45%,0%,23%,2%)
(0.45/0.00/0.23/0.02)	

CMYK percentages

%45.38
%0
%22.89
%2.35

Codes

Color #88F9C0 in popluar color models

88F9C0
RGB136249192
HSL150°90.40%75.49%
HSB/HSV150°45.38%97.65%
CMYK45.38%0.00%22.89%
2.35%

Color #88F9C0 in popluar number systems.

HEX88F9C0
Decimal136249192
Binary100010001111100111000000
Octal210371300

Shades and tints

Shades of #88F9C0

#88F9C0
(136,249,192)
#7CE3AF
(124,227,175)
#70CD9E
(112,205,158)
#64B78D
(100,183,141)
#58A17C
(88,161,124)
#4C8B6B
(76,139,107)
#40755A
(64,117,90)
#345F49
(52,95,73)
#284938
(40,73,56)
#1C3327
(28,51,39)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #88F9C0

#88F9C0
(136,249,192)
#92F9C5
(146,249,197)
#9CF9CA
(156,249,202)
#A6F9CF
(166,249,207)
#B0F9D4
(176,249,212)
#BAF9D9
(186,249,217)
#C4F9DE
(196,249,222)
#CEF9E3
(206,249,227)
#D8F9E8
(216,249,232)
#E2F9ED
(226,249,237)
#ECF9F2
(236,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F9C0 color. Also use rgb(136,249,192) instead hex code.

Text Font Color

.myTextColor { color: #88F9C0; }

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

This text font color is #88F9C0.


Background Color

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

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

This div background color is #88F9C0.


Border color

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

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

This div border color is #88F9C0.


Opacity

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

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

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

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

This text has shadow with #88F9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88F9C0 on black background.


Color preview on white background

This text has color #88F9C0 on white background.



Black color preview on #88F9C0 background

This text has black color on #88F9C0 background.


White color preview on #88F9C0 background

This text has white color on #88F9C0 background.