COLOR #888AA9

HEX: #888AA9 RGB: (136,138,169)

Color info

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

RGB color model

#888AA9 color RGB value is (136,138,169).

RGB: (136,138,169) (53%, 54%, 66%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 169 of 255 = 66%

136
138
169

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

Portions of RGB colors in percentages

R + G + B = 136 + 138 + 169 = 443 (100%)
R 136 of 443 ~ 30.7%
G 138 of 443 ~ 31.15%
B 169 of 443 ~ 38.15'%

%30.7
%31.15
%38.15

CMYK color model

#888AA9 color CMYK value is (20,18,0,34).

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

CMYK: (20,18,0,34)
C20M18Y0K34 (20%, 18%, 0%, 34%)
(0.20 / 0.18 / 0.00 / 0.34)

CMYK percentages

%19.53
%18.34
%0
%33.73

Codes

Color #888AA9 in popluar color models

88 8A A9
RGB 136 138 169
HSL 236° 16.10% 59.80%
HSB/HSV 236° 19.53% 66.27%
CMYK 19.53% 18.34% 0.00%
33.73%

Color #888AA9 in popluar number systems.

HEX 88 8A A9
Decimal 136 138 169
Binary 10001000 10001010 10101001
Octal 210 212 251

Shades and tints

Shades of #888AA9

#888AA9
(136,138,169)
#7C7E9A
(124,126,154)
#70728B
(112,114,139)
#64667C
(100,102,124)
#585A6D
(88,90,109)
#4C4E5E
(76,78,94)
#40424F
(64,66,79)
#343640
(52,54,64)
#282A31
(40,42,49)
#1C1E22
(28,30,34)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #888AA9

#888AA9
(136,138,169)
#9294B0
(146,148,176)
#9C9EB7
(156,158,183)
#A6A8BE
(166,168,190)
#B0B2C5
(176,178,197)
#BABCCC
(186,188,204)
#C4C6D3
(196,198,211)
#CED0DA
(206,208,218)
#D8DAE1
(216,218,225)
#E2E4E8
(226,228,232)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888AA9; }

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

This text font color is #888AA9.

Background Color

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

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

This div background color is #888AA9.

Border color

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

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

This div border color is #888AA9.

Opacity

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

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

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

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

This text has shadow with #888AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888AA9.

Preview

Color preview on black background

This text has color #888AA9 on black background.


Color preview on white background

This text has color #888AA9 on white background.


Black color preview on #888AA9 background

This text has black color on #888AA9 background.


White color preview on #888AA9 background

This text has white color on #888AA9 background.


Related colors

Complementary color

Complementary color for #hex is #777556.


I love getcolorcode.com

Triadic colors

1 #A9888A and #8AA988 with #888AA9 are triadic colors.

2 #A98A88 and #8A88A9 with #888AA9 are triadic colors.