COLOR #88A69E

HEX: #88A69E
RGB: (136,166,158)

Color info

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

RGB color model

#88A69E color RGB value is (136,166,158).

  • red value is 136;
  • green value is 166;
  • blue value is 158.
RGB:
(136,166,158)
(53%,65%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 166 of 255 = 65%
B 158 of 255 = 62%

136
166
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 166 + 158 = 460 (100%)
R 136 of 460 ~ 29.57%
G 166 of 460 ~ 36.09%
B 158 of 460 ~ 34.35%

%29.57
%36.09
%34.35

CMYK color model

#88A69E color CMYK value is (18,0,5,35).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(18,0,5,35)
C18M0Y5K35 
(18%,0%,5%,35%)
(0.18/0.00/0.05/0.35)	

CMYK percentages

%18.07
%0
%4.82
%34.9

Codes

Color #88A69E in popluar color models

88A69E
RGB136166158
HSL164°14.42%59.22%
HSB/HSV164°18.07%65.10%
CMYK18.07%0.00%4.82%
34.90%

Color #88A69E in popluar number systems.

HEX88A69E
Decimal136166158
Binary100010001010011010011110
Octal210246236

Shades and tints

Shades of #88A69E

#88A69E
(136,166,158)
#7C9790
(124,151,144)
#708882
(112,136,130)
#647974
(100,121,116)
#586A66
(88,106,102)
#4C5B58
(76,91,88)
#404C4A
(64,76,74)
#343D3C
(52,61,60)
#282E2E
(40,46,46)
#1C1F20
(28,31,32)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #88A69E

#88A69E
(136,166,158)
#92AEA6
(146,174,166)
#9CB6AE
(156,182,174)
#A6BEB6
(166,190,182)
#B0C6BE
(176,198,190)
#BACEC6
(186,206,198)
#C4D6CE
(196,214,206)
#CEDED6
(206,222,214)
#D8E6DE
(216,230,222)
#E2EEE6
(226,238,230)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A69E; }

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

This text font color is #88A69E.


Background Color

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

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

This div background color is #88A69E.


Border color

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

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

This div border color is #88A69E.


Opacity

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

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

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

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

This text has shadow with #88A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A69E on black background.


Color preview on white background

This text has color #88A69E on white background.



Black color preview on #88A69E background

This text has black color on #88A69E background.


White color preview on #88A69E background

This text has white color on #88A69E background.