COLOR #88AF6F

HEX: #88AF6F RGB: (136,175,111)

Color info

#88AF6F contains mainly red and green colors. Web safe color of #88AF6F is #999966 (or #996).

RGB color model

#88AF6F color RGB value is (136,175,111).

RGB: (136,175,111) (53%, 69%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 111 of 255 = 44%

136
175
111

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

Portions of RGB colors in percentages

R + G + B = 136 + 175 + 111 = 422 (100%)
R 136 of 422 ~ 32.23%
G 175 of 422 ~ 41.47%
B 111 of 422 ~ 26.3'%

%32.23
%41.47
%26.3

CMYK color model

#88AF6F color CMYK value is (22,0,37,31).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 31.37%

CMYK: (22,0,37,31)
C22M0Y37K31 (22%, 0%, 37%, 31%)
(0.22 / 0.00 / 0.37 / 0.31)

CMYK percentages

%22.29
%0
%36.57
%31.37

Codes

Color #88AF6F in popluar color models

88 AF 6F
RGB 136 175 111
HSL 97° 28.57% 56.08%
HSB/HSV 97° 36.57% 68.63%
CMYK 22.29% 0.00% 36.57%
31.37%

Color #88AF6F in popluar number systems.

HEX 88 AF 6F
Decimal 136 175 111
Binary 10001000 10101111 1101111
Octal 210 257 157

Shades and tints

Shades of #88AF6F

#88AF6F
(136,175,111)
#7CA065
(124,160,101)
#70915B
(112,145,91)
#648251
(100,130,81)
#587347
(88,115,71)
#4C643D
(76,100,61)
#405533
(64,85,51)
#344629
(52,70,41)
#28371F
(40,55,31)
#1C2815
(28,40,21)
#10190B
(16,25,11)
#000000
(0,0,0)

Tints of #88AF6F

#88AF6F
(136,175,111)
#92B67C
(146,182,124)
#9CBD89
(156,189,137)
#A6C496
(166,196,150)
#B0CBA3
(176,203,163)
#BAD2B0
(186,210,176)
#C4D9BD
(196,217,189)
#CEE0CA
(206,224,202)
#D8E7D7
(216,231,215)
#E2EEE4
(226,238,228)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AF6F; }

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

This text font color is #88AF6F.

Background Color

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

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

This div background color is #88AF6F.

Border color

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

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

This div border color is #88AF6F.

Opacity

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

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

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

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

This text has shadow with #88AF6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AF6F.

Preview

Color preview on black background

This text has color #88AF6F on black background.


Color preview on white background

This text has color #88AF6F on white background.


Black color preview on #88AF6F background

This text has black color on #88AF6F background.


White color preview on #88AF6F background

This text has white color on #88AF6F background.


Related colors

Complementary color

Complementary color for #hex is #775090.


I love getcolorcode.com

Triadic colors

1 #6F88AF and #AF6F88 with #88AF6F are triadic colors.

2 #6FAF88 and #AF886F with #88AF6F are triadic colors.