COLOR #88B48E

HEX: #88B48E RGB: (136,180,142)

Color info

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

RGB color model

#88B48E color RGB value is (136,180,142).

RGB: (136,180,142) (53%, 71%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 142 of 255 = 56%

136
180
142

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

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 142 = 458 (100%)
R 136 of 458 ~ 29.69%
G 180 of 458 ~ 39.3%
B 142 of 458 ~ 31'%

%29.69
%39.3
%31

CMYK color model

#88B48E color CMYK value is (24,0,21,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK: (24,0,21,29) C24M0Y21K29 (24%,0%,21%,29%) (0.24/0.00/0.21/0.29) 

CMYK percentages

%24.44
%0
%21.11
%29.41

Codes

Color #88B48E in popluar color models

88 B4 8E
RGB 136 180 142
HSL 128° 22.68% 61.96%
HSB/HSV 128° 24.44% 70.59%
CMYK 24.44% 0.00% 21.11%
29.41%

Color #88B48E in popluar number systems.

HEX 88 B4 8E
Decimal 136 180 142
Binary 10001000 10110100 10001110
Octal 210 264 216

Shades and tints

Shades of #88B48E

#88B48E
(136,180,142)
#7CA482
(124,164,130)
#709476
(112,148,118)
#64846A
(100,132,106)
#58745E
(88,116,94)
#4C6452
(76,100,82)
#405446
(64,84,70)
#34443A
(52,68,58)
#28342E
(40,52,46)
#1C2422
(28,36,34)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #88B48E

#88B48E
(136,180,142)
#92BA98
(146,186,152)
#9CC0A2
(156,192,162)
#A6C6AC
(166,198,172)
#B0CCB6
(176,204,182)
#BAD2C0
(186,210,192)
#C4D8CA
(196,216,202)
#CEDED4
(206,222,212)
#D8E4DE
(216,228,222)
#E2EAE8
(226,234,232)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B48E color. Also use rgb(136,180,142) instead hex code.

Text Font Color

.myTextColor { color: #88B48E; }

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

This text font color is #88B48E.

Background Color

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

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

This div background color is #88B48E.

Border color

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

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

This div border color is #88B48E.

Opacity

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

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

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

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

This text has shadow with #88B48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B48E.

Preview

Color preview on black background

This text has color #88B48E on black background.


Color preview on white background

This text has color #88B48E on white background.


Black color preview on #88B48E background

This text has black color on #88B48E background.


White color preview on #88B48E background

This text has white color on #88B48E background.


Related colors

Complementary color

Complementary color for #hex is #774B71.


I love getcolorcode.com

Triadic colors

1 #8E88B4 and #B48E88 with #88B48E are triadic colors.

2 #8EB488 and #B4888E with #88B48E are triadic colors.