COLOR #888CA5

HEX: #888CA5 RGB: (136,140,165)

Color info

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

RGB color model

#888CA5 color RGB value is (136,140,165).

RGB: (136,140,165) (53%, 55%, 65%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 165 of 255 = 65%

136
140
165

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

Portions of RGB colors in percentages

R + G + B = 136 + 140 + 165 = 441 (100%)
R 136 of 441 ~ 30.84%
G 140 of 441 ~ 31.75%
B 165 of 441 ~ 37.41'%

%30.84
%31.75
%37.41

CMYK color model

#888CA5 color CMYK value is (18,15,0,35).

  • cyan value is 17.58%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (18,15,0,35)
C18M15Y0K35 (18%, 15%, 0%, 35%)
(0.18 / 0.15 / 0.00 / 0.35)

CMYK percentages

%17.58
%15.15
%0
%35.29

Codes

Color #888CA5 in popluar color models

88 8C A5
RGB 136 140 165
HSL 232° 13.88% 59.02%
HSB/HSV 232° 17.58% 64.71%
CMYK 17.58% 15.15% 0.00%
35.29%

Color #888CA5 in popluar number systems.

HEX 88 8C A5
Decimal 136 140 165
Binary 10001000 10001100 10100101
Octal 210 214 245

Shades and tints

Shades of #888CA5

#888CA5
(136,140,165)
#7C8096
(124,128,150)
#707487
(112,116,135)
#646878
(100,104,120)
#585C69
(88,92,105)
#4C505A
(76,80,90)
#40444B
(64,68,75)
#34383C
(52,56,60)
#282C2D
(40,44,45)
#1C201E
(28,32,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #888CA5

#888CA5
(136,140,165)
#9296AD
(146,150,173)
#9CA0B5
(156,160,181)
#A6AABD
(166,170,189)
#B0B4C5
(176,180,197)
#BABECD
(186,190,205)
#C4C8D5
(196,200,213)
#CED2DD
(206,210,221)
#D8DCE5
(216,220,229)
#E2E6ED
(226,230,237)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888CA5 color. Also use rgb(136,140,165) instead hex code.

Text Font Color

.myTextColor { color: #888CA5; }

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

This text font color is #888CA5.

Background Color

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

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

This div background color is #888CA5.

Border color

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

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

This div border color is #888CA5.

Opacity

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

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

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

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

This text has shadow with #888CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888CA5.

Preview

Color preview on black background

This text has color #888CA5 on black background.


Color preview on white background

This text has color #888CA5 on white background.


Black color preview on #888CA5 background

This text has black color on #888CA5 background.


White color preview on #888CA5 background

This text has white color on #888CA5 background.


Related colors

Complementary color

Complementary color for #hex is #77735A.


I love getcolorcode.com

Triadic colors

1 #A5888C and #8CA588 with #888CA5 are triadic colors.

2 #A58C88 and #8C88A5 with #888CA5 are triadic colors.