COLOR #88AC92

HEX: #88AC92 RGB: (136,172,146)

Color info

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

RGB color model

#88AC92 color RGB value is (136,172,146).

RGB: (136,172,146) (53%, 67%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 146 of 255 = 57%

136
172
146

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

Portions of RGB colors in percentages

R + G + B = 136 + 172 + 146 = 454 (100%)
R 136 of 454 ~ 29.96%
G 172 of 454 ~ 37.89%
B 146 of 454 ~ 32.16'%

%29.96
%37.89
%32.16

CMYK color model

#88AC92 color CMYK value is (21,0,15,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 32.55%

CMYK: (21,0,15,33)
C21M0Y15K33 (21%, 0%, 15%, 33%)
(0.21 / 0.00 / 0.15 / 0.33)

CMYK percentages

%20.93
%0
%15.12
%32.55

Codes

Color #88AC92 in popluar color models

88 AC 92
RGB 136 172 146
HSL 137° 17.82% 60.39%
HSB/HSV 137° 20.93% 67.45%
CMYK 20.93% 0.00% 15.12%
32.55%

Color #88AC92 in popluar number systems.

HEX 88 AC 92
Decimal 136 172 146
Binary 10001000 10101100 10010010
Octal 210 254 222

Shades and tints

Shades of #88AC92

#88AC92
(136,172,146)
#7C9D85
(124,157,133)
#708E78
(112,142,120)
#647F6B
(100,127,107)
#58705E
(88,112,94)
#4C6151
(76,97,81)
#405244
(64,82,68)
#344337
(52,67,55)
#28342A
(40,52,42)
#1C251D
(28,37,29)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #88AC92

#88AC92
(136,172,146)
#92B39B
(146,179,155)
#9CBAA4
(156,186,164)
#A6C1AD
(166,193,173)
#B0C8B6
(176,200,182)
#BACFBF
(186,207,191)
#C4D6C8
(196,214,200)
#CEDDD1
(206,221,209)
#D8E4DA
(216,228,218)
#E2EBE3
(226,235,227)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AC92; }

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

This text font color is #88AC92.

Background Color

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

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

This div background color is #88AC92.

Border color

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

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

This div border color is #88AC92.

Opacity

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

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

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

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

This text has shadow with #88AC92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AC92.

Preview

Color preview on black background

This text has color #88AC92 on black background.


Color preview on white background

This text has color #88AC92 on white background.


Black color preview on #88AC92 background

This text has black color on #88AC92 background.


White color preview on #88AC92 background

This text has white color on #88AC92 background.


Related colors

Complementary color

Complementary color for #hex is #77536D.


I love getcolorcode.com

Triadic colors

1 #9288AC and #AC9288 with #88AC92 are triadic colors.

2 #92AC88 and #AC8892 with #88AC92 are triadic colors.