COLOR #88C2C0

HEX: #88C2C0
RGB: (136,194,192)

Color info

#88C2C0 contains red, green and blue colors in about the same proportion. Web safe color of #88C2C0 is #99CCCC (or #9CC).

RGB color model

#88C2C0 color RGB value is (136,194,192).

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

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 192 of 255 = 75%

136
194
192

R + G + B ~ 68%. #88C2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 194 + 192 = 522 (100%)
R 136 of 522 ~ 26.05%
G 194 of 522 ~ 37.16%
B 192 of 522 ~ 36.78%

%26.05
%37.16
%36.78

CMYK color model

#88C2C0 color CMYK value is (30,0,1,24).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 23.92%
CMYK:
(30,0,1,24)
C30M0Y1K24 
(30%,0%,1%,24%)
(0.30/0.00/0.01/0.24)	

CMYK percentages

%29.9
%0
%1.03
%23.92

Codes

Color #88C2C0 in popluar color models

88C2C0
RGB136194192
HSL178°32.22%64.71%
HSB/HSV178°29.90%76.08%
CMYK29.90%0.00%1.03%
23.92%

Color #88C2C0 in popluar number systems.

HEX88C2C0
Decimal136194192
Binary100010001100001011000000
Octal210302300

Shades and tints

Shades of #88C2C0

#88C2C0
(136,194,192)
#7CB1AF
(124,177,175)
#70A09E
(112,160,158)
#648F8D
(100,143,141)
#587E7C
(88,126,124)
#4C6D6B
(76,109,107)
#405C5A
(64,92,90)
#344B49
(52,75,73)
#283A38
(40,58,56)
#1C2927
(28,41,39)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #88C2C0

#88C2C0
(136,194,192)
#92C7C5
(146,199,197)
#9CCCCA
(156,204,202)
#A6D1CF
(166,209,207)
#B0D6D4
(176,214,212)
#BADBD9
(186,219,217)
#C4E0DE
(196,224,222)
#CEE5E3
(206,229,227)
#D8EAE8
(216,234,232)
#E2EFED
(226,239,237)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C2C0; }

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

This text font color is #88C2C0.


Background Color

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

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

This div background color is #88C2C0.


Border color

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

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

This div border color is #88C2C0.


Opacity

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

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

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

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

This text has shadow with #88C2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C2C0 on black background.


Color preview on white background

This text has color #88C2C0 on white background.



Black color preview on #88C2C0 background

This text has black color on #88C2C0 background.


White color preview on #88C2C0 background

This text has white color on #88C2C0 background.