COLOR #88B98E

HEX: #88B98E
RGB: (136,185,142)

Color info

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

RGB color model

#88B98E color RGB value is (136,185,142).

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

RGB channels and saturation

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

136
185
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 185 + 142 = 463 (100%)
R 136 of 463 ~ 29.37%
G 185 of 463 ~ 39.96%
B 142 of 463 ~ 30.67%

%29.37
%39.96
%30.67

CMYK color model

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

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • 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
%23.24
%27.45

Codes

Color #88B98E in popluar color models

88B98E
RGB136185142
HSL127°25.93%62.94%
HSB/HSV127°26.49%72.55%
CMYK26.49%0.00%23.24%
27.45%

Color #88B98E in popluar number systems.

HEX88B98E
Decimal136185142
Binary100010001011100110001110
Octal210271216

Shades and tints

Shades of #88B98E

#88B98E
(136,185,142)
#7CA982
(124,169,130)
#709976
(112,153,118)
#64896A
(100,137,106)
#58795E
(88,121,94)
#4C6952
(76,105,82)
#405946
(64,89,70)
#34493A
(52,73,58)
#28392E
(40,57,46)
#1C2922
(28,41,34)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #88B98E

#88B98E
(136,185,142)
#92BF98
(146,191,152)
#9CC5A2
(156,197,162)
#A6CBAC
(166,203,172)
#B0D1B6
(176,209,182)
#BAD7C0
(186,215,192)
#C4DDCA
(196,221,202)
#CEE3D4
(206,227,212)
#D8E9DE
(216,233,222)
#E2EFE8
(226,239,232)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B98E; }

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

This text font color is #88B98E.


Background Color

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

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

This div background color is #88B98E.


Border color

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

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

This div border color is #88B98E.


Opacity

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

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

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

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

This text has shadow with #88B98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B98E on black background.


Color preview on white background

This text has color #88B98E on white background.



Black color preview on #88B98E background

This text has black color on #88B98E background.


White color preview on #88B98E background

This text has white color on #88B98E background.