COLOR #888191

HEX: #888191 RGB: (136,129,145)

Color info

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

RGB color model

#888191 color RGB value is (136,129,145).

RGB: (136,129,145) (53%, 51%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 145 of 255 = 57%

136
129
145

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

Portions of RGB colors in percentages

R + G + B = 136 + 129 + 145 = 410 (100%)
R 136 of 410 ~ 33.17%
G 129 of 410 ~ 31.46%
B 145 of 410 ~ 35.37'%

%33.17
%31.46
%35.37

CMYK color model

#888191 color CMYK value is (6,11,0,43).

  • cyan value is 6.21%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (6,11,0,43)
C6M11Y0K43 (6%, 11%, 0%, 43%)
(0.06 / 0.11 / 0.00 / 0.43)

CMYK percentages

%6.21
%11.03
%0
%43.14

Codes

Color #888191 in popluar color models

88 81 91
RGB 136 129 145
HSL 266° 6.78% 53.73%
HSB/HSV 266° 11.03% 56.86%
CMYK 6.21% 11.03% 0.00%
43.14%

Color #888191 in popluar number systems.

HEX 88 81 91
Decimal 136 129 145
Binary 10001000 10000001 10010001
Octal 210 201 221

Shades and tints

Shades of #888191

#888191
(136,129,145)
#7C7684
(124,118,132)
#706B77
(112,107,119)
#64606A
(100,96,106)
#58555D
(88,85,93)
#4C4A50
(76,74,80)
#403F43
(64,63,67)
#343436
(52,52,54)
#282929
(40,41,41)
#1C1E1C
(28,30,28)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #888191

#888191
(136,129,145)
#928C9B
(146,140,155)
#9C97A5
(156,151,165)
#A6A2AF
(166,162,175)
#B0ADB9
(176,173,185)
#BAB8C3
(186,184,195)
#C4C3CD
(196,195,205)
#CECED7
(206,206,215)
#D8D9E1
(216,217,225)
#E2E4EB
(226,228,235)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888191 color. Also use rgb(136,129,145) instead hex code.

Text Font Color

.myTextColor { color: #888191; }

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

This text font color is #888191.

Background Color

.myBgColor { background-color: #888191; }

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

This div background color is #888191.

Border color

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

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

This div border color is #888191.

Opacity

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

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

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

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

This text has shadow with #888191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888191.

Preview

Color preview on black background

This text has color #888191 on black background.


Color preview on white background

This text has color #888191 on white background.


Black color preview on #888191 background

This text has black color on #888191 background.


White color preview on #888191 background

This text has white color on #888191 background.


Related colors

Complementary color

Complementary color for #hex is #777E6E.


I love getcolorcode.com

Triadic colors

1 #918881 and #819188 with #888191 are triadic colors.

2 #918188 and #818891 with #888191 are triadic colors.