COLOR #88BA68

HEX: #88BA68
RGB: (136,186,104)

Color info

#88BA68 contains mainly red and green colors. Web safe color of #88BA68 is #99CC66 (or #9C6).

RGB color model

#88BA68 color RGB value is (136,186,104).

  • red value is 136;
  • green value is 186;
  • blue value is 104.
RGB:
(136,186,104)
(53%,73%,41%)

RGB channels and saturation

R 136 of 255 = 53%
G 186 of 255 = 73%
B 104 of 255 = 41%

136
186
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 186 + 104 = 426 (100%)
R 136 of 426 ~ 31.92%
G 186 of 426 ~ 43.66%
B 104 of 426 ~ 24.41%

%31.92
%43.66
%24.41

CMYK color model

#88BA68 color CMYK value is (27,0,44,27).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 27.06%
CMYK:
(27,0,44,27)
C27M0Y44K27 
(27%,0%,44%,27%)
(0.27/0.00/0.44/0.27)	

CMYK percentages

%26.88
%0
%44.09
%27.06

Codes

Color #88BA68 in popluar color models

88BA68
RGB136186104
HSL97°37.27%56.86%
HSB/HSV97°44.09%72.94%
CMYK26.88%0.00%44.09%
27.06%

Color #88BA68 in popluar number systems.

HEX88BA68
Decimal136186104
Binary10001000101110101101000
Octal210272150

Shades and tints

Shades of #88BA68

#88BA68
(136,186,104)
#7CAA5F
(124,170,95)
#709A56
(112,154,86)
#648A4D
(100,138,77)
#587A44
(88,122,68)
#4C6A3B
(76,106,59)
#405A32
(64,90,50)
#344A29
(52,74,41)
#283A20
(40,58,32)
#1C2A17
(28,42,23)
#101A0E
(16,26,14)
#000000
(0,0,0)

Tints of #88BA68

#88BA68
(136,186,104)
#92C075
(146,192,117)
#9CC682
(156,198,130)
#A6CC8F
(166,204,143)
#B0D29C
(176,210,156)
#BAD8A9
(186,216,169)
#C4DEB6
(196,222,182)
#CEE4C3
(206,228,195)
#D8EAD0
(216,234,208)
#E2F0DD
(226,240,221)
#ECF6EA
(236,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BA68 color. Also use rgb(136,186,104) instead hex code.

Text Font Color

.myTextColor { color: #88BA68; }

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

This text font color is #88BA68.


Background Color

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

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

This div background color is #88BA68.


Border color

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

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

This div border color is #88BA68.


Opacity

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

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

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

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

This text has shadow with #88BA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BA68 on black background.


Color preview on white background

This text has color #88BA68 on white background.



Black color preview on #88BA68 background

This text has black color on #88BA68 background.


White color preview on #88BA68 background

This text has white color on #88BA68 background.