COLOR #88BD6E

HEX: #88BD6E
RGB: (136,189,110)

Color info

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

RGB color model

#88BD6E color RGB value is (136,189,110).

  • red value is 136;
  • green value is 189;
  • blue value is 110.
RGB:
(136,189,110)
(53%,74%,43%)

RGB channels and saturation

R 136 of 255 = 53%
G 189 of 255 = 74%
B 110 of 255 = 43%

136
189
110

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

Portions of RGB colors in percentages

R + G + B =
136 + 189 + 110 = 435 (100%)
R 136 of 435 ~ 31.26%
G 189 of 435 ~ 43.45%
B 110 of 435 ~ 25.29%

%31.26
%43.45
%25.29

CMYK color model

#88BD6E color CMYK value is (28,0,42,26).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 41.80%
  • key color value is 25.88%
CMYK:
(28,0,42,26)
C28M0Y42K26 
(28%,0%,42%,26%)
(0.28/0.00/0.42/0.26)	

CMYK percentages

%28.04
%0
%41.8
%25.88

Codes

Color #88BD6E in popluar color models

88BD6E
RGB136189110
HSL100°37.44%58.63%
HSB/HSV100°41.80%74.12%
CMYK28.04%0.00%41.80%
25.88%

Color #88BD6E in popluar number systems.

HEX88BD6E
Decimal136189110
Binary10001000101111011101110
Octal210275156

Shades and tints

Shades of #88BD6E

#88BD6E
(136,189,110)
#7CAC64
(124,172,100)
#709B5A
(112,155,90)
#648A50
(100,138,80)
#587946
(88,121,70)
#4C683C
(76,104,60)
#405732
(64,87,50)
#344628
(52,70,40)
#28351E
(40,53,30)
#1C2414
(28,36,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #88BD6E

#88BD6E
(136,189,110)
#92C37B
(146,195,123)
#9CC988
(156,201,136)
#A6CF95
(166,207,149)
#B0D5A2
(176,213,162)
#BADBAF
(186,219,175)
#C4E1BC
(196,225,188)
#CEE7C9
(206,231,201)
#D8EDD6
(216,237,214)
#E2F3E3
(226,243,227)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BD6E color. Also use rgb(136,189,110) instead hex code.

Text Font Color

.myTextColor { color: #88BD6E; }

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

This text font color is #88BD6E.


Background Color

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

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

This div background color is #88BD6E.


Border color

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

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

This div border color is #88BD6E.


Opacity

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

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

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

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

This text has shadow with #88BD6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BD6E on black background.


Color preview on white background

This text has color #88BD6E on white background.



Black color preview on #88BD6E background

This text has black color on #88BD6E background.


White color preview on #88BD6E background

This text has white color on #88BD6E background.