COLOR #88B98F

HEX: #88B98F
RGB: (136,185,143)

Color info

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

RGB color model

#88B98F color RGB value is (136,185,143).

  • red value is 136;
  • green value is 185;
  • blue value is 143.
RGB:
(136,185,143)
(53%,73%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 185 of 255 = 73%
B 143 of 255 = 56%

136
185
143

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

Portions of RGB colors in percentages

R + G + B =
136 + 185 + 143 = 464 (100%)
R 136 of 464 ~ 29.31%
G 185 of 464 ~ 39.87%
B 143 of 464 ~ 30.82%

%29.31
%39.87
%30.82

CMYK color model

#88B98F color CMYK value is (26,0,23,27).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK:
(26,0,23,27)
C26M0Y23K27 
(26%,0%,23%,27%)
(0.26/0.00/0.23/0.27)	

CMYK percentages

%26.49
%0
%22.7
%27.45

Codes

Color #88B98F in popluar color models

88B98F
RGB136185143
HSL129°25.93%62.94%
HSB/HSV129°26.49%72.55%
CMYK26.49%0.00%22.70%
27.45%

Color #88B98F in popluar number systems.

HEX88B98F
Decimal136185143
Binary100010001011100110001111
Octal210271217

Shades and tints

Shades of #88B98F

#88B98F
(136,185,143)
#7CA982
(124,169,130)
#709975
(112,153,117)
#648968
(100,137,104)
#58795B
(88,121,91)
#4C694E
(76,105,78)
#405941
(64,89,65)
#344934
(52,73,52)
#283927
(40,57,39)
#1C291A
(28,41,26)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #88B98F

#88B98F
(136,185,143)
#92BF99
(146,191,153)
#9CC5A3
(156,197,163)
#A6CBAD
(166,203,173)
#B0D1B7
(176,209,183)
#BAD7C1
(186,215,193)
#C4DDCB
(196,221,203)
#CEE3D5
(206,227,213)
#D8E9DF
(216,233,223)
#E2EFE9
(226,239,233)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B98F color. Also use rgb(136,185,143) instead hex code.

Text Font Color

.myTextColor { color: #88B98F; }

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

This text font color is #88B98F.


Background Color

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

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

This div background color is #88B98F.


Border color

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

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

This div border color is #88B98F.


Opacity

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

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

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

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

This text has shadow with #88B98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B98F on black background.


Color preview on white background

This text has color #88B98F on white background.



Black color preview on #88B98F background

This text has black color on #88B98F background.


White color preview on #88B98F background

This text has white color on #88B98F background.