COLOR #88C9BA

HEX: #88C9BA
RGB: (136,201,186)

Color info

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

RGB color model

#88C9BA color RGB value is (136,201,186).

  • red value is 136;
  • green value is 201;
  • blue value is 186.
RGB:
(136,201,186)
(53%,79%,73%)

RGB channels and saturation

R 136 of 255 = 53%
G 201 of 255 = 79%
B 186 of 255 = 73%

136
201
186

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

Portions of RGB colors in percentages

R + G + B =
136 + 201 + 186 = 523 (100%)
R 136 of 523 ~ 26%
G 201 of 523 ~ 38.43%
B 186 of 523 ~ 35.56%

%26
%38.43
%35.56

CMYK color model

#88C9BA color CMYK value is (32,0,7,21).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(32,0,7,21)
C32M0Y7K21 
(32%,0%,7%,21%)
(0.32/0.00/0.07/0.21)	

CMYK percentages

%32.34
%0
%7.46
%21.18

Codes

Color #88C9BA in popluar color models

88C9BA
RGB136201186
HSL166°37.57%66.08%
HSB/HSV166°32.34%78.82%
CMYK32.34%0.00%7.46%
21.18%

Color #88C9BA in popluar number systems.

HEX88C9BA
Decimal136201186
Binary100010001100100110111010
Octal210311272

Shades and tints

Shades of #88C9BA

#88C9BA
(136,201,186)
#7CB7AA
(124,183,170)
#70A59A
(112,165,154)
#64938A
(100,147,138)
#58817A
(88,129,122)
#4C6F6A
(76,111,106)
#405D5A
(64,93,90)
#344B4A
(52,75,74)
#28393A
(40,57,58)
#1C272A
(28,39,42)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #88C9BA

#88C9BA
(136,201,186)
#92CDC0
(146,205,192)
#9CD1C6
(156,209,198)
#A6D5CC
(166,213,204)
#B0D9D2
(176,217,210)
#BADDD8
(186,221,216)
#C4E1DE
(196,225,222)
#CEE5E4
(206,229,228)
#D8E9EA
(216,233,234)
#E2EDF0
(226,237,240)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C9BA; }

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

This text font color is #88C9BA.


Background Color

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

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

This div background color is #88C9BA.


Border color

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

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

This div border color is #88C9BA.


Opacity

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

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

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

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

This text has shadow with #88C9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C9BA on black background.


Color preview on white background

This text has color #88C9BA on white background.



Black color preview on #88C9BA background

This text has black color on #88C9BA background.


White color preview on #88C9BA background

This text has white color on #88C9BA background.