COLOR #88F0CB

HEX: #88F0CB RGB: (136,240,203)

Color info

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

RGB color model

#88F0CB color RGB value is (136,240,203).

RGB: (136,240,203) (53%, 94%, 80%)

RGB channels and saturation

R 136 of 255 = 53%
G 240 of 255 = 94%
B 203 of 255 = 80%

136
240
203

R + G + B ~ 76%. #88F0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 240 + 203 = 579 (100%)
R 136 of 579 ~ 23.49%
G 240 of 579 ~ 41.45%
B 203 of 579 ~ 35.06'%

%23.49
%41.45
%35.06

CMYK color model

#88F0CB color CMYK value is (43,0,15,6).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%

CMYK: (43,0,15,6)
C43M0Y15K6 (43%, 0%, 15%, 6%)
(0.43 / 0.00 / 0.15 / 0.06)

CMYK percentages

%43.33
%0
%15.42
%5.88

Codes

Color #88F0CB in popluar color models

88 F0 CB
RGB 136 240 203
HSL 159° 77.61% 73.73%
HSB/HSV 159° 43.33% 94.12%
CMYK 43.33% 0.00% 15.42%
5.88%

Color #88F0CB in popluar number systems.

HEX 88 F0 CB
Decimal 136 240 203
Binary 10001000 11110000 11001011
Octal 210 360 313

Shades and tints

Shades of #88F0CB

#88F0CB
(136,240,203)
#7CDBB9
(124,219,185)
#70C6A7
(112,198,167)
#64B195
(100,177,149)
#589C83
(88,156,131)
#4C8771
(76,135,113)
#40725F
(64,114,95)
#345D4D
(52,93,77)
#28483B
(40,72,59)
#1C3329
(28,51,41)
#101E17
(16,30,23)
#000000
(0,0,0)

Tints of #88F0CB

#88F0CB
(136,240,203)
#92F1CF
(146,241,207)
#9CF2D3
(156,242,211)
#A6F3D7
(166,243,215)
#B0F4DB
(176,244,219)
#BAF5DF
(186,245,223)
#C4F6E3
(196,246,227)
#CEF7E7
(206,247,231)
#D8F8EB
(216,248,235)
#E2F9EF
(226,249,239)
#ECFAF3
(236,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F0CB color. Also use rgb(136,240,203) instead hex code.

Text Font Color

.myTextColor { color: #88F0CB; }

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

This text font color is #88F0CB.

Background Color

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

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

This div background color is #88F0CB.

Border color

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

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

This div border color is #88F0CB.

Opacity

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

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

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

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

This text has shadow with #88F0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88F0CB.

Preview

Color preview on black background

This text has color #88F0CB on black background.


Color preview on white background

This text has color #88F0CB on white background.


Black color preview on #88F0CB background

This text has black color on #88F0CB background.


White color preview on #88F0CB background

This text has white color on #88F0CB background.


Related colors

Complementary color

Complementary color for #hex is #770F34.


I love getcolorcode.com

Triadic colors

1 #CB88F0 and #F0CB88 with #88F0CB are triadic colors.

2 #CBF088 and #F088CB with #88F0CB are triadic colors.