COLOR #88B284

HEX: #88B284
RGB: (136,178,132)

Color info

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

RGB color model

#88B284 color RGB value is (136,178,132).

  • red value is 136;
  • green value is 178;
  • blue value is 132.
RGB:
(136,178,132)
(53%,70%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 178 of 255 = 70%
B 132 of 255 = 52%

136
178
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 178 + 132 = 446 (100%)
R 136 of 446 ~ 30.49%
G 178 of 446 ~ 39.91%
B 132 of 446 ~ 29.6%

%30.49
%39.91
%29.6

CMYK color model

#88B284 color CMYK value is (24,0,26,30).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(24,0,26,30)
C24M0Y26K30 
(24%,0%,26%,30%)
(0.24/0.00/0.26/0.30)	

CMYK percentages

%23.6
%0
%25.84
%30.2

Codes

Color #88B284 in popluar color models

88B284
RGB136178132
HSL115°23.00%60.78%
HSB/HSV115°25.84%69.80%
CMYK23.60%0.00%25.84%
30.20%

Color #88B284 in popluar number systems.

HEX88B284
Decimal136178132
Binary100010001011001010000100
Octal210262204

Shades and tints

Shades of #88B284

#88B284
(136,178,132)
#7CA278
(124,162,120)
#70926C
(112,146,108)
#648260
(100,130,96)
#587254
(88,114,84)
#4C6248
(76,98,72)
#40523C
(64,82,60)
#344230
(52,66,48)
#283224
(40,50,36)
#1C2218
(28,34,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #88B284

#88B284
(136,178,132)
#92B98F
(146,185,143)
#9CC09A
(156,192,154)
#A6C7A5
(166,199,165)
#B0CEB0
(176,206,176)
#BAD5BB
(186,213,187)
#C4DCC6
(196,220,198)
#CEE3D1
(206,227,209)
#D8EADC
(216,234,220)
#E2F1E7
(226,241,231)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B284 color. Also use rgb(136,178,132) instead hex code.

Text Font Color

.myTextColor { color: #88B284; }

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

This text font color is #88B284.


Background Color

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

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

This div background color is #88B284.


Border color

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

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

This div border color is #88B284.


Opacity

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

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

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

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

This text has shadow with #88B284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B284 on black background.


Color preview on white background

This text has color #88B284 on white background.



Black color preview on #88B284 background

This text has black color on #88B284 background.


White color preview on #88B284 background

This text has white color on #88B284 background.