COLOR #88CFC0

HEX: #88CFC0
RGB: (136,207,192)

Color info

#88CFC0 contains mainly green and blue colors. Web safe color of #88CFC0 is #99CCCC (or #9CC).

RGB color model

#88CFC0 color RGB value is (136,207,192).

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

RGB channels and saturation

R 136 of 255 = 53%
G 207 of 255 = 81%
B 192 of 255 = 75%

136
207
192

R + G + B ~ 70%. #88CFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 207 + 192 = 535 (100%)
R 136 of 535 ~ 25.42%
G 207 of 535 ~ 38.69%
B 192 of 535 ~ 35.89%

%25.42
%38.69
%35.89

CMYK color model

#88CFC0 color CMYK value is (34,0,7,19).

  • cyan value is 34.30%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 18.82%
CMYK:
(34,0,7,19)
C34M0Y7K19 
(34%,0%,7%,19%)
(0.34/0.00/0.07/0.19)	

CMYK percentages

%34.3
%0
%7.25
%18.82

Codes

Color #88CFC0 in popluar color models

88CFC0
RGB136207192
HSL167°42.51%67.25%
HSB/HSV167°34.30%81.18%
CMYK34.30%0.00%7.25%
18.82%

Color #88CFC0 in popluar number systems.

HEX88CFC0
Decimal136207192
Binary100010001100111111000000
Octal210317300

Shades and tints

Shades of #88CFC0

#88CFC0
(136,207,192)
#7CBDAF
(124,189,175)
#70AB9E
(112,171,158)
#64998D
(100,153,141)
#58877C
(88,135,124)
#4C756B
(76,117,107)
#40635A
(64,99,90)
#345149
(52,81,73)
#283F38
(40,63,56)
#1C2D27
(28,45,39)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #88CFC0

#88CFC0
(136,207,192)
#92D3C5
(146,211,197)
#9CD7CA
(156,215,202)
#A6DBCF
(166,219,207)
#B0DFD4
(176,223,212)
#BAE3D9
(186,227,217)
#C4E7DE
(196,231,222)
#CEEBE3
(206,235,227)
#D8EFE8
(216,239,232)
#E2F3ED
(226,243,237)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CFC0; }

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

This text font color is #88CFC0.


Background Color

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

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

This div background color is #88CFC0.


Border color

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

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

This div border color is #88CFC0.


Opacity

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

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

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

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

This text has shadow with #88CFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CFC0 on black background.


Color preview on white background

This text has color #88CFC0 on white background.



Black color preview on #88CFC0 background

This text has black color on #88CFC0 background.


White color preview on #88CFC0 background

This text has white color on #88CFC0 background.