COLOR #88C6A7

HEX: #88C6A7
RGB: (136,198,167)

Color info

#88C6A7 contains mainly green and blue colors. Web safe color of #88C6A7 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

136
198
167

R + G + B ~ 65%. #88C6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 198 + 167 = 501 (100%)
R 136 of 501 ~ 27.15%
G 198 of 501 ~ 39.52%
B 167 of 501 ~ 33.33%

%27.15
%39.52
%33.33

CMYK color model

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

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

CMYK percentages

%31.31
%0
%15.66
%22.35

Codes

Color #88C6A7 in popluar color models

88C6A7
RGB136198167
HSL150°35.23%65.49%
HSB/HSV150°31.31%77.65%
CMYK31.31%0.00%15.66%
22.35%

Color #88C6A7 in popluar number systems.

HEX88C6A7
Decimal136198167
Binary100010001100011010100111
Octal210306247

Shades and tints

Shades of #88C6A7

#88C6A7
(136,198,167)
#7CB498
(124,180,152)
#70A289
(112,162,137)
#64907A
(100,144,122)
#587E6B
(88,126,107)
#4C6C5C
(76,108,92)
#405A4D
(64,90,77)
#34483E
(52,72,62)
#28362F
(40,54,47)
#1C2420
(28,36,32)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #88C6A7

#88C6A7
(136,198,167)
#92CBAF
(146,203,175)
#9CD0B7
(156,208,183)
#A6D5BF
(166,213,191)
#B0DAC7
(176,218,199)
#BADFCF
(186,223,207)
#C4E4D7
(196,228,215)
#CEE9DF
(206,233,223)
#D8EEE7
(216,238,231)
#E2F3EF
(226,243,239)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C6A7; }

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

This text font color is #88C6A7.


Background Color

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

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

This div background color is #88C6A7.


Border color

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

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

This div border color is #88C6A7.


Opacity

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

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

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

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

This text has shadow with #88C6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C6A7 on black background.


Color preview on white background

This text has color #88C6A7 on white background.



Black color preview on #88C6A7 background

This text has black color on #88C6A7 background.


White color preview on #88C6A7 background

This text has white color on #88C6A7 background.