COLOR #88B47E

HEX: #88B47E RGB: (136,180,126)

Color info

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

RGB color model

#88B47E color RGB value is (136,180,126).

RGB: (136,180,126) (53%, 71%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 126 of 255 = 49%

136
180
126

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

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 126 = 442 (100%)
R 136 of 442 ~ 30.77%
G 180 of 442 ~ 40.72%
B 126 of 442 ~ 28.51'%

%30.77
%40.72
%28.51

CMYK color model

#88B47E color CMYK value is (24,0,30,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%

CMYK: (24,0,30,29)
C24M0Y30K29 (24%, 0%, 30%, 29%)
(0.24 / 0.00 / 0.30 / 0.29)

CMYK percentages

%24.44
%0
%30
%29.41

Codes

Color #88B47E in popluar color models

88 B4 7E
RGB 136 180 126
HSL 109° 26.47% 60.00%
HSB/HSV 109° 30.00% 70.59%
CMYK 24.44% 0.00% 30.00%
29.41%

Color #88B47E in popluar number systems.

HEX 88 B4 7E
Decimal 136 180 126
Binary 10001000 10110100 1111110
Octal 210 264 176

Shades and tints

Shades of #88B47E

#88B47E
(136,180,126)
#7CA473
(124,164,115)
#709468
(112,148,104)
#64845D
(100,132,93)
#587452
(88,116,82)
#4C6447
(76,100,71)
#40543C
(64,84,60)
#344431
(52,68,49)
#283426
(40,52,38)
#1C241B
(28,36,27)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #88B47E

#88B47E
(136,180,126)
#92BA89
(146,186,137)
#9CC094
(156,192,148)
#A6C69F
(166,198,159)
#B0CCAA
(176,204,170)
#BAD2B5
(186,210,181)
#C4D8C0
(196,216,192)
#CEDECB
(206,222,203)
#D8E4D6
(216,228,214)
#E2EAE1
(226,234,225)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B47E; }

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

This text font color is #88B47E.

Background Color

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

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

This div background color is #88B47E.

Border color

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

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

This div border color is #88B47E.

Opacity

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

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

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

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

This text has shadow with #88B47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B47E.

Preview

Color preview on black background

This text has color #88B47E on black background.


Color preview on white background

This text has color #88B47E on white background.


Black color preview on #88B47E background

This text has black color on #88B47E background.


White color preview on #88B47E background

This text has white color on #88B47E background.


Related colors

Complementary color

Complementary color for #hex is #774B81.


I love getcolorcode.com

Triadic colors

1 #7E88B4 and #B47E88 with #88B47E are triadic colors.

2 #7EB488 and #B4887E with #88B47E are triadic colors.