COLOR #888090

HEX: #888090 RGB: (136,128,144)

Color info

#888090 contains red, green and blue colors in about the same proportion. Web safe color of #888090 is #996699 (or #969).

RGB color model

#888090 color RGB value is (136,128,144).

RGB: (136,128,144) (53%, 50%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 128 of 255 = 50%
B 144 of 255 = 56%

136
128
144

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

Portions of RGB colors in percentages

R + G + B = 136 + 128 + 144 = 408 (100%)
R 136 of 408 ~ 33.33%
G 128 of 408 ~ 31.37%
B 144 of 408 ~ 35.29'%

%33.33
%31.37
%35.29

CMYK color model

#888090 color CMYK value is (6,11,0,44).

  • cyan value is 5.56%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (6,11,0,44)
C6M11Y0K44 (6%, 11%, 0%, 44%)
(0.06 / 0.11 / 0.00 / 0.44)

CMYK percentages

%5.56
%11.11
%0
%43.53

Codes

Color #888090 in popluar color models

88 80 90
RGB 136 128 144
HSL 270° 6.72% 53.33%
HSB/HSV 270° 11.11% 56.47%
CMYK 5.56% 11.11% 0.00%
43.53%

Color #888090 in popluar number systems.

HEX 88 80 90
Decimal 136 128 144
Binary 10001000 10000000 10010000
Octal 210 200 220

Shades and tints

Shades of #888090

#888090
(136,128,144)
#7C7583
(124,117,131)
#706A76
(112,106,118)
#645F69
(100,95,105)
#58545C
(88,84,92)
#4C494F
(76,73,79)
#403E42
(64,62,66)
#343335
(52,51,53)
#282828
(40,40,40)
#1C1D1B
(28,29,27)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #888090

#888090
(136,128,144)
#928B9A
(146,139,154)
#9C96A4
(156,150,164)
#A6A1AE
(166,161,174)
#B0ACB8
(176,172,184)
#BAB7C2
(186,183,194)
#C4C2CC
(196,194,204)
#CECDD6
(206,205,214)
#D8D8E0
(216,216,224)
#E2E3EA
(226,227,234)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888090; }

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

This text font color is #888090.

Background Color

.myBgColor { background-color: #888090; }

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

This div background color is #888090.

Border color

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

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

This div border color is #888090.

Opacity

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

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

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

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

This text has shadow with #888090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888090.

Preview

Color preview on black background

This text has color #888090 on black background.


Color preview on white background

This text has color #888090 on white background.


Black color preview on #888090 background

This text has black color on #888090 background.


White color preview on #888090 background

This text has white color on #888090 background.


Related colors

Complementary color

Complementary color for #hex is #777F6F.


I love getcolorcode.com

Triadic colors

1 #908880 and #809088 with #888090 are triadic colors.

2 #908088 and #808890 with #888090 are triadic colors.