COLOR #88BD8D

HEX: #88BD8D
RGB: (136,189,141)

Color info

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

RGB color model

#88BD8D color RGB value is (136,189,141).

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

RGB channels and saturation

R 136 of 255 = 53%
G 189 of 255 = 74%
B 141 of 255 = 55%

136
189
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 189 + 141 = 466 (100%)
R 136 of 466 ~ 29.18%
G 189 of 466 ~ 40.56%
B 141 of 466 ~ 30.26%

%29.18
%40.56
%30.26

CMYK color model

#88BD8D color CMYK value is (28,0,25,26).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 25.88%
CMYK:
(28,0,25,26)
C28M0Y25K26 
(28%,0%,25%,26%)
(0.28/0.00/0.25/0.26)	

CMYK percentages

%28.04
%0
%25.4
%25.88

Codes

Color #88BD8D in popluar color models

88BD8D
RGB136189141
HSL126°28.65%63.73%
HSB/HSV126°28.04%74.12%
CMYK28.04%0.00%25.40%
25.88%

Color #88BD8D in popluar number systems.

HEX88BD8D
Decimal136189141
Binary100010001011110110001101
Octal210275215

Shades and tints

Shades of #88BD8D

#88BD8D
(136,189,141)
#7CAC81
(124,172,129)
#709B75
(112,155,117)
#648A69
(100,138,105)
#58795D
(88,121,93)
#4C6851
(76,104,81)
#405745
(64,87,69)
#344639
(52,70,57)
#28352D
(40,53,45)
#1C2421
(28,36,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #88BD8D

#88BD8D
(136,189,141)
#92C397
(146,195,151)
#9CC9A1
(156,201,161)
#A6CFAB
(166,207,171)
#B0D5B5
(176,213,181)
#BADBBF
(186,219,191)
#C4E1C9
(196,225,201)
#CEE7D3
(206,231,211)
#D8EDDD
(216,237,221)
#E2F3E7
(226,243,231)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BD8D; }

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

This text font color is #88BD8D.


Background Color

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

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

This div background color is #88BD8D.


Border color

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

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

This div border color is #88BD8D.


Opacity

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

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

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

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

This text has shadow with #88BD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BD8D on black background.


Color preview on white background

This text has color #88BD8D on white background.



Black color preview on #88BD8D background

This text has black color on #88BD8D background.


White color preview on #88BD8D background

This text has white color on #88BD8D background.