COLOR #88A48E

HEX: #88A48E RGB: (136,164,142)

Color info

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

RGB color model

#88A48E color RGB value is (136,164,142).

RGB: (136,164,142) (53%, 64%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 142 of 255 = 56%

136
164
142

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

Portions of RGB colors in percentages

R + G + B = 136 + 164 + 142 = 442 (100%)
R 136 of 442 ~ 30.77%
G 164 of 442 ~ 37.1%
B 142 of 442 ~ 32.13'%

%30.77
%37.1
%32.13

CMYK color model

#88A48E color CMYK value is (17,0,13,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 35.69%

CMYK: (17,0,13,36)
C17M0Y13K36 (17%, 0%, 13%, 36%)
(0.17 / 0.00 / 0.13 / 0.36)

CMYK percentages

%17.07
%0
%13.41
%35.69

Codes

Color #88A48E in popluar color models

88 A4 8E
RGB 136 164 142
HSL 133° 13.33% 58.82%
HSB/HSV 133° 17.07% 64.31%
CMYK 17.07% 0.00% 13.41%
35.69%

Color #88A48E in popluar number systems.

HEX 88 A4 8E
Decimal 136 164 142
Binary 10001000 10100100 10001110
Octal 210 244 216

Shades and tints

Shades of #88A48E

#88A48E
(136,164,142)
#7C9682
(124,150,130)
#708876
(112,136,118)
#647A6A
(100,122,106)
#586C5E
(88,108,94)
#4C5E52
(76,94,82)
#405046
(64,80,70)
#34423A
(52,66,58)
#28342E
(40,52,46)
#1C2622
(28,38,34)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #88A48E

#88A48E
(136,164,142)
#92AC98
(146,172,152)
#9CB4A2
(156,180,162)
#A6BCAC
(166,188,172)
#B0C4B6
(176,196,182)
#BACCC0
(186,204,192)
#C4D4CA
(196,212,202)
#CEDCD4
(206,220,212)
#D8E4DE
(216,228,222)
#E2ECE8
(226,236,232)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A48E color. Also use rgb(136,164,142) instead hex code.

Text Font Color

.myTextColor { color: #88A48E; }

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

This text font color is #88A48E.

Background Color

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

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

This div background color is #88A48E.

Border color

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

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

This div border color is #88A48E.

Opacity

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

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

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

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

This text has shadow with #88A48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A48E.

Preview

Color preview on black background

This text has color #88A48E on black background.


Color preview on white background

This text has color #88A48E on white background.


Black color preview on #88A48E background

This text has black color on #88A48E background.


White color preview on #88A48E background

This text has white color on #88A48E background.


Related colors

Complementary color

Complementary color for #hex is #775B71.


I love getcolorcode.com

Triadic colors

1 #8E88A4 and #A48E88 with #88A48E are triadic colors.

2 #8EA488 and #A4888E with #88A48E are triadic colors.