COLOR #88C7B7

HEX: #88C7B7
RGB: (136,199,183)

Color info

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

RGB color model

#88C7B7 color RGB value is (136,199,183).

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

RGB channels and saturation

R 136 of 255 = 53%
G 199 of 255 = 78%
B 183 of 255 = 72%

136
199
183

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

Portions of RGB colors in percentages

R + G + B =
136 + 199 + 183 = 518 (100%)
R 136 of 518 ~ 26.25%
G 199 of 518 ~ 38.42%
B 183 of 518 ~ 35.33%

%26.25
%38.42
%35.33

CMYK color model

#88C7B7 color CMYK value is (32,0,8,22).

  • cyan value is 31.66%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 21.96%
CMYK:
(32,0,8,22)
C32M0Y8K22 
(32%,0%,8%,22%)
(0.32/0.00/0.08/0.22)	

CMYK percentages

%31.66
%0
%8.04
%21.96

Codes

Color #88C7B7 in popluar color models

88C7B7
RGB136199183
HSL165°36.00%65.69%
HSB/HSV165°31.66%78.04%
CMYK31.66%0.00%8.04%
21.96%

Color #88C7B7 in popluar number systems.

HEX88C7B7
Decimal136199183
Binary100010001100011110110111
Octal210307267

Shades and tints

Shades of #88C7B7

#88C7B7
(136,199,183)
#7CB5A7
(124,181,167)
#70A397
(112,163,151)
#649187
(100,145,135)
#587F77
(88,127,119)
#4C6D67
(76,109,103)
#405B57
(64,91,87)
#344947
(52,73,71)
#283737
(40,55,55)
#1C2527
(28,37,39)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #88C7B7

#88C7B7
(136,199,183)
#92CCBD
(146,204,189)
#9CD1C3
(156,209,195)
#A6D6C9
(166,214,201)
#B0DBCF
(176,219,207)
#BAE0D5
(186,224,213)
#C4E5DB
(196,229,219)
#CEEAE1
(206,234,225)
#D8EFE7
(216,239,231)
#E2F4ED
(226,244,237)
#ECF9F3
(236,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C7B7; }

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

This text font color is #88C7B7.


Background Color

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

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

This div background color is #88C7B7.


Border color

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

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

This div border color is #88C7B7.


Opacity

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

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

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

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

This text has shadow with #88C7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C7B7 on black background.


Color preview on white background

This text has color #88C7B7 on white background.



Black color preview on #88C7B7 background

This text has black color on #88C7B7 background.


White color preview on #88C7B7 background

This text has white color on #88C7B7 background.