COLOR #8890AE

HEX: #8890AE
RGB: (136,144,174)

Color info

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

RGB color model

#8890AE color RGB value is (136,144,174).

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

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 174 of 255 = 68%

136
144
174

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

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 174 = 454 (100%)
R 136 of 454 ~ 29.96%
G 144 of 454 ~ 31.72%
B 174 of 454 ~ 38.33%

%29.96
%31.72
%38.33

CMYK color model

#8890AE color CMYK value is (22,17,0,32).

  • cyan value is 21.84%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,17,0,32)
C22M17Y0K32 
(22%,17%,0%,32%)
(0.22/0.17/0.00/0.32)	

CMYK percentages

%21.84
%17.24
%0
%31.76

Codes

Color #8890AE in popluar color models

8890AE
RGB136144174
HSL227°19.00%60.78%
HSB/HSV227°21.84%68.24%
CMYK21.84%17.24%0.00%
31.76%

Color #8890AE in popluar number systems.

HEX8890AE
Decimal136144174
Binary100010001001000010101110
Octal210220256

Shades and tints

Shades of #8890AE

#8890AE
(136,144,174)
#7C839F
(124,131,159)
#707690
(112,118,144)
#646981
(100,105,129)
#585C72
(88,92,114)
#4C4F63
(76,79,99)
#404254
(64,66,84)
#343545
(52,53,69)
#282836
(40,40,54)
#1C1B27
(28,27,39)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #8890AE

#8890AE
(136,144,174)
#929AB5
(146,154,181)
#9CA4BC
(156,164,188)
#A6AEC3
(166,174,195)
#B0B8CA
(176,184,202)
#BAC2D1
(186,194,209)
#C4CCD8
(196,204,216)
#CED6DF
(206,214,223)
#D8E0E6
(216,224,230)
#E2EAED
(226,234,237)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8890AE; }

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

This text font color is #8890AE.


Background Color

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

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

This div background color is #8890AE.


Border color

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

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

This div border color is #8890AE.


Opacity

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

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

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

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

This text has shadow with #8890AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8890AE on black background.


Color preview on white background

This text has color #8890AE on white background.



Black color preview on #8890AE background

This text has black color on #8890AE background.


White color preview on #8890AE background

This text has white color on #8890AE background.