COLOR #888286

HEX: #888286 RGB: (136,130,134)

Color info

#888286 contains red, green and blue colors in about the same proportion. Web safe color of #888286 is #999999 (or #999).

RGB color model

#888286 color RGB value is (136,130,134).

RGB: (136,130,134) (53%, 51%, 53%)

RGB channels and saturation

R 136 of 255 = 53%
G 130 of 255 = 51%
B 134 of 255 = 53%

136
130
134

R + G + B ~ 52%. #888286 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 130 + 134 = 400 (100%)
R 136 of 400 ~ 34%
G 130 of 400 ~ 32.5%
B 134 of 400 ~ 33.5'%

%34
%32.5
%33.5

CMYK color model

#888286 color CMYK value is (0,4,1,47).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 1.47%
  • key color value is 46.67%

CMYK: (0,4,1,47)
C0M4Y1K47 (0%, 4%, 1%, 47%)
(0.00 / 0.04 / 0.01 / 0.47)

CMYK percentages

%0
%4.41
%1.47
%46.67

Codes

Color #888286 in popluar color models

88 82 86
RGB 136 130 134
HSL 320° 2.46% 52.16%
HSB/HSV 320° 4.41% 53.33%
CMYK 0.00% 4.41% 1.47%
46.67%

Color #888286 in popluar number systems.

HEX 88 82 86
Decimal 136 130 134
Binary 10001000 10000010 10000110
Octal 210 202 206

Shades and tints

Shades of #888286

#888286
(136,130,134)
#7C777A
(124,119,122)
#706C6E
(112,108,110)
#646162
(100,97,98)
#585656
(88,86,86)
#4C4B4A
(76,75,74)
#40403E
(64,64,62)
#343532
(52,53,50)
#282A26
(40,42,38)
#1C1F1A
(28,31,26)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #888286

#888286
(136,130,134)
#928D91
(146,141,145)
#9C989C
(156,152,156)
#A6A3A7
(166,163,167)
#B0AEB2
(176,174,178)
#BAB9BD
(186,185,189)
#C4C4C8
(196,196,200)
#CECFD3
(206,207,211)
#D8DADE
(216,218,222)
#E2E5E9
(226,229,233)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888286 color. Also use rgb(136,130,134) instead hex code.

Text Font Color

.myTextColor { color: #888286; }

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

This text font color is #888286.

Background Color

.myBgColor { background-color: #888286; }

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

This div background color is #888286.

Border color

.myBorderColor { border: 1px solid #888286; }

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

This div border color is #888286.

Opacity

.myOpacity80 { color: #888286; opacity: 0.8; }

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

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

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

This text has shadow with #888286 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888286.

Preview

Color preview on black background

This text has color #888286 on black background.


Color preview on white background

This text has color #888286 on white background.


Black color preview on #888286 background

This text has black color on #888286 background.


White color preview on #888286 background

This text has white color on #888286 background.


Related colors

Complementary color

Complementary color for #hex is #777D79.


I love getcolorcode.com

Triadic colors

1 #868882 and #828688 with #888286 are triadic colors.

2 #868288 and #828886 with #888286 are triadic colors.