COLOR #88BBA7

HEX: #88BBA7
RGB: (136,187,167)

Color info

#88BBA7 contains red, green and blue colors in about the same proportion. Web safe color of #88BBA7 is #99CC99 (or #9C9).

RGB color model

#88BBA7 color RGB value is (136,187,167).

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

RGB channels and saturation

R 136 of 255 = 53%
G 187 of 255 = 73%
B 167 of 255 = 65%

136
187
167

R + G + B ~ 64%. #88BBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 187 + 167 = 490 (100%)
R 136 of 490 ~ 27.76%
G 187 of 490 ~ 38.16%
B 167 of 490 ~ 34.08%

%27.76
%38.16
%34.08

CMYK color model

#88BBA7 color CMYK value is (27,0,11,27).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(27,0,11,27)
C27M0Y11K27 
(27%,0%,11%,27%)
(0.27/0.00/0.11/0.27)	

CMYK percentages

%27.27
%0
%10.7
%26.67

Codes

Color #88BBA7 in popluar color models

88BBA7
RGB136187167
HSL156°27.27%63.33%
HSB/HSV156°27.27%73.33%
CMYK27.27%0.00%10.70%
26.67%

Color #88BBA7 in popluar number systems.

HEX88BBA7
Decimal136187167
Binary100010001011101110100111
Octal210273247

Shades and tints

Shades of #88BBA7

#88BBA7
(136,187,167)
#7CAA98
(124,170,152)
#709989
(112,153,137)
#64887A
(100,136,122)
#58776B
(88,119,107)
#4C665C
(76,102,92)
#40554D
(64,85,77)
#34443E
(52,68,62)
#28332F
(40,51,47)
#1C2220
(28,34,32)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #88BBA7

#88BBA7
(136,187,167)
#92C1AF
(146,193,175)
#9CC7B7
(156,199,183)
#A6CDBF
(166,205,191)
#B0D3C7
(176,211,199)
#BAD9CF
(186,217,207)
#C4DFD7
(196,223,215)
#CEE5DF
(206,229,223)
#D8EBE7
(216,235,231)
#E2F1EF
(226,241,239)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BBA7; }

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

This text font color is #88BBA7.


Background Color

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

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

This div background color is #88BBA7.


Border color

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

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

This div border color is #88BBA7.


Opacity

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

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

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

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

This text has shadow with #88BBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BBA7 on black background.


Color preview on white background

This text has color #88BBA7 on white background.



Black color preview on #88BBA7 background

This text has black color on #88BBA7 background.


White color preview on #88BBA7 background

This text has white color on #88BBA7 background.