COLOR #88B983

HEX: #88B983 RGB: (136,185,131)

Color info

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

RGB color model

#88B983 color RGB value is (136,185,131).

RGB: (136,185,131) (53%, 73%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 185 of 255 = 73%
B 131 of 255 = 51%

136
185
131

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

Portions of RGB colors in percentages

R + G + B = 136 + 185 + 131 = 452 (100%)
R 136 of 452 ~ 30.09%
G 185 of 452 ~ 40.93%
B 131 of 452 ~ 28.98'%

%30.09
%40.93
%28.98

CMYK color model

#88B983 color CMYK value is (26,0,29,27).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 27.45%
CMYK: (26,0,29,27) C26M0Y29K27 (26%,0%,29%,27%) (0.26/0.00/0.29/0.27) 

CMYK percentages

%26.49
%0
%29.19
%27.45

Codes

Color #88B983 in popluar color models

88 B9 83
RGB 136 185 131
HSL 114° 27.84% 61.96%
HSB/HSV 114° 29.19% 72.55%
CMYK 26.49% 0.00% 29.19%
27.45%

Color #88B983 in popluar number systems.

HEX 88 B9 83
Decimal 136 185 131
Binary 10001000 10111001 10000011
Octal 210 271 203

Shades and tints

Shades of #88B983

#88B983
(136,185,131)
#7CA978
(124,169,120)
#70996D
(112,153,109)
#648962
(100,137,98)
#587957
(88,121,87)
#4C694C
(76,105,76)
#405941
(64,89,65)
#344936
(52,73,54)
#28392B
(40,57,43)
#1C2920
(28,41,32)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #88B983

#88B983
(136,185,131)
#92BF8E
(146,191,142)
#9CC599
(156,197,153)
#A6CBA4
(166,203,164)
#B0D1AF
(176,209,175)
#BAD7BA
(186,215,186)
#C4DDC5
(196,221,197)
#CEE3D0
(206,227,208)
#D8E9DB
(216,233,219)
#E2EFE6
(226,239,230)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B983; }

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

This text font color is #88B983.

Background Color

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

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

This div background color is #88B983.

Border color

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

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

This div border color is #88B983.

Opacity

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

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

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

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

This text has shadow with #88B983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B983.

Preview

Color preview on black background

This text has color #88B983 on black background.


Color preview on white background

This text has color #88B983 on white background.


Black color preview on #88B983 background

This text has black color on #88B983 background.


White color preview on #88B983 background

This text has white color on #88B983 background.


Related colors

Complementary color

Complementary color for #hex is #77467C.


I love getcolorcode.com

Triadic colors

1 #8388B9 and #B98388 with #88B983 are triadic colors.

2 #83B988 and #B98883 with #88B983 are triadic colors.