COLOR #88C7B3

HEX: #88C7B3
RGB: (136,199,179)

Color info

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

RGB color model

#88C7B3 color RGB value is (136,199,179).

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

RGB channels and saturation

R 136 of 255 = 53%
G 199 of 255 = 78%
B 179 of 255 = 70%

136
199
179

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

Portions of RGB colors in percentages

R + G + B =
136 + 199 + 179 = 514 (100%)
R 136 of 514 ~ 26.46%
G 199 of 514 ~ 38.72%
B 179 of 514 ~ 34.82%

%26.46
%38.72
%34.82

CMYK color model

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

  • cyan value is 31.66%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • 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
%10.05
%21.96

Codes

Color #88C7B3 in popluar color models

88C7B3
RGB136199179
HSL161°36.00%65.69%
HSB/HSV161°31.66%78.04%
CMYK31.66%0.00%10.05%
21.96%

Color #88C7B3 in popluar number systems.

HEX88C7B3
Decimal136199179
Binary100010001100011110110011
Octal210307263

Shades and tints

Shades of #88C7B3

#88C7B3
(136,199,179)
#7CB5A3
(124,181,163)
#70A393
(112,163,147)
#649183
(100,145,131)
#587F73
(88,127,115)
#4C6D63
(76,109,99)
#405B53
(64,91,83)
#344943
(52,73,67)
#283733
(40,55,51)
#1C2523
(28,37,35)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #88C7B3

#88C7B3
(136,199,179)
#92CCB9
(146,204,185)
#9CD1BF
(156,209,191)
#A6D6C5
(166,214,197)
#B0DBCB
(176,219,203)
#BAE0D1
(186,224,209)
#C4E5D7
(196,229,215)
#CEEADD
(206,234,221)
#D8EFE3
(216,239,227)
#E2F4E9
(226,244,233)
#ECF9EF
(236,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C7B3; }

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

This text font color is #88C7B3.


Background Color

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

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

This div background color is #88C7B3.


Border color

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

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

This div border color is #88C7B3.


Opacity

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

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

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

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

This text has shadow with #88C7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C7B3 on black background.


Color preview on white background

This text has color #88C7B3 on white background.



Black color preview on #88C7B3 background

This text has black color on #88C7B3 background.


White color preview on #88C7B3 background

This text has white color on #88C7B3 background.