COLOR #88B997

HEX: #88B997 RGB: (136,185,151)

Color info

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

RGB color model

#88B997 color RGB value is (136,185,151).

RGB: (136,185,151) (53%, 73%, 59%)

RGB channels and saturation

R 136 of 255 = 53%
G 185 of 255 = 73%
B 151 of 255 = 59%

136
185
151

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

Portions of RGB colors in percentages

R + G + B = 136 + 185 + 151 = 472 (100%)
R 136 of 472 ~ 28.81%
G 185 of 472 ~ 39.19%
B 151 of 472 ~ 31.99'%

%28.81
%39.19
%31.99

CMYK color model

#88B997 color CMYK value is (26,0,18,27).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 27.45%

CMYK: (26,0,18,27)
C26M0Y18K27 (26%, 0%, 18%, 27%)
(0.26 / 0.00 / 0.18 / 0.27)

CMYK percentages

%26.49
%0
%18.38
%27.45

Codes

Color #88B997 in popluar color models

88 B9 97
RGB 136 185 151
HSL 138° 25.93% 62.94%
HSB/HSV 138° 26.49% 72.55%
CMYK 26.49% 0.00% 18.38%
27.45%

Color #88B997 in popluar number systems.

HEX 88 B9 97
Decimal 136 185 151
Binary 10001000 10111001 10010111
Octal 210 271 227

Shades and tints

Shades of #88B997

#88B997
(136,185,151)
#7CA98A
(124,169,138)
#70997D
(112,153,125)
#648970
(100,137,112)
#587963
(88,121,99)
#4C6956
(76,105,86)
#405949
(64,89,73)
#34493C
(52,73,60)
#28392F
(40,57,47)
#1C2922
(28,41,34)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #88B997

#88B997
(136,185,151)
#92BFA0
(146,191,160)
#9CC5A9
(156,197,169)
#A6CBB2
(166,203,178)
#B0D1BB
(176,209,187)
#BAD7C4
(186,215,196)
#C4DDCD
(196,221,205)
#CEE3D6
(206,227,214)
#D8E9DF
(216,233,223)
#E2EFE8
(226,239,232)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B997 color. Also use rgb(136,185,151) instead hex code.

Text Font Color

.myTextColor { color: #88B997; }

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

This text font color is #88B997.

Background Color

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

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

This div background color is #88B997.

Border color

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

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

This div border color is #88B997.

Opacity

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

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

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

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

This text has shadow with #88B997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B997.

Preview

Color preview on black background

This text has color #88B997 on black background.


Color preview on white background

This text has color #88B997 on white background.


Black color preview on #88B997 background

This text has black color on #88B997 background.


White color preview on #88B997 background

This text has white color on #88B997 background.


Related colors

Complementary color

Complementary color for #hex is #774668.


I love getcolorcode.com

Triadic colors

1 #9788B9 and #B99788 with #88B997 are triadic colors.

2 #97B988 and #B98897 with #88B997 are triadic colors.