COLOR #88BB90

HEX: #88BB90 RGB: (136,187,144)

Color info

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

RGB color model

#88BB90 color RGB value is (136,187,144).

RGB: (136,187,144) (53%, 73%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 187 of 255 = 73%
B 144 of 255 = 56%

136
187
144

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

Portions of RGB colors in percentages

R + G + B = 136 + 187 + 144 = 467 (100%)
R 136 of 467 ~ 29.12%
G 187 of 467 ~ 40.04%
B 144 of 467 ~ 30.84'%

%29.12
%40.04
%30.84

CMYK color model

#88BB90 color CMYK value is (27,0,23,27).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%

CMYK: (27,0,23,27)
C27M0Y23K27 (27%, 0%, 23%, 27%)
(0.27 / 0.00 / 0.23 / 0.27)

CMYK percentages

%27.27
%0
%22.99
%26.67

Codes

Color #88BB90 in popluar color models

88 BB 90
RGB 136 187 144
HSL 129° 27.27% 63.33%
HSB/HSV 129° 27.27% 73.33%
CMYK 27.27% 0.00% 22.99%
26.67%

Color #88BB90 in popluar number systems.

HEX 88 BB 90
Decimal 136 187 144
Binary 10001000 10111011 10010000
Octal 210 273 220

Shades and tints

Shades of #88BB90

#88BB90
(136,187,144)
#7CAA83
(124,170,131)
#709976
(112,153,118)
#648869
(100,136,105)
#58775C
(88,119,92)
#4C664F
(76,102,79)
#405542
(64,85,66)
#344435
(52,68,53)
#283328
(40,51,40)
#1C221B
(28,34,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #88BB90

#88BB90
(136,187,144)
#92C19A
(146,193,154)
#9CC7A4
(156,199,164)
#A6CDAE
(166,205,174)
#B0D3B8
(176,211,184)
#BAD9C2
(186,217,194)
#C4DFCC
(196,223,204)
#CEE5D6
(206,229,214)
#D8EBE0
(216,235,224)
#E2F1EA
(226,241,234)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BB90 color. Also use rgb(136,187,144) instead hex code.

Text Font Color

.myTextColor { color: #88BB90; }

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

This text font color is #88BB90.

Background Color

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

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

This div background color is #88BB90.

Border color

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

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

This div border color is #88BB90.

Opacity

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

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

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

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

This text has shadow with #88BB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BB90.

Preview

Color preview on black background

This text has color #88BB90 on black background.


Color preview on white background

This text has color #88BB90 on white background.


Black color preview on #88BB90 background

This text has black color on #88BB90 background.


White color preview on #88BB90 background

This text has white color on #88BB90 background.


Related colors

Complementary color

Complementary color for #hex is #77446F.


I love getcolorcode.com

Triadic colors

1 #9088BB and #BB9088 with #88BB90 are triadic colors.

2 #90BB88 and #BB8890 with #88BB90 are triadic colors.