COLOR #88C6C6

HEX: #88C6C6
RGB: (136,198,198)

Color info

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

RGB color model

#88C6C6 color RGB value is (136,198,198).

  • red value is 136;
  • green value is 198;
  • blue value is 198.
RGB:
(136,198,198)
(53%,78%,78%)

RGB channels and saturation

R 136 of 255 = 53%
G 198 of 255 = 78%
B 198 of 255 = 78%

136
198
198

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

Portions of RGB colors in percentages

R + G + B =
136 + 198 + 198 = 532 (100%)
R 136 of 532 ~ 25.56%
G 198 of 532 ~ 37.22%
B 198 of 532 ~ 37.22%

%25.56
%37.22
%37.22

CMYK color model

#88C6C6 color CMYK value is (31,0,0,22).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(31,0,0,22)
C31M0Y0K22 
(31%,0%,0%,22%)
(0.31/0.00/0.00/0.22)	

CMYK percentages

%31.31
%0
%0
%22.35

Codes

Color #88C6C6 in popluar color models

88C6C6
RGB136198198
HSL180°35.23%65.49%
HSB/HSV180°31.31%77.65%
CMYK31.31%0.00%0.00%
22.35%

Color #88C6C6 in popluar number systems.

HEX88C6C6
Decimal136198198
Binary100010001100011011000110
Octal210306306

Shades and tints

Shades of #88C6C6

#88C6C6
(136,198,198)
#7CB4B4
(124,180,180)
#70A2A2
(112,162,162)
#649090
(100,144,144)
#587E7E
(88,126,126)
#4C6C6C
(76,108,108)
#405A5A
(64,90,90)
#344848
(52,72,72)
#283636
(40,54,54)
#1C2424
(28,36,36)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #88C6C6

#88C6C6
(136,198,198)
#92CBCB
(146,203,203)
#9CD0D0
(156,208,208)
#A6D5D5
(166,213,213)
#B0DADA
(176,218,218)
#BADFDF
(186,223,223)
#C4E4E4
(196,228,228)
#CEE9E9
(206,233,233)
#D8EEEE
(216,238,238)
#E2F3F3
(226,243,243)
#ECF8F8
(236,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C6C6; }

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

This text font color is #88C6C6.


Background Color

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

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

This div background color is #88C6C6.


Border color

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

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

This div border color is #88C6C6.


Opacity

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

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

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

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

This text has shadow with #88C6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C6C6 on black background.


Color preview on white background

This text has color #88C6C6 on white background.



Black color preview on #88C6C6 background

This text has black color on #88C6C6 background.


White color preview on #88C6C6 background

This text has white color on #88C6C6 background.