COLOR #88B08A

HEX: #88B08A RGB: (136,176,138)

Color info

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

RGB color model

#88B08A color RGB value is (136,176,138).

RGB: (136,176,138) (53%, 69%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 138 of 255 = 54%

136
176
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 176 + 138 = 450 (100%)
R 136 of 450 ~ 30.22%
G 176 of 450 ~ 39.11%
B 138 of 450 ~ 30.67'%

%30.22
%39.11
%30.67

CMYK color model

#88B08A color CMYK value is (23,0,22,31).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK: (23,0,22,31) C23M0Y22K31 (23%,0%,22%,31%) (0.23/0.00/0.22/0.31) 

CMYK percentages

%22.73
%0
%21.59
%30.98

Codes

Color #88B08A in popluar color models

88 B0 8A
RGB 136 176 138
HSL 123° 20.20% 61.18%
HSB/HSV 123° 22.73% 69.02%
CMYK 22.73% 0.00% 21.59%
30.98%

Color #88B08A in popluar number systems.

HEX 88 B0 8A
Decimal 136 176 138
Binary 10001000 10110000 10001010
Octal 210 260 212

Shades and tints

Shades of #88B08A

#88B08A
(136,176,138)
#7CA07E
(124,160,126)
#709072
(112,144,114)
#648066
(100,128,102)
#58705A
(88,112,90)
#4C604E
(76,96,78)
#405042
(64,80,66)
#344036
(52,64,54)
#28302A
(40,48,42)
#1C201E
(28,32,30)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #88B08A

#88B08A
(136,176,138)
#92B794
(146,183,148)
#9CBE9E
(156,190,158)
#A6C5A8
(166,197,168)
#B0CCB2
(176,204,178)
#BAD3BC
(186,211,188)
#C4DAC6
(196,218,198)
#CEE1D0
(206,225,208)
#D8E8DA
(216,232,218)
#E2EFE4
(226,239,228)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B08A color. Also use rgb(136,176,138) instead hex code.

Text Font Color

.myTextColor { color: #88B08A; }

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

This text font color is #88B08A.

Background Color

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

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

This div background color is #88B08A.

Border color

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

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

This div border color is #88B08A.

Opacity

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

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

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

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

This text has shadow with #88B08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B08A.

Preview

Color preview on black background

This text has color #88B08A on black background.


Color preview on white background

This text has color #88B08A on white background.


Black color preview on #88B08A background

This text has black color on #88B08A background.


White color preview on #88B08A background

This text has white color on #88B08A background.


Related colors

Complementary color

Complementary color for #hex is #774F75.


I love getcolorcode.com

Triadic colors

1 #8A88B0 and #B08A88 with #88B08A are triadic colors.

2 #8AB088 and #B0888A with #88B08A are triadic colors.