COLOR #8E9FBD

HEX: #8E9FBD
RGB: (142,159,189)

Color info

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

RGB color model

#8E9FBD color RGB value is (142,159,189).

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

RGB channels and saturation

R 142 of 255 = 56%
G 159 of 255 = 62%
B 189 of 255 = 74%

142
159
189

R + G + B ~ 64%. #8E9FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 159 + 189 = 490 (100%)
R 142 of 490 ~ 28.98%
G 159 of 490 ~ 32.45%
B 189 of 490 ~ 38.57%

%28.98
%32.45
%38.57

CMYK color model

#8E9FBD color CMYK value is (25,16,0,26).

  • cyan value is 24.87%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(25,16,0,26)
C25M16Y0K26 
(25%,16%,0%,26%)
(0.25/0.16/0.00/0.26)	

CMYK percentages

%24.87
%15.87
%0
%25.88

Codes

Color #8E9FBD in popluar color models

8E9FBD
RGB142159189
HSL218°26.26%64.90%
HSB/HSV218°24.87%74.12%
CMYK24.87%15.87%0.00%
25.88%

Color #8E9FBD in popluar number systems.

HEX8E9FBD
Decimal142159189
Binary100011101001111110111101
Octal216237275

Shades and tints

Shades of #8E9FBD

#8E9FBD
(142,159,189)
#8291AC
(130,145,172)
#76839B
(118,131,155)
#6A758A
(106,117,138)
#5E6779
(94,103,121)
#525968
(82,89,104)
#464B57
(70,75,87)
#3A3D46
(58,61,70)
#2E2F35
(46,47,53)
#222124
(34,33,36)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #8E9FBD

#8E9FBD
(142,159,189)
#98A7C3
(152,167,195)
#A2AFC9
(162,175,201)
#ACB7CF
(172,183,207)
#B6BFD5
(182,191,213)
#C0C7DB
(192,199,219)
#CACFE1
(202,207,225)
#D4D7E7
(212,215,231)
#DEDFED
(222,223,237)
#E8E7F3
(232,231,243)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9FBD; }

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

This text font color is #8E9FBD.


Background Color

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

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

This div background color is #8E9FBD.


Border color

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

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

This div border color is #8E9FBD.


Opacity

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

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

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

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

This text has shadow with #8E9FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9FBD on black background.


Color preview on white background

This text has color #8E9FBD on white background.



Black color preview on #8E9FBD background

This text has black color on #8E9FBD background.


White color preview on #8E9FBD background

This text has white color on #8E9FBD background.