COLOR #88AE75

HEX: #88AE75
RGB: (136,174,117)

Color info

#88AE75 contains red, green and blue colors in about the same proportion. Web safe color of #88AE75 is #999966 (or #996).

RGB color model

#88AE75 color RGB value is (136,174,117).

  • red value is 136;
  • green value is 174;
  • blue value is 117.
RGB:
(136,174,117)
(53%,68%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 117 of 255 = 46%

136
174
117

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

Portions of RGB colors in percentages

R + G + B =
136 + 174 + 117 = 427 (100%)
R 136 of 427 ~ 31.85%
G 174 of 427 ~ 40.75%
B 117 of 427 ~ 27.4%

%31.85
%40.75
%27.4

CMYK color model

#88AE75 color CMYK value is (22,0,33,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 31.76%
CMYK:
(22,0,33,32)
C22M0Y33K32 
(22%,0%,33%,32%)
(0.22/0.00/0.33/0.32)	

CMYK percentages

%21.84
%0
%32.76
%31.76

Codes

Color #88AE75 in popluar color models

88AE75
RGB136174117
HSL100°26.03%57.06%
HSB/HSV100°32.76%68.24%
CMYK21.84%0.00%32.76%
31.76%

Color #88AE75 in popluar number systems.

HEX88AE75
Decimal136174117
Binary10001000101011101110101
Octal210256165

Shades and tints

Shades of #88AE75

#88AE75
(136,174,117)
#7C9F6B
(124,159,107)
#709061
(112,144,97)
#648157
(100,129,87)
#58724D
(88,114,77)
#4C6343
(76,99,67)
#405439
(64,84,57)
#34452F
(52,69,47)
#283625
(40,54,37)
#1C271B
(28,39,27)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #88AE75

#88AE75
(136,174,117)
#92B581
(146,181,129)
#9CBC8D
(156,188,141)
#A6C399
(166,195,153)
#B0CAA5
(176,202,165)
#BAD1B1
(186,209,177)
#C4D8BD
(196,216,189)
#CEDFC9
(206,223,201)
#D8E6D5
(216,230,213)
#E2EDE1
(226,237,225)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AE75 color. Also use rgb(136,174,117) instead hex code.

Text Font Color

.myTextColor { color: #88AE75; }

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

This text font color is #88AE75.


Background Color

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

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

This div background color is #88AE75.


Border color

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

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

This div border color is #88AE75.


Opacity

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

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

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

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

This text has shadow with #88AE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AE75 on black background.


Color preview on white background

This text has color #88AE75 on white background.



Black color preview on #88AE75 background

This text has black color on #88AE75 background.


White color preview on #88AE75 background

This text has white color on #88AE75 background.