COLOR #8890AB

HEX: #8890AB
RGB: (136,144,171)

Color info

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

RGB color model

#8890AB color RGB value is (136,144,171).

  • red value is 136;
  • green value is 144;
  • blue value is 171.
RGB:
(136,144,171)
(53%,56%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 171 of 255 = 67%

136
144
171

R + G + B ~ 59%. #8890AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 171 = 451 (100%)
R 136 of 451 ~ 30.16%
G 144 of 451 ~ 31.93%
B 171 of 451 ~ 37.92%

%30.16
%31.93
%37.92

CMYK color model

#8890AB color CMYK value is (20,16,0,33).

  • cyan value is 20.47%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,16,0,33)
C20M16Y0K33 
(20%,16%,0%,33%)
(0.20/0.16/0.00/0.33)	

CMYK percentages

%20.47
%15.79
%0
%32.94

Codes

Color #8890AB in popluar color models

8890AB
RGB136144171
HSL226°17.24%60.20%
HSB/HSV226°20.47%67.06%
CMYK20.47%15.79%0.00%
32.94%

Color #8890AB in popluar number systems.

HEX8890AB
Decimal136144171
Binary100010001001000010101011
Octal210220253

Shades and tints

Shades of #8890AB

#8890AB
(136,144,171)
#7C839C
(124,131,156)
#70768D
(112,118,141)
#64697E
(100,105,126)
#585C6F
(88,92,111)
#4C4F60
(76,79,96)
#404251
(64,66,81)
#343542
(52,53,66)
#282833
(40,40,51)
#1C1B24
(28,27,36)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #8890AB

#8890AB
(136,144,171)
#929AB2
(146,154,178)
#9CA4B9
(156,164,185)
#A6AEC0
(166,174,192)
#B0B8C7
(176,184,199)
#BAC2CE
(186,194,206)
#C4CCD5
(196,204,213)
#CED6DC
(206,214,220)
#D8E0E3
(216,224,227)
#E2EAEA
(226,234,234)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8890AB; }

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

This text font color is #8890AB.


Background Color

.myBgColor { background-color: #8890AB; }

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

This div background color is #8890AB.


Border color

.myBorderColor { border: 1px solid #8890AB; }

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

This div border color is #8890AB.


Opacity

.myOpacity80 { color: #8890AB; opacity: 0.8; }

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

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

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

This text has shadow with #8890AB color.

.textShadow {text-shadow: 3px 3px 1px #8890AB, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8890AB;
-webkit-box-shadow: 1px 1px 3px 2px #8890AB;
box-shadow:1px 1px 3px 2px #8890AB;">
Div content here</div>
This div box has shadow with color #8890AB.

Preview

Color preview on black background

This text has color #8890AB on black background.


Color preview on white background

This text has color #8890AB on white background.



Black color preview on #8890AB background

This text has black color on #8890AB background.


White color preview on #8890AB background

This text has white color on #8890AB background.