COLOR #88B583

HEX: #88B583
RGB: (136,181,131)

Color info

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

RGB color model

#88B583 color RGB value is (136,181,131).

  • red value is 136;
  • green value is 181;
  • blue value is 131.
RGB:
(136,181,131)
(53%,71%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 131 of 255 = 51%

136
181
131

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

Portions of RGB colors in percentages

R + G + B =
136 + 181 + 131 = 448 (100%)
R 136 of 448 ~ 30.36%
G 181 of 448 ~ 40.4%
B 131 of 448 ~ 29.24%

%30.36
%40.4
%29.24

CMYK color model

#88B583 color CMYK value is (25,0,28,29).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(25,0,28,29)
C25M0Y28K29 
(25%,0%,28%,29%)
(0.25/0.00/0.28/0.29)	

CMYK percentages

%24.86
%0
%27.62
%29.02

Codes

Color #88B583 in popluar color models

88B583
RGB136181131
HSL114°25.25%61.18%
HSB/HSV114°27.62%70.98%
CMYK24.86%0.00%27.62%
29.02%

Color #88B583 in popluar number systems.

HEX88B583
Decimal136181131
Binary100010001011010110000011
Octal210265203

Shades and tints

Shades of #88B583

#88B583
(136,181,131)
#7CA578
(124,165,120)
#70956D
(112,149,109)
#648562
(100,133,98)
#587557
(88,117,87)
#4C654C
(76,101,76)
#405541
(64,85,65)
#344536
(52,69,54)
#28352B
(40,53,43)
#1C2520
(28,37,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #88B583

#88B583
(136,181,131)
#92BB8E
(146,187,142)
#9CC199
(156,193,153)
#A6C7A4
(166,199,164)
#B0CDAF
(176,205,175)
#BAD3BA
(186,211,186)
#C4D9C5
(196,217,197)
#CEDFD0
(206,223,208)
#D8E5DB
(216,229,219)
#E2EBE6
(226,235,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B583; }

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

This text font color is #88B583.


Background Color

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

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

This div background color is #88B583.


Border color

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

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

This div border color is #88B583.


Opacity

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

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

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

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

This text has shadow with #88B583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B583 on black background.


Color preview on white background

This text has color #88B583 on white background.



Black color preview on #88B583 background

This text has black color on #88B583 background.


White color preview on #88B583 background

This text has white color on #88B583 background.