COLOR #88AF6D

HEX: #88AF6D
RGB: (136,175,109)

Color info

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

RGB color model

#88AF6D color RGB value is (136,175,109).

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

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 109 of 255 = 43%

136
175
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 109 = 420 (100%)
R 136 of 420 ~ 32.38%
G 175 of 420 ~ 41.67%
B 109 of 420 ~ 25.95%

%32.38
%41.67
%25.95

CMYK color model

#88AF6D color CMYK value is (22,0,38,31).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 37.71%
  • key color value is 31.37%
CMYK:
(22,0,38,31)
C22M0Y38K31 
(22%,0%,38%,31%)
(0.22/0.00/0.38/0.31)	

CMYK percentages

%22.29
%0
%37.71
%31.37

Codes

Color #88AF6D in popluar color models

88AF6D
RGB136175109
HSL95°29.20%55.69%
HSB/HSV95°37.71%68.63%
CMYK22.29%0.00%37.71%
31.37%

Color #88AF6D in popluar number systems.

HEX88AF6D
Decimal136175109
Binary10001000101011111101101
Octal210257155

Shades and tints

Shades of #88AF6D

#88AF6D
(136,175,109)
#7CA064
(124,160,100)
#70915B
(112,145,91)
#648252
(100,130,82)
#587349
(88,115,73)
#4C6440
(76,100,64)
#405537
(64,85,55)
#34462E
(52,70,46)
#283725
(40,55,37)
#1C281C
(28,40,28)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #88AF6D

#88AF6D
(136,175,109)
#92B67A
(146,182,122)
#9CBD87
(156,189,135)
#A6C494
(166,196,148)
#B0CBA1
(176,203,161)
#BAD2AE
(186,210,174)
#C4D9BB
(196,217,187)
#CEE0C8
(206,224,200)
#D8E7D5
(216,231,213)
#E2EEE2
(226,238,226)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AF6D; }

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

This text font color is #88AF6D.


Background Color

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

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

This div background color is #88AF6D.


Border color

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

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

This div border color is #88AF6D.


Opacity

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

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

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

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

This text has shadow with #88AF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AF6D on black background.


Color preview on white background

This text has color #88AF6D on white background.



Black color preview on #88AF6D background

This text has black color on #88AF6D background.


White color preview on #88AF6D background

This text has white color on #88AF6D background.