COLOR #88AF7D

HEX: #88AF7D
RGB: (136,175,125)

Color info

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

RGB color model

#88AF7D color RGB value is (136,175,125).

  • red value is 136;
  • green value is 175;
  • blue value is 125.
RGB:
(136,175,125)
(53%,69%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 125 of 255 = 49%

136
175
125

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

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 125 = 436 (100%)
R 136 of 436 ~ 31.19%
G 175 of 436 ~ 40.14%
B 125 of 436 ~ 28.67%

%31.19
%40.14
%28.67

CMYK color model

#88AF7D color CMYK value is (22,0,29,31).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(22,0,29,31)
C22M0Y29K31 
(22%,0%,29%,31%)
(0.22/0.00/0.29/0.31)	

CMYK percentages

%22.29
%0
%28.57
%31.37

Codes

Color #88AF7D in popluar color models

88AF7D
RGB136175125
HSL107°23.81%58.82%
HSB/HSV107°28.57%68.63%
CMYK22.29%0.00%28.57%
31.37%

Color #88AF7D in popluar number systems.

HEX88AF7D
Decimal136175125
Binary10001000101011111111101
Octal210257175

Shades and tints

Shades of #88AF7D

#88AF7D
(136,175,125)
#7CA072
(124,160,114)
#709167
(112,145,103)
#64825C
(100,130,92)
#587351
(88,115,81)
#4C6446
(76,100,70)
#40553B
(64,85,59)
#344630
(52,70,48)
#283725
(40,55,37)
#1C281A
(28,40,26)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #88AF7D

#88AF7D
(136,175,125)
#92B688
(146,182,136)
#9CBD93
(156,189,147)
#A6C49E
(166,196,158)
#B0CBA9
(176,203,169)
#BAD2B4
(186,210,180)
#C4D9BF
(196,217,191)
#CEE0CA
(206,224,202)
#D8E7D5
(216,231,213)
#E2EEE0
(226,238,224)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AF7D color. Also use rgb(136,175,125) instead hex code.

Text Font Color

.myTextColor { color: #88AF7D; }

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

This text font color is #88AF7D.


Background Color

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

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

This div background color is #88AF7D.


Border color

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

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

This div border color is #88AF7D.


Opacity

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

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

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

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

This text has shadow with #88AF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AF7D on black background.


Color preview on white background

This text has color #88AF7D on white background.



Black color preview on #88AF7D background

This text has black color on #88AF7D background.


White color preview on #88AF7D background

This text has white color on #88AF7D background.