COLOR #88BC92

HEX: #88BC92
RGB: (136,188,146)

Color info

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

RGB color model

#88BC92 color RGB value is (136,188,146).

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

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 146 of 255 = 57%

136
188
146

R + G + B ~ 61%. #88BC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 188 + 146 = 470 (100%)
R 136 of 470 ~ 28.94%
G 188 of 470 ~ 40%
B 146 of 470 ~ 31.06%

%28.94
%40
%31.06

CMYK color model

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

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • 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
%22.34
%26.27

Codes

Color #88BC92 in popluar color models

88BC92
RGB136188146
HSL132°27.96%63.53%
HSB/HSV132°27.66%73.73%
CMYK27.66%0.00%22.34%
26.27%

Color #88BC92 in popluar number systems.

HEX88BC92
Decimal136188146
Binary100010001011110010010010
Octal210274222

Shades and tints

Shades of #88BC92

#88BC92
(136,188,146)
#7CAB85
(124,171,133)
#709A78
(112,154,120)
#64896B
(100,137,107)
#58785E
(88,120,94)
#4C6751
(76,103,81)
#405644
(64,86,68)
#344537
(52,69,55)
#28342A
(40,52,42)
#1C231D
(28,35,29)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #88BC92

#88BC92
(136,188,146)
#92C29B
(146,194,155)
#9CC8A4
(156,200,164)
#A6CEAD
(166,206,173)
#B0D4B6
(176,212,182)
#BADABF
(186,218,191)
#C4E0C8
(196,224,200)
#CEE6D1
(206,230,209)
#D8ECDA
(216,236,218)
#E2F2E3
(226,242,227)
#ECF8EC
(236,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BC92; }

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

This text font color is #88BC92.


Background Color

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

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

This div background color is #88BC92.


Border color

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

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

This div border color is #88BC92.


Opacity

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

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

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

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

This text has shadow with #88BC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BC92 on black background.


Color preview on white background

This text has color #88BC92 on white background.



Black color preview on #88BC92 background

This text has black color on #88BC92 background.


White color preview on #88BC92 background

This text has white color on #88BC92 background.