COLOR #888A6E

HEX: #888A6E
RGB: (136,138,110)

Color info

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

RGB color model

#888A6E color RGB value is (136,138,110).

  • red value is 136;
  • green value is 138;
  • blue value is 110.
RGB:
(136,138,110)
(53%,54%,43%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 110 of 255 = 43%

136
138
110

R + G + B ~ 50%. #888A6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 138 + 110 = 384 (100%)
R 136 of 384 ~ 35.42%
G 138 of 384 ~ 35.94%
B 110 of 384 ~ 28.65%

%35.42
%35.94
%28.65

CMYK color model

#888A6E color CMYK value is (1,0,20,46).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 45.88%
CMYK:
(1,0,20,46)
C1M0Y20K46 
(1%,0%,20%,46%)
(0.01/0.00/0.20/0.46)	

CMYK percentages

%1.45
%0
%20.29
%45.88

Codes

Color #888A6E in popluar color models

888A6E
RGB136138110
HSL64°11.29%48.63%
HSB/HSV64°20.29%54.12%
CMYK1.45%0.00%20.29%
45.88%

Color #888A6E in popluar number systems.

HEX888A6E
Decimal136138110
Binary10001000100010101101110
Octal210212156

Shades and tints

Shades of #888A6E

#888A6E
(136,138,110)
#7C7E64
(124,126,100)
#70725A
(112,114,90)
#646650
(100,102,80)
#585A46
(88,90,70)
#4C4E3C
(76,78,60)
#404232
(64,66,50)
#343628
(52,54,40)
#282A1E
(40,42,30)
#1C1E14
(28,30,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #888A6E

#888A6E
(136,138,110)
#92947B
(146,148,123)
#9C9E88
(156,158,136)
#A6A895
(166,168,149)
#B0B2A2
(176,178,162)
#BABCAF
(186,188,175)
#C4C6BC
(196,198,188)
#CED0C9
(206,208,201)
#D8DAD6
(216,218,214)
#E2E4E3
(226,228,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888A6E color. Also use rgb(136,138,110) instead hex code.

Text Font Color

.myTextColor { color: #888A6E; }

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

This text font color is #888A6E.


Background Color

.myBgColor { background-color: #888A6E; }

<div style="background-color:#888A6E">Inner text</div>

This div background color is #888A6E.


Border color

.myBorderColor { border: 1px solid #888A6E; }

<div style="border:3px solid #888A6E">Div</div>

This div border color is #888A6E.


Opacity

.myOpacity80 { color: #888A6E; opacity: 0.8; }

<p style="color:#888A6E;opacity:0.8;">80%</p>

Text with #888A6E 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 #888A6E;}

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

This text has shadow with #888A6E color.

.textShadow {text-shadow: 3px 3px 1px #888A6E, 3px 3px 1px red;}

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

This text has shadow with #888A6E primary color and red secondary color.


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

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

This text has shadow with #888A6E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888A6E on black background.


Color preview on white background

This text has color #888A6E on white background.



Black color preview on #888A6E background

This text has black color on #888A6E background.


White color preview on #888A6E background

This text has white color on #888A6E background.