COLOR #88C5C2

HEX: #88C5C2
RGB: (136,197,194)

Color info

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

RGB color model

#88C5C2 color RGB value is (136,197,194).

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

RGB channels and saturation

R 136 of 255 = 53%
G 197 of 255 = 77%
B 194 of 255 = 76%

136
197
194

R + G + B ~ 69%. #88C5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 197 + 194 = 527 (100%)
R 136 of 527 ~ 25.81%
G 197 of 527 ~ 37.38%
B 194 of 527 ~ 36.81%

%25.81
%37.38
%36.81

CMYK color model

#88C5C2 color CMYK value is (31,0,2,23).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(31,0,2,23)
C31M0Y2K23 
(31%,0%,2%,23%)
(0.31/0.00/0.02/0.23)	

CMYK percentages

%30.96
%0
%1.52
%22.75

Codes

Color #88C5C2 in popluar color models

88C5C2
RGB136197194
HSL177°34.46%65.29%
HSB/HSV177°30.96%77.25%
CMYK30.96%0.00%1.52%
22.75%

Color #88C5C2 in popluar number systems.

HEX88C5C2
Decimal136197194
Binary100010001100010111000010
Octal210305302

Shades and tints

Shades of #88C5C2

#88C5C2
(136,197,194)
#7CB4B1
(124,180,177)
#70A3A0
(112,163,160)
#64928F
(100,146,143)
#58817E
(88,129,126)
#4C706D
(76,112,109)
#405F5C
(64,95,92)
#344E4B
(52,78,75)
#283D3A
(40,61,58)
#1C2C29
(28,44,41)
#101B18
(16,27,24)
#000000
(0,0,0)

Tints of #88C5C2

#88C5C2
(136,197,194)
#92CAC7
(146,202,199)
#9CCFCC
(156,207,204)
#A6D4D1
(166,212,209)
#B0D9D6
(176,217,214)
#BADEDB
(186,222,219)
#C4E3E0
(196,227,224)
#CEE8E5
(206,232,229)
#D8EDEA
(216,237,234)
#E2F2EF
(226,242,239)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C5C2; }

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

This text font color is #88C5C2.


Background Color

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

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

This div background color is #88C5C2.


Border color

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

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

This div border color is #88C5C2.


Opacity

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

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

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

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

This text has shadow with #88C5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C5C2 on black background.


Color preview on white background

This text has color #88C5C2 on white background.



Black color preview on #88C5C2 background

This text has black color on #88C5C2 background.


White color preview on #88C5C2 background

This text has white color on #88C5C2 background.