COLOR #88AD92

HEX: #88AD92
RGB: (136,173,146)

Color info

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

RGB color model

#88AD92 color RGB value is (136,173,146).

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

RGB channels and saturation

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

136
173
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 146 = 455 (100%)
R 136 of 455 ~ 29.89%
G 173 of 455 ~ 38.02%
B 146 of 455 ~ 32.09%

%29.89
%38.02
%32.09

CMYK color model

#88AD92 color CMYK value is (21,0,16,32).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(21,0,16,32)
C21M0Y16K32 
(21%,0%,16%,32%)
(0.21/0.00/0.16/0.32)	

CMYK percentages

%21.39
%0
%15.61
%32.16

Codes

Color #88AD92 in popluar color models

88AD92
RGB136173146
HSL136°18.41%60.59%
HSB/HSV136°21.39%67.84%
CMYK21.39%0.00%15.61%
32.16%

Color #88AD92 in popluar number systems.

HEX88AD92
Decimal136173146
Binary100010001010110110010010
Octal210255222

Shades and tints

Shades of #88AD92

#88AD92
(136,173,146)
#7C9E85
(124,158,133)
#708F78
(112,143,120)
#64806B
(100,128,107)
#58715E
(88,113,94)
#4C6251
(76,98,81)
#405344
(64,83,68)
#344437
(52,68,55)
#28352A
(40,53,42)
#1C261D
(28,38,29)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #88AD92

#88AD92
(136,173,146)
#92B49B
(146,180,155)
#9CBBA4
(156,187,164)
#A6C2AD
(166,194,173)
#B0C9B6
(176,201,182)
#BAD0BF
(186,208,191)
#C4D7C8
(196,215,200)
#CEDED1
(206,222,209)
#D8E5DA
(216,229,218)
#E2ECE3
(226,236,227)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AD92; }

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

This text font color is #88AD92.


Background Color

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

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

This div background color is #88AD92.


Border color

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

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

This div border color is #88AD92.


Opacity

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

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

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

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

This text has shadow with #88AD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AD92 on black background.


Color preview on white background

This text has color #88AD92 on white background.



Black color preview on #88AD92 background

This text has black color on #88AD92 background.


White color preview on #88AD92 background

This text has white color on #88AD92 background.