COLOR #88A395

HEX: #88A395 RGB: (136,163,149)

Color info

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

RGB color model

#88A395 color RGB value is (136,163,149).

RGB: (136,163,149) (53%, 64%, 58%)

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 149 of 255 = 58%

136
163
149

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

Portions of RGB colors in percentages

R + G + B = 136 + 163 + 149 = 448 (100%)
R 136 of 448 ~ 30.36%
G 163 of 448 ~ 36.38%
B 149 of 448 ~ 33.26'%

%30.36
%36.38
%33.26

CMYK color model

#88A395 color CMYK value is (17,0,9,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%

CMYK: (17,0,9,36)
C17M0Y9K36 (17%, 0%, 9%, 36%)
(0.17 / 0.00 / 0.09 / 0.36)

CMYK percentages

%16.56
%0
%8.59
%36.08

Codes

Color #88A395 in popluar color models

88 A3 95
RGB 136 163 149
HSL 149° 12.80% 58.63%
HSB/HSV 149° 16.56% 63.92%
CMYK 16.56% 0.00% 8.59%
36.08%

Color #88A395 in popluar number systems.

HEX 88 A3 95
Decimal 136 163 149
Binary 10001000 10100011 10010101
Octal 210 243 225

Shades and tints

Shades of #88A395

#88A395
(136,163,149)
#7C9588
(124,149,136)
#70877B
(112,135,123)
#64796E
(100,121,110)
#586B61
(88,107,97)
#4C5D54
(76,93,84)
#404F47
(64,79,71)
#34413A
(52,65,58)
#28332D
(40,51,45)
#1C2520
(28,37,32)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #88A395

#88A395
(136,163,149)
#92AB9E
(146,171,158)
#9CB3A7
(156,179,167)
#A6BBB0
(166,187,176)
#B0C3B9
(176,195,185)
#BACBC2
(186,203,194)
#C4D3CB
(196,211,203)
#CEDBD4
(206,219,212)
#D8E3DD
(216,227,221)
#E2EBE6
(226,235,230)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A395 color. Also use rgb(136,163,149) instead hex code.

Text Font Color

.myTextColor { color: #88A395; }

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

This text font color is #88A395.

Background Color

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

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

This div background color is #88A395.

Border color

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

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

This div border color is #88A395.

Opacity

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

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

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

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

This text has shadow with #88A395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A395.

Preview

Color preview on black background

This text has color #88A395 on black background.


Color preview on white background

This text has color #88A395 on white background.


Black color preview on #88A395 background

This text has black color on #88A395 background.


White color preview on #88A395 background

This text has white color on #88A395 background.


Related colors

Complementary color

Complementary color for #hex is #775C6A.


I love getcolorcode.com

Triadic colors

1 #9588A3 and #A39588 with #88A395 are triadic colors.

2 #95A388 and #A38895 with #88A395 are triadic colors.