COLOR #88B89D

HEX: #88B89D
RGB: (136,184,157)

Color info

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

RGB color model

#88B89D color RGB value is (136,184,157).

  • red value is 136;
  • green value is 184;
  • blue value is 157.
RGB:
(136,184,157)
(53%,72%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 184 of 255 = 72%
B 157 of 255 = 62%

136
184
157

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

Portions of RGB colors in percentages

R + G + B =
136 + 184 + 157 = 477 (100%)
R 136 of 477 ~ 28.51%
G 184 of 477 ~ 38.57%
B 157 of 477 ~ 32.91%

%28.51
%38.57
%32.91

CMYK color model

#88B89D color CMYK value is (26,0,15,28).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%
CMYK:
(26,0,15,28)
C26M0Y15K28 
(26%,0%,15%,28%)
(0.26/0.00/0.15/0.28)	

CMYK percentages

%26.09
%0
%14.67
%27.84

Codes

Color #88B89D in popluar color models

88B89D
RGB136184157
HSL146°25.26%62.75%
HSB/HSV146°26.09%72.16%
CMYK26.09%0.00%14.67%
27.84%

Color #88B89D in popluar number systems.

HEX88B89D
Decimal136184157
Binary100010001011100010011101
Octal210270235

Shades and tints

Shades of #88B89D

#88B89D
(136,184,157)
#7CA88F
(124,168,143)
#709881
(112,152,129)
#648873
(100,136,115)
#587865
(88,120,101)
#4C6857
(76,104,87)
#405849
(64,88,73)
#34483B
(52,72,59)
#28382D
(40,56,45)
#1C281F
(28,40,31)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #88B89D

#88B89D
(136,184,157)
#92BEA5
(146,190,165)
#9CC4AD
(156,196,173)
#A6CAB5
(166,202,181)
#B0D0BD
(176,208,189)
#BAD6C5
(186,214,197)
#C4DCCD
(196,220,205)
#CEE2D5
(206,226,213)
#D8E8DD
(216,232,221)
#E2EEE5
(226,238,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B89D color. Also use rgb(136,184,157) instead hex code.

Text Font Color

.myTextColor { color: #88B89D; }

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

This text font color is #88B89D.


Background Color

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

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

This div background color is #88B89D.


Border color

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

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

This div border color is #88B89D.


Opacity

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

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

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

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

This text has shadow with #88B89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B89D on black background.


Color preview on white background

This text has color #88B89D on white background.



Black color preview on #88B89D background

This text has black color on #88B89D background.


White color preview on #88B89D background

This text has white color on #88B89D background.