COLOR #888B6E

HEX: #888B6E RGB: (136,139,110)

Color info

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

RGB color model

#888B6E color RGB value is (136,139,110).

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

RGB channels and saturation

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

136
139
110

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

Portions of RGB colors in percentages

R + G + B = 136 + 139 + 110 = 385 (100%)
R 136 of 385 ~ 35.32%
G 139 of 385 ~ 36.1%
B 110 of 385 ~ 28.57'%

%35.32
%36.1
%28.57

CMYK color model

#888B6E color CMYK value is (2,0,21,45).

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

CMYK: (2,0,21,45)
C2M0Y21K45 (2%, 0%, 21%, 45%)
(0.02 / 0.00 / 0.21 / 0.45)

CMYK percentages

%2.16
%0
%20.86
%45.49

Codes

Color #888B6E in popluar color models

88 8B 6E
RGB 136 139 110
HSL 66° 11.65% 48.82%
HSB/HSV 66° 20.86% 54.51%
CMYK 2.16% 0.00% 20.86%
45.49%

Color #888B6E in popluar number systems.

HEX 88 8B 6E
Decimal 136 139 110
Binary 10001000 10001011 1101110
Octal 210 213 156

Shades and tints

Shades of #888B6E

#888B6E
(136,139,110)
#7C7F64
(124,127,100)
#70735A
(112,115,90)
#646750
(100,103,80)
#585B46
(88,91,70)
#4C4F3C
(76,79,60)
#404332
(64,67,50)
#343728
(52,55,40)
#282B1E
(40,43,30)
#1C1F14
(28,31,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #888B6E

#888B6E
(136,139,110)
#92957B
(146,149,123)
#9C9F88
(156,159,136)
#A6A995
(166,169,149)
#B0B3A2
(176,179,162)
#BABDAF
(186,189,175)
#C4C7BC
(196,199,188)
#CED1C9
(206,209,201)
#D8DBD6
(216,219,214)
#E2E5E3
(226,229,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888B6E; }

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

This text font color is #888B6E.

Background Color

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

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

This div background color is #888B6E.

Border color

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

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

This div border color is #888B6E.

Opacity

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

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

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

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

This text has shadow with #888B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888B6E.

Preview

Color preview on black background

This text has color #888B6E on black background.


Color preview on white background

This text has color #888B6E on white background.


Black color preview on #888B6E background

This text has black color on #888B6E background.


White color preview on #888B6E background

This text has white color on #888B6E background.


Related colors

Complementary color

Complementary color for #hex is #777491.


I love getcolorcode.com

Triadic colors

1 #6E888B and #8B6E88 with #888B6E are triadic colors.

2 #6E8B88 and #8B886E with #888B6E are triadic colors.