COLOR #888190

HEX: #888190 RGB: (136,129,144)

Color info

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

RGB color model

#888190 color RGB value is (136,129,144).

RGB: (136,129,144) (53%, 51%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 144 of 255 = 56%

136
129
144

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

Portions of RGB colors in percentages

R + G + B = 136 + 129 + 144 = 409 (100%)
R 136 of 409 ~ 33.25%
G 129 of 409 ~ 31.54%
B 144 of 409 ~ 35.21'%

%33.25
%31.54
%35.21

CMYK color model

#888190 color CMYK value is (6,10,0,44).

  • cyan value is 5.56%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (6,10,0,44) C6M10Y0K44 (6%,10%,0%,44%) (0.06/0.10/0.00/0.44) 

CMYK percentages

%5.56
%10.42
%0
%43.53

Codes

Color #888190 in popluar color models

88 81 90
RGB 136 129 144
HSL 268° 6.33% 53.53%
HSB/HSV 268° 10.42% 56.47%
CMYK 5.56% 10.42% 0.00%
43.53%

Color #888190 in popluar number systems.

HEX 88 81 90
Decimal 136 129 144
Binary 10001000 10000001 10010000
Octal 210 201 220

Shades and tints

Shades of #888190

#888190
(136,129,144)
#7C7683
(124,118,131)
#706B76
(112,107,118)
#646069
(100,96,105)
#58555C
(88,85,92)
#4C4A4F
(76,74,79)
#403F42
(64,63,66)
#343435
(52,52,53)
#282928
(40,41,40)
#1C1E1B
(28,30,27)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #888190

#888190
(136,129,144)
#928C9A
(146,140,154)
#9C97A4
(156,151,164)
#A6A2AE
(166,162,174)
#B0ADB8
(176,173,184)
#BAB8C2
(186,184,194)
#C4C3CC
(196,195,204)
#CECED6
(206,206,214)
#D8D9E0
(216,217,224)
#E2E4EA
(226,228,234)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888190; }

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

This text font color is #888190.

Background Color

.myBgColor { background-color: #888190; }

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

This div background color is #888190.

Border color

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

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

This div border color is #888190.

Opacity

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

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

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

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

This text has shadow with #888190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888190.

Preview

Color preview on black background

This text has color #888190 on black background.


Color preview on white background

This text has color #888190 on white background.


Black color preview on #888190 background

This text has black color on #888190 background.


White color preview on #888190 background

This text has white color on #888190 background.


Related colors

Complementary color

Complementary color for #hex is #777E6F.


I love getcolorcode.com

Triadic colors

1 #908881 and #819088 with #888190 are triadic colors.

2 #908188 and #818890 with #888190 are triadic colors.