COLOR #88A793

HEX: #88A793 RGB: (136,167,147)

Color info

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

RGB color model

#88A793 color RGB value is (136,167,147).

RGB: (136,167,147) (53%, 65%, 58%)

RGB channels and saturation

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

136
167
147

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

Portions of RGB colors in percentages

R + G + B = 136 + 167 + 147 = 450 (100%)
R 136 of 450 ~ 30.22%
G 167 of 450 ~ 37.11%
B 147 of 450 ~ 32.67'%

%30.22
%37.11
%32.67

CMYK color model

#88A793 color CMYK value is (19,0,12,35).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 11.98%
  • key color value is 34.51%

CMYK: (19,0,12,35)
C19M0Y12K35 (19%, 0%, 12%, 35%)
(0.19 / 0.00 / 0.12 / 0.35)

CMYK percentages

%18.56
%0
%11.98
%34.51

Codes

Color #88A793 in popluar color models

88 A7 93
RGB 136 167 147
HSL 141° 14.98% 59.41%
HSB/HSV 141° 18.56% 65.49%
CMYK 18.56% 0.00% 11.98%
34.51%

Color #88A793 in popluar number systems.

HEX 88 A7 93
Decimal 136 167 147
Binary 10001000 10100111 10010011
Octal 210 247 223

Shades and tints

Shades of #88A793

#88A793
(136,167,147)
#7C9886
(124,152,134)
#708979
(112,137,121)
#647A6C
(100,122,108)
#586B5F
(88,107,95)
#4C5C52
(76,92,82)
#404D45
(64,77,69)
#343E38
(52,62,56)
#282F2B
(40,47,43)
#1C201E
(28,32,30)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #88A793

#88A793
(136,167,147)
#92AF9C
(146,175,156)
#9CB7A5
(156,183,165)
#A6BFAE
(166,191,174)
#B0C7B7
(176,199,183)
#BACFC0
(186,207,192)
#C4D7C9
(196,215,201)
#CEDFD2
(206,223,210)
#D8E7DB
(216,231,219)
#E2EFE4
(226,239,228)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A793; }

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

This text font color is #88A793.

Background Color

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

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

This div background color is #88A793.

Border color

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

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

This div border color is #88A793.

Opacity

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

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

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

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

This text has shadow with #88A793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A793.

Preview

Color preview on black background

This text has color #88A793 on black background.


Color preview on white background

This text has color #88A793 on white background.


Black color preview on #88A793 background

This text has black color on #88A793 background.


White color preview on #88A793 background

This text has white color on #88A793 background.


Related colors

Complementary color

Complementary color for #hex is #77586C.


I love getcolorcode.com

Triadic colors

1 #9388A7 and #A79388 with #88A793 are triadic colors.

2 #93A788 and #A78893 with #88A793 are triadic colors.