COLOR #88C8B6

HEX: #88C8B6
RGB: (136,200,182)

Color info

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

RGB color model

#88C8B6 color RGB value is (136,200,182).

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

RGB channels and saturation

R 136 of 255 = 53%
G 200 of 255 = 78%
B 182 of 255 = 71%

136
200
182

R + G + B ~ 67%. #88C8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 200 + 182 = 518 (100%)
R 136 of 518 ~ 26.25%
G 200 of 518 ~ 38.61%
B 182 of 518 ~ 35.14%

%26.25
%38.61
%35.14

CMYK color model

#88C8B6 color CMYK value is (32,0,9,22).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 21.57%
CMYK:
(32,0,9,22)
C32M0Y9K22 
(32%,0%,9%,22%)
(0.32/0.00/0.09/0.22)	

CMYK percentages

%32
%0
%9
%21.57

Codes

Color #88C8B6 in popluar color models

88C8B6
RGB136200182
HSL163°36.78%65.88%
HSB/HSV163°32.00%78.43%
CMYK32.00%0.00%9.00%
21.57%

Color #88C8B6 in popluar number systems.

HEX88C8B6
Decimal136200182
Binary100010001100100010110110
Octal210310266

Shades and tints

Shades of #88C8B6

#88C8B6
(136,200,182)
#7CB6A6
(124,182,166)
#70A496
(112,164,150)
#649286
(100,146,134)
#588076
(88,128,118)
#4C6E66
(76,110,102)
#405C56
(64,92,86)
#344A46
(52,74,70)
#283836
(40,56,54)
#1C2626
(28,38,38)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #88C8B6

#88C8B6
(136,200,182)
#92CDBC
(146,205,188)
#9CD2C2
(156,210,194)
#A6D7C8
(166,215,200)
#B0DCCE
(176,220,206)
#BAE1D4
(186,225,212)
#C4E6DA
(196,230,218)
#CEEBE0
(206,235,224)
#D8F0E6
(216,240,230)
#E2F5EC
(226,245,236)
#ECFAF2
(236,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C8B6; }

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

This text font color is #88C8B6.


Background Color

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

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

This div background color is #88C8B6.


Border color

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

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

This div border color is #88C8B6.


Opacity

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

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

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

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

This text has shadow with #88C8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C8B6 on black background.


Color preview on white background

This text has color #88C8B6 on white background.



Black color preview on #88C8B6 background

This text has black color on #88C8B6 background.


White color preview on #88C8B6 background

This text has white color on #88C8B6 background.