COLOR #888F6B

HEX: #888F6B RGB: (136,143,107)

Color info

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

RGB color model

#888F6B color RGB value is (136,143,107).

RGB: (136,143,107) (53%, 56%, 42%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 107 of 255 = 42%

136
143
107

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

Portions of RGB colors in percentages

R + G + B = 136 + 143 + 107 = 386 (100%)
R 136 of 386 ~ 35.23%
G 143 of 386 ~ 37.05%
B 107 of 386 ~ 27.72'%

%35.23
%37.05
%27.72

CMYK color model

#888F6B color CMYK value is (5,0,25,44).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 43.92%

CMYK: (5,0,25,44)
C5M0Y25K44 (5%, 0%, 25%, 44%)
(0.05 / 0.00 / 0.25 / 0.44)

CMYK percentages

%4.9
%0
%25.17
%43.92

Codes

Color #888F6B in popluar color models

88 8F 6B
RGB 136 143 107
HSL 72° 14.40% 49.02%
HSB/HSV 72° 25.17% 56.08%
CMYK 4.90% 0.00% 25.17%
43.92%

Color #888F6B in popluar number systems.

HEX 88 8F 6B
Decimal 136 143 107
Binary 10001000 10001111 1101011
Octal 210 217 153

Shades and tints

Shades of #888F6B

#888F6B
(136,143,107)
#7C8262
(124,130,98)
#707559
(112,117,89)
#646850
(100,104,80)
#585B47
(88,91,71)
#4C4E3E
(76,78,62)
#404135
(64,65,53)
#34342C
(52,52,44)
#282723
(40,39,35)
#1C1A1A
(28,26,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #888F6B

#888F6B
(136,143,107)
#929978
(146,153,120)
#9CA385
(156,163,133)
#A6AD92
(166,173,146)
#B0B79F
(176,183,159)
#BAC1AC
(186,193,172)
#C4CBB9
(196,203,185)
#CED5C6
(206,213,198)
#D8DFD3
(216,223,211)
#E2E9E0
(226,233,224)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888F6B color. Also use rgb(136,143,107) instead hex code.

Text Font Color

.myTextColor { color: #888F6B; }

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

This text font color is #888F6B.

Background Color

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

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

This div background color is #888F6B.

Border color

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

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

This div border color is #888F6B.

Opacity

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

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

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

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

This text has shadow with #888F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888F6B.

Preview

Color preview on black background

This text has color #888F6B on black background.


Color preview on white background

This text has color #888F6B on white background.


Black color preview on #888F6B background

This text has black color on #888F6B background.


White color preview on #888F6B background

This text has white color on #888F6B background.


Related colors

Complementary color

Complementary color for #hex is #777094.


I love getcolorcode.com

Triadic colors

1 #6B888F and #8F6B88 with #888F6B are triadic colors.

2 #6B8F88 and #8F886B with #888F6B are triadic colors.