COLOR #88A795

HEX: #88A795
RGB: (136,167,149)

Color info

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

RGB color model

#88A795 color RGB value is (136,167,149).

  • red value is 136;
  • green value is 167;
  • blue value is 149.
RGB:
(136,167,149)
(53%,65%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 167 of 255 = 65%
B 149 of 255 = 58%

136
167
149

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

Portions of RGB colors in percentages

R + G + B =
136 + 167 + 149 = 452 (100%)
R 136 of 452 ~ 30.09%
G 167 of 452 ~ 36.95%
B 149 of 452 ~ 32.96%

%30.09
%36.95
%32.96

CMYK color model

#88A795 color CMYK value is (19,0,11,35).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(19,0,11,35)
C19M0Y11K35 
(19%,0%,11%,35%)
(0.19/0.00/0.11/0.35)	

CMYK percentages

%18.56
%0
%10.78
%34.51

Codes

Color #88A795 in popluar color models

88A795
RGB136167149
HSL145°14.98%59.41%
HSB/HSV145°18.56%65.49%
CMYK18.56%0.00%10.78%
34.51%

Color #88A795 in popluar number systems.

HEX88A795
Decimal136167149
Binary100010001010011110010101
Octal210247225

Shades and tints

Shades of #88A795

#88A795
(136,167,149)
#7C9888
(124,152,136)
#70897B
(112,137,123)
#647A6E
(100,122,110)
#586B61
(88,107,97)
#4C5C54
(76,92,84)
#404D47
(64,77,71)
#343E3A
(52,62,58)
#282F2D
(40,47,45)
#1C2020
(28,32,32)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #88A795

#88A795
(136,167,149)
#92AF9E
(146,175,158)
#9CB7A7
(156,183,167)
#A6BFB0
(166,191,176)
#B0C7B9
(176,199,185)
#BACFC2
(186,207,194)
#C4D7CB
(196,215,203)
#CEDFD4
(206,223,212)
#D8E7DD
(216,231,221)
#E2EFE6
(226,239,230)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A795; }

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

This text font color is #88A795.


Background Color

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

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

This div background color is #88A795.


Border color

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

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

This div border color is #88A795.


Opacity

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

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

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

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

This text has shadow with #88A795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A795 on black background.


Color preview on white background

This text has color #88A795 on white background.



Black color preview on #88A795 background

This text has black color on #88A795 background.


White color preview on #88A795 background

This text has white color on #88A795 background.