COLOR #88AE92

HEX: #88AE92
RGB: (136,174,146)

Color info

#88AE92 contains red, green and blue colors in about the same proportion. Web safe color of #88AE92 is #999999 (or #999).

RGB color model

#88AE92 color RGB value is (136,174,146).

  • red value is 136;
  • green value is 174;
  • blue value is 146.
RGB:
(136,174,146)
(53%,68%,57%)

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 146 of 255 = 57%

136
174
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 174 + 146 = 456 (100%)
R 136 of 456 ~ 29.82%
G 174 of 456 ~ 38.16%
B 146 of 456 ~ 32.02%

%29.82
%38.16
%32.02

CMYK color model

#88AE92 color CMYK value is (22,0,16,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(22,0,16,32)
C22M0Y16K32 
(22%,0%,16%,32%)
(0.22/0.00/0.16/0.32)	

CMYK percentages

%21.84
%0
%16.09
%31.76

Codes

Color #88AE92 in popluar color models

88AE92
RGB136174146
HSL136°19.00%60.78%
HSB/HSV136°21.84%68.24%
CMYK21.84%0.00%16.09%
31.76%

Color #88AE92 in popluar number systems.

HEX88AE92
Decimal136174146
Binary100010001010111010010010
Octal210256222

Shades and tints

Shades of #88AE92

#88AE92
(136,174,146)
#7C9F85
(124,159,133)
#709078
(112,144,120)
#64816B
(100,129,107)
#58725E
(88,114,94)
#4C6351
(76,99,81)
#405444
(64,84,68)
#344537
(52,69,55)
#28362A
(40,54,42)
#1C271D
(28,39,29)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #88AE92

#88AE92
(136,174,146)
#92B59B
(146,181,155)
#9CBCA4
(156,188,164)
#A6C3AD
(166,195,173)
#B0CAB6
(176,202,182)
#BAD1BF
(186,209,191)
#C4D8C8
(196,216,200)
#CEDFD1
(206,223,209)
#D8E6DA
(216,230,218)
#E2EDE3
(226,237,227)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AE92 color. Also use rgb(136,174,146) instead hex code.

Text Font Color

.myTextColor { color: #88AE92; }

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

This text font color is #88AE92.


Background Color

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

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

This div background color is #88AE92.


Border color

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

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

This div border color is #88AE92.


Opacity

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

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

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

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

This text has shadow with #88AE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AE92 on black background.


Color preview on white background

This text has color #88AE92 on white background.



Black color preview on #88AE92 background

This text has black color on #88AE92 background.


White color preview on #88AE92 background

This text has white color on #88AE92 background.