COLOR #88BC93

HEX: #88BC93
RGB: (136,188,147)

Color info

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

RGB color model

#88BC93 color RGB value is (136,188,147).

  • red value is 136;
  • green value is 188;
  • blue value is 147.
RGB:
(136,188,147)
(53%,74%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 147 of 255 = 58%

136
188
147

R + G + B ~ 62%. #88BC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 188 + 147 = 471 (100%)
R 136 of 471 ~ 28.87%
G 188 of 471 ~ 39.92%
B 147 of 471 ~ 31.21%

%28.87
%39.92
%31.21

CMYK color model

#88BC93 color CMYK value is (28,0,22,26).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(28,0,22,26)
C28M0Y22K26 
(28%,0%,22%,26%)
(0.28/0.00/0.22/0.26)	

CMYK percentages

%27.66
%0
%21.81
%26.27

Codes

Color #88BC93 in popluar color models

88BC93
RGB136188147
HSL133°27.96%63.53%
HSB/HSV133°27.66%73.73%
CMYK27.66%0.00%21.81%
26.27%

Color #88BC93 in popluar number systems.

HEX88BC93
Decimal136188147
Binary100010001011110010010011
Octal210274223

Shades and tints

Shades of #88BC93

#88BC93
(136,188,147)
#7CAB86
(124,171,134)
#709A79
(112,154,121)
#64896C
(100,137,108)
#58785F
(88,120,95)
#4C6752
(76,103,82)
#405645
(64,86,69)
#344538
(52,69,56)
#28342B
(40,52,43)
#1C231E
(28,35,30)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #88BC93

#88BC93
(136,188,147)
#92C29C
(146,194,156)
#9CC8A5
(156,200,165)
#A6CEAE
(166,206,174)
#B0D4B7
(176,212,183)
#BADAC0
(186,218,192)
#C4E0C9
(196,224,201)
#CEE6D2
(206,230,210)
#D8ECDB
(216,236,219)
#E2F2E4
(226,242,228)
#ECF8ED
(236,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BC93 color. Also use rgb(136,188,147) instead hex code.

Text Font Color

.myTextColor { color: #88BC93; }

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

This text font color is #88BC93.


Background Color

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

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

This div background color is #88BC93.


Border color

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

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

This div border color is #88BC93.


Opacity

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

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

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

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

This text has shadow with #88BC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BC93 on black background.


Color preview on white background

This text has color #88BC93 on white background.



Black color preview on #88BC93 background

This text has black color on #88BC93 background.


White color preview on #88BC93 background

This text has white color on #88BC93 background.