COLOR #888F9A

HEX: #888F9A RGB: (136,143,154)

Color info

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

RGB color model

#888F9A color RGB value is (136,143,154).

RGB: (136,143,154) (53%, 56%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 154 of 255 = 60%

136
143
154

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

Portions of RGB colors in percentages

R + G + B = 136 + 143 + 154 = 433 (100%)
R 136 of 433 ~ 31.41%
G 143 of 433 ~ 33.03%
B 154 of 433 ~ 35.57'%

%31.41
%33.03
%35.57

CMYK color model

#888F9A color CMYK value is (12,7,0,40).

  • cyan value is 11.69%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (12,7,0,40)
C12M7Y0K40 (12%, 7%, 0%, 40%)
(0.12 / 0.07 / 0.00 / 0.40)

CMYK percentages

%11.69
%7.14
%0
%39.61

Codes

Color #888F9A in popluar color models

88 8F 9A
RGB 136 143 154
HSL 217° 8.18% 56.86%
HSB/HSV 217° 11.69% 60.39%
CMYK 11.69% 7.14% 0.00%
39.61%

Color #888F9A in popluar number systems.

HEX 88 8F 9A
Decimal 136 143 154
Binary 10001000 10001111 10011010
Octal 210 217 232

Shades and tints

Shades of #888F9A

#888F9A
(136,143,154)
#7C828C
(124,130,140)
#70757E
(112,117,126)
#646870
(100,104,112)
#585B62
(88,91,98)
#4C4E54
(76,78,84)
#404146
(64,65,70)
#343438
(52,52,56)
#28272A
(40,39,42)
#1C1A1C
(28,26,28)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #888F9A

#888F9A
(136,143,154)
#9299A3
(146,153,163)
#9CA3AC
(156,163,172)
#A6ADB5
(166,173,181)
#B0B7BE
(176,183,190)
#BAC1C7
(186,193,199)
#C4CBD0
(196,203,208)
#CED5D9
(206,213,217)
#D8DFE2
(216,223,226)
#E2E9EB
(226,233,235)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888F9A; }

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

This text font color is #888F9A.

Background Color

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

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

This div background color is #888F9A.

Border color

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

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

This div border color is #888F9A.

Opacity

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

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

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

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

This text has shadow with #888F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888F9A.

Preview

Color preview on black background

This text has color #888F9A on black background.


Color preview on white background

This text has color #888F9A on white background.


Black color preview on #888F9A background

This text has black color on #888F9A background.


White color preview on #888F9A background

This text has white color on #888F9A background.


Related colors

Complementary color

Complementary color for #hex is #777065.


I love getcolorcode.com

Triadic colors

1 #9A888F and #8F9A88 with #888F9A are triadic colors.

2 #9A8F88 and #8F889A with #888F9A are triadic colors.