COLOR #888B6D

HEX: #888B6D RGB: (136,139,109)

Color info

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

RGB color model

#888B6D color RGB value is (136,139,109).

RGB: (136,139,109) (53%, 55%, 43%)

RGB channels and saturation

R 136 of 255 = 53%
G 139 of 255 = 55%
B 109 of 255 = 43%

136
139
109

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

Portions of RGB colors in percentages

R + G + B = 136 + 139 + 109 = 384 (100%)
R 136 of 384 ~ 35.42%
G 139 of 384 ~ 36.2%
B 109 of 384 ~ 28.39'%

%35.42
%36.2
%28.39

CMYK color model

#888B6D color CMYK value is (2,0,22,45).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 45.49%

CMYK: (2,0,22,45)
C2M0Y22K45 (2%, 0%, 22%, 45%)
(0.02 / 0.00 / 0.22 / 0.45)

CMYK percentages

%2.16
%0
%21.58
%45.49

Codes

Color #888B6D in popluar color models

88 8B 6D
RGB 136 139 109
HSL 66° 12.10% 48.63%
HSB/HSV 66° 21.58% 54.51%
CMYK 2.16% 0.00% 21.58%
45.49%

Color #888B6D in popluar number systems.

HEX 88 8B 6D
Decimal 136 139 109
Binary 10001000 10001011 1101101
Octal 210 213 155

Shades and tints

Shades of #888B6D

#888B6D
(136,139,109)
#7C7F64
(124,127,100)
#70735B
(112,115,91)
#646752
(100,103,82)
#585B49
(88,91,73)
#4C4F40
(76,79,64)
#404337
(64,67,55)
#34372E
(52,55,46)
#282B25
(40,43,37)
#1C1F1C
(28,31,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #888B6D

#888B6D
(136,139,109)
#92957A
(146,149,122)
#9C9F87
(156,159,135)
#A6A994
(166,169,148)
#B0B3A1
(176,179,161)
#BABDAE
(186,189,174)
#C4C7BB
(196,199,187)
#CED1C8
(206,209,200)
#D8DBD5
(216,219,213)
#E2E5E2
(226,229,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888B6D color. Also use rgb(136,139,109) instead hex code.

Text Font Color

.myTextColor { color: #888B6D; }

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

This text font color is #888B6D.

Background Color

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

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

This div background color is #888B6D.

Border color

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

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

This div border color is #888B6D.

Opacity

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

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

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

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

This text has shadow with #888B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888B6D.

Preview

Color preview on black background

This text has color #888B6D on black background.


Color preview on white background

This text has color #888B6D on white background.


Black color preview on #888B6D background

This text has black color on #888B6D background.


White color preview on #888B6D background

This text has white color on #888B6D background.


Related colors

Complementary color

Complementary color for #hex is #777492.


I love getcolorcode.com

Triadic colors

1 #6D888B and #8B6D88 with #888B6D are triadic colors.

2 #6D8B88 and #8B886D with #888B6D are triadic colors.