COLOR #88BF8B

HEX: #88BF8B
RGB: (136,191,139)

Color info

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

RGB color model

#88BF8B color RGB value is (136,191,139).

  • red value is 136;
  • green value is 191;
  • blue value is 139.
RGB:
(136,191,139)
(53%,75%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 191 of 255 = 75%
B 139 of 255 = 55%

136
191
139

R + G + B ~ 61%. #88BF8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 191 + 139 = 466 (100%)
R 136 of 466 ~ 29.18%
G 191 of 466 ~ 40.99%
B 139 of 466 ~ 29.83%

%29.18
%40.99
%29.83

CMYK color model

#88BF8B color CMYK value is (29,0,27,25).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 25.10%
CMYK:
(29,0,27,25)
C29M0Y27K25 
(29%,0%,27%,25%)
(0.29/0.00/0.27/0.25)	

CMYK percentages

%28.8
%0
%27.23
%25.1

Codes

Color #88BF8B in popluar color models

88BF8B
RGB136191139
HSL123°30.05%64.12%
HSB/HSV123°28.80%74.90%
CMYK28.80%0.00%27.23%
25.10%

Color #88BF8B in popluar number systems.

HEX88BF8B
Decimal136191139
Binary100010001011111110001011
Octal210277213

Shades and tints

Shades of #88BF8B

#88BF8B
(136,191,139)
#7CAE7F
(124,174,127)
#709D73
(112,157,115)
#648C67
(100,140,103)
#587B5B
(88,123,91)
#4C6A4F
(76,106,79)
#405943
(64,89,67)
#344837
(52,72,55)
#28372B
(40,55,43)
#1C261F
(28,38,31)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #88BF8B

#88BF8B
(136,191,139)
#92C495
(146,196,149)
#9CC99F
(156,201,159)
#A6CEA9
(166,206,169)
#B0D3B3
(176,211,179)
#BAD8BD
(186,216,189)
#C4DDC7
(196,221,199)
#CEE2D1
(206,226,209)
#D8E7DB
(216,231,219)
#E2ECE5
(226,236,229)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BF8B color. Also use rgb(136,191,139) instead hex code.

Text Font Color

.myTextColor { color: #88BF8B; }

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

This text font color is #88BF8B.


Background Color

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

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

This div background color is #88BF8B.


Border color

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

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

This div border color is #88BF8B.


Opacity

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

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

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

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

This text has shadow with #88BF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BF8B on black background.


Color preview on white background

This text has color #88BF8B on white background.



Black color preview on #88BF8B background

This text has black color on #88BF8B background.


White color preview on #88BF8B background

This text has white color on #88BF8B background.