COLOR #888FA9

HEX: #888FA9 RGB: (136,143,169)

Color info

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

RGB color model

#888FA9 color RGB value is (136,143,169).

RGB: (136,143,169) (53%, 56%, 66%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 169 of 255 = 66%

136
143
169

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

Portions of RGB colors in percentages

R + G + B = 136 + 143 + 169 = 448 (100%)
R 136 of 448 ~ 30.36%
G 143 of 448 ~ 31.92%
B 169 of 448 ~ 37.72'%

%30.36
%31.92
%37.72

CMYK color model

#888FA9 color CMYK value is (20,15,0,34).

  • cyan value is 19.53%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (20,15,0,34)
C20M15Y0K34 (20%, 15%, 0%, 34%)
(0.20 / 0.15 / 0.00 / 0.34)

CMYK percentages

%19.53
%15.38
%0
%33.73

Codes

Color #888FA9 in popluar color models

88 8F A9
RGB 136 143 169
HSL 227° 16.10% 59.80%
HSB/HSV 227° 19.53% 66.27%
CMYK 19.53% 15.38% 0.00%
33.73%

Color #888FA9 in popluar number systems.

HEX 88 8F A9
Decimal 136 143 169
Binary 10001000 10001111 10101001
Octal 210 217 251

Shades and tints

Shades of #888FA9

#888FA9
(136,143,169)
#7C829A
(124,130,154)
#70758B
(112,117,139)
#64687C
(100,104,124)
#585B6D
(88,91,109)
#4C4E5E
(76,78,94)
#40414F
(64,65,79)
#343440
(52,52,64)
#282731
(40,39,49)
#1C1A22
(28,26,34)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #888FA9

#888FA9
(136,143,169)
#9299B0
(146,153,176)
#9CA3B7
(156,163,183)
#A6ADBE
(166,173,190)
#B0B7C5
(176,183,197)
#BAC1CC
(186,193,204)
#C4CBD3
(196,203,211)
#CED5DA
(206,213,218)
#D8DFE1
(216,223,225)
#E2E9E8
(226,233,232)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888FA9; }

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

This text font color is #888FA9.

Background Color

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

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

This div background color is #888FA9.

Border color

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

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

This div border color is #888FA9.

Opacity

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

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

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

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

This text has shadow with #888FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888FA9.

Preview

Color preview on black background

This text has color #888FA9 on black background.


Color preview on white background

This text has color #888FA9 on white background.


Black color preview on #888FA9 background

This text has black color on #888FA9 background.


White color preview on #888FA9 background

This text has white color on #888FA9 background.


Related colors

Complementary color

Complementary color for #hex is #777056.


I love getcolorcode.com

Triadic colors

1 #A9888F and #8FA988 with #888FA9 are triadic colors.

2 #A98F88 and #8F88A9 with #888FA9 are triadic colors.