COLOR #88A69A

HEX: #88A69A RGB: (136,166,154)

Color info

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

RGB color model

#88A69A color RGB value is (136,166,154).

RGB: (136,166,154) (53%, 65%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 166 of 255 = 65%
B 154 of 255 = 60%

136
166
154

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

Portions of RGB colors in percentages

R + G + B = 136 + 166 + 154 = 456 (100%)
R 136 of 456 ~ 29.82%
G 166 of 456 ~ 36.4%
B 154 of 456 ~ 33.77'%

%29.82
%36.4
%33.77

CMYK color model

#88A69A color CMYK value is (18,0,7,35).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 34.90%

CMYK: (18,0,7,35)
C18M0Y7K35 (18%, 0%, 7%, 35%)
(0.18 / 0.00 / 0.07 / 0.35)

CMYK percentages

%18.07
%0
%7.23
%34.9

Codes

Color #88A69A in popluar color models

88 A6 9A
RGB 136 166 154
HSL 156° 14.42% 59.22%
HSB/HSV 156° 18.07% 65.10%
CMYK 18.07% 0.00% 7.23%
34.90%

Color #88A69A in popluar number systems.

HEX 88 A6 9A
Decimal 136 166 154
Binary 10001000 10100110 10011010
Octal 210 246 232

Shades and tints

Shades of #88A69A

#88A69A
(136,166,154)
#7C978C
(124,151,140)
#70887E
(112,136,126)
#647970
(100,121,112)
#586A62
(88,106,98)
#4C5B54
(76,91,84)
#404C46
(64,76,70)
#343D38
(52,61,56)
#282E2A
(40,46,42)
#1C1F1C
(28,31,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #88A69A

#88A69A
(136,166,154)
#92AEA3
(146,174,163)
#9CB6AC
(156,182,172)
#A6BEB5
(166,190,181)
#B0C6BE
(176,198,190)
#BACEC7
(186,206,199)
#C4D6D0
(196,214,208)
#CEDED9
(206,222,217)
#D8E6E2
(216,230,226)
#E2EEEB
(226,238,235)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A69A color. Also use rgb(136,166,154) instead hex code.

Text Font Color

.myTextColor { color: #88A69A; }

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

This text font color is #88A69A.

Background Color

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

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

This div background color is #88A69A.

Border color

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

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

This div border color is #88A69A.

Opacity

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

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

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

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

This text has shadow with #88A69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A69A.

Preview

Color preview on black background

This text has color #88A69A on black background.


Color preview on white background

This text has color #88A69A on white background.


Black color preview on #88A69A background

This text has black color on #88A69A background.


White color preview on #88A69A background

This text has white color on #88A69A background.


Related colors

Complementary color

Complementary color for #hex is #775965.


I love getcolorcode.com

Triadic colors

1 #9A88A6 and #A69A88 with #88A69A are triadic colors.

2 #9AA688 and #A6889A with #88A69A are triadic colors.