COLOR #88C7B4

HEX: #88C7B4
RGB: (136,199,180)

Color info

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

RGB color model

#88C7B4 color RGB value is (136,199,180).

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

RGB channels and saturation

R 136 of 255 = 53%
G 199 of 255 = 78%
B 180 of 255 = 71%

136
199
180

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

Portions of RGB colors in percentages

R + G + B =
136 + 199 + 180 = 515 (100%)
R 136 of 515 ~ 26.41%
G 199 of 515 ~ 38.64%
B 180 of 515 ~ 34.95%

%26.41
%38.64
%34.95

CMYK color model

#88C7B4 color CMYK value is (32,0,10,22).

  • cyan value is 31.66%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 21.96%
CMYK:
(32,0,10,22)
C32M0Y10K22 
(32%,0%,10%,22%)
(0.32/0.00/0.10/0.22)	

CMYK percentages

%31.66
%0
%9.55
%21.96

Codes

Color #88C7B4 in popluar color models

88C7B4
RGB136199180
HSL162°36.00%65.69%
HSB/HSV162°31.66%78.04%
CMYK31.66%0.00%9.55%
21.96%

Color #88C7B4 in popluar number systems.

HEX88C7B4
Decimal136199180
Binary100010001100011110110100
Octal210307264

Shades and tints

Shades of #88C7B4

#88C7B4
(136,199,180)
#7CB5A4
(124,181,164)
#70A394
(112,163,148)
#649184
(100,145,132)
#587F74
(88,127,116)
#4C6D64
(76,109,100)
#405B54
(64,91,84)
#344944
(52,73,68)
#283734
(40,55,52)
#1C2524
(28,37,36)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #88C7B4

#88C7B4
(136,199,180)
#92CCBA
(146,204,186)
#9CD1C0
(156,209,192)
#A6D6C6
(166,214,198)
#B0DBCC
(176,219,204)
#BAE0D2
(186,224,210)
#C4E5D8
(196,229,216)
#CEEADE
(206,234,222)
#D8EFE4
(216,239,228)
#E2F4EA
(226,244,234)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C7B4; }

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

This text font color is #88C7B4.


Background Color

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

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

This div background color is #88C7B4.


Border color

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

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

This div border color is #88C7B4.


Opacity

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

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

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

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

This text has shadow with #88C7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C7B4 on black background.


Color preview on white background

This text has color #88C7B4 on white background.



Black color preview on #88C7B4 background

This text has black color on #88C7B4 background.


White color preview on #88C7B4 background

This text has white color on #88C7B4 background.