COLOR #88B194

HEX: #88B194
RGB: (136,177,148)

Color info

#88B194 contains red, green and blue colors in about the same proportion. Web safe color of #88B194 is #999999 (or #999).

RGB color model

#88B194 color RGB value is (136,177,148).

  • red value is 136;
  • green value is 177;
  • blue value is 148.
RGB:
(136,177,148)
(53%,69%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 177 of 255 = 69%
B 148 of 255 = 58%

136
177
148

R + G + B ~ 60%. #88B194 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 177 + 148 = 461 (100%)
R 136 of 461 ~ 29.5%
G 177 of 461 ~ 38.39%
B 148 of 461 ~ 32.1%

%29.5
%38.39
%32.1

CMYK color model

#88B194 color CMYK value is (23,0,16,31).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(23,0,16,31)
C23M0Y16K31 
(23%,0%,16%,31%)
(0.23/0.00/0.16/0.31)	

CMYK percentages

%23.16
%0
%16.38
%30.59

Codes

Color #88B194 in popluar color models

88B194
RGB136177148
HSL138°20.81%61.37%
HSB/HSV138°23.16%69.41%
CMYK23.16%0.00%16.38%
30.59%

Color #88B194 in popluar number systems.

HEX88B194
Decimal136177148
Binary100010001011000110010100
Octal210261224

Shades and tints

Shades of #88B194

#88B194
(136,177,148)
#7CA187
(124,161,135)
#70917A
(112,145,122)
#64816D
(100,129,109)
#587160
(88,113,96)
#4C6153
(76,97,83)
#405146
(64,81,70)
#344139
(52,65,57)
#28312C
(40,49,44)
#1C211F
(28,33,31)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #88B194

#88B194
(136,177,148)
#92B89D
(146,184,157)
#9CBFA6
(156,191,166)
#A6C6AF
(166,198,175)
#B0CDB8
(176,205,184)
#BAD4C1
(186,212,193)
#C4DBCA
(196,219,202)
#CEE2D3
(206,226,211)
#D8E9DC
(216,233,220)
#E2F0E5
(226,240,229)
#ECF7EE
(236,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B194 color. Also use rgb(136,177,148) instead hex code.

Text Font Color

.myTextColor { color: #88B194; }

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

This text font color is #88B194.


Background Color

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

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

This div background color is #88B194.


Border color

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

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

This div border color is #88B194.


Opacity

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

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

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

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

This text has shadow with #88B194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B194 on black background.


Color preview on white background

This text has color #88B194 on white background.



Black color preview on #88B194 background

This text has black color on #88B194 background.


White color preview on #88B194 background

This text has white color on #88B194 background.