COLOR #88AEAC

HEX: #88AEAC RGB: (136,174,172)

Color info

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

RGB color model

#88AEAC color RGB value is (136,174,172).

RGB: (136,174,172) (53%, 68%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 172 of 255 = 67%

136
174
172

R + G + B ~ 63%. #88AEAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 174 + 172 = 482 (100%)
R 136 of 482 ~ 28.22%
G 174 of 482 ~ 36.1%
B 172 of 482 ~ 35.68'%

%28.22
%36.1
%35.68

CMYK color model

#88AEAC color CMYK value is (22,0,1,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%

CMYK: (22,0,1,32)
C22M0Y1K32 (22%, 0%, 1%, 32%)
(0.22 / 0.00 / 0.01 / 0.32)

CMYK percentages

%21.84
%0
%1.15
%31.76

Codes

Color #88AEAC in popluar color models

88 AE AC
RGB 136 174 172
HSL 177° 19.00% 60.78%
HSB/HSV 177° 21.84% 68.24%
CMYK 21.84% 0.00% 1.15%
31.76%

Color #88AEAC in popluar number systems.

HEX 88 AE AC
Decimal 136 174 172
Binary 10001000 10101110 10101100
Octal 210 256 254

Shades and tints

Shades of #88AEAC

#88AEAC
(136,174,172)
#7C9F9D
(124,159,157)
#70908E
(112,144,142)
#64817F
(100,129,127)
#587270
(88,114,112)
#4C6361
(76,99,97)
#405452
(64,84,82)
#344543
(52,69,67)
#283634
(40,54,52)
#1C2725
(28,39,37)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #88AEAC

#88AEAC
(136,174,172)
#92B5B3
(146,181,179)
#9CBCBA
(156,188,186)
#A6C3C1
(166,195,193)
#B0CAC8
(176,202,200)
#BAD1CF
(186,209,207)
#C4D8D6
(196,216,214)
#CEDFDD
(206,223,221)
#D8E6E4
(216,230,228)
#E2EDEB
(226,237,235)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AEAC; }

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

This text font color is #88AEAC.

Background Color

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

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

This div background color is #88AEAC.

Border color

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

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

This div border color is #88AEAC.

Opacity

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

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

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

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

This text has shadow with #88AEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AEAC.

Preview

Color preview on black background

This text has color #88AEAC on black background.


Color preview on white background

This text has color #88AEAC on white background.


Black color preview on #88AEAC background

This text has black color on #88AEAC background.


White color preview on #88AEAC background

This text has white color on #88AEAC background.


Related colors

Complementary color

Complementary color for #hex is #775153.


I love getcolorcode.com

Triadic colors

1 #AC88AE and #AEAC88 with #88AEAC are triadic colors.

2 #ACAE88 and #AE88AC with #88AEAC are triadic colors.