COLOR #8E9ABD

HEX: #8E9ABD
RGB: (142,154,189)

Color info

#8E9ABD contains red, green and blue colors in about the same proportion. Web safe color of #8E9ABD is #9999CC (or #99C).

RGB color model

#8E9ABD color RGB value is (142,154,189).

  • red value is 142;
  • green value is 154;
  • blue value is 189.
RGB:
(142,154,189)
(56%,60%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 189 of 255 = 74%

142
154
189

R + G + B ~ 63%. #8E9ABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 154 + 189 = 485 (100%)
R 142 of 485 ~ 29.28%
G 154 of 485 ~ 31.75%
B 189 of 485 ~ 38.97%

%29.28
%31.75
%38.97

CMYK color model

#8E9ABD color CMYK value is (25,19,0,26).

  • cyan value is 24.87%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(25,19,0,26)
C25M19Y0K26 
(25%,19%,0%,26%)
(0.25/0.19/0.00/0.26)	

CMYK percentages

%24.87
%18.52
%0
%25.88

Codes

Color #8E9ABD in popluar color models

8E9ABD
RGB142154189
HSL225°26.26%64.90%
HSB/HSV225°24.87%74.12%
CMYK24.87%18.52%0.00%
25.88%

Color #8E9ABD in popluar number systems.

HEX8E9ABD
Decimal142154189
Binary100011101001101010111101
Octal216232275

Shades and tints

Shades of #8E9ABD

#8E9ABD
(142,154,189)
#828CAC
(130,140,172)
#767E9B
(118,126,155)
#6A708A
(106,112,138)
#5E6279
(94,98,121)
#525468
(82,84,104)
#464657
(70,70,87)
#3A3846
(58,56,70)
#2E2A35
(46,42,53)
#221C24
(34,28,36)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #8E9ABD

#8E9ABD
(142,154,189)
#98A3C3
(152,163,195)
#A2ACC9
(162,172,201)
#ACB5CF
(172,181,207)
#B6BED5
(182,190,213)
#C0C7DB
(192,199,219)
#CAD0E1
(202,208,225)
#D4D9E7
(212,217,231)
#DEE2ED
(222,226,237)
#E8EBF3
(232,235,243)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9ABD color. Also use rgb(142,154,189) instead hex code.

Text Font Color

.myTextColor { color: #8E9ABD; }

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

This text font color is #8E9ABD.


Background Color

.myBgColor { background-color: #8E9ABD; }

<div style="background-color:#8E9ABD">Inner text</div>

This div background color is #8E9ABD.


Border color

.myBorderColor { border: 1px solid #8E9ABD; }

<div style="border:3px solid #8E9ABD">Div</div>

This div border color is #8E9ABD.


Opacity

.myOpacity80 { color: #8E9ABD; opacity: 0.8; }

<p style="color:#8E9ABD;opacity:0.8;">80%</p>

Text with #8E9ABD 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 #8E9ABD;}

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

This text has shadow with #8E9ABD color.

.textShadow {text-shadow: 3px 3px 1px #8E9ABD, 3px 3px 1px red;}

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

This text has shadow with #8E9ABD primary color and red secondary color.


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

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

This text has shadow with #8E9ABD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9ABD on black background.


Color preview on white background

This text has color #8E9ABD on white background.



Black color preview on #8E9ABD background

This text has black color on #8E9ABD background.


White color preview on #8E9ABD background

This text has white color on #8E9ABD background.