COLOR #8EA1BD

HEX: #8EA1BD RGB: (142,161,189)

Color info

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

RGB color model

#8EA1BD color RGB value is (142,161,189).

RGB: (142,161,189) (56%, 63%, 74%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 189 of 255 = 74%

142
161
189

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

Portions of RGB colors in percentages

R + G + B = 142 + 161 + 189 = 492 (100%)
R 142 of 492 ~ 28.86%
G 161 of 492 ~ 32.72%
B 189 of 492 ~ 38.41'%

%28.86
%32.72
%38.41

CMYK color model

#8EA1BD color CMYK value is (25,15,0,26).

  • cyan value is 24.87%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (25,15,0,26)
C25M15Y0K26 (25%, 15%, 0%, 26%)
(0.25 / 0.15 / 0.00 / 0.26)

CMYK percentages

%24.87
%14.81
%0
%25.88

Codes

Color #8EA1BD in popluar color models

8E A1 BD
RGB 142 161 189
HSL 216° 26.26% 64.90%
HSB/HSV 216° 24.87% 74.12%
CMYK 24.87% 14.81% 0.00%
25.88%

Color #8EA1BD in popluar number systems.

HEX 8E A1 BD
Decimal 142 161 189
Binary 10001110 10100001 10111101
Octal 216 241 275

Shades and tints

Shades of #8EA1BD

#8EA1BD
(142,161,189)
#8293AC
(130,147,172)
#76859B
(118,133,155)
#6A778A
(106,119,138)
#5E6979
(94,105,121)
#525B68
(82,91,104)
#464D57
(70,77,87)
#3A3F46
(58,63,70)
#2E3135
(46,49,53)
#222324
(34,35,36)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #8EA1BD

#8EA1BD
(142,161,189)
#98A9C3
(152,169,195)
#A2B1C9
(162,177,201)
#ACB9CF
(172,185,207)
#B6C1D5
(182,193,213)
#C0C9DB
(192,201,219)
#CAD1E1
(202,209,225)
#D4D9E7
(212,217,231)
#DEE1ED
(222,225,237)
#E8E9F3
(232,233,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA1BD; }

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

This text font color is #8EA1BD.

Background Color

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

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

This div background color is #8EA1BD.

Border color

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

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

This div border color is #8EA1BD.

Opacity

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

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

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

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

This text has shadow with #8EA1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA1BD.

Preview

Color preview on black background

This text has color #8EA1BD on black background.


Color preview on white background

This text has color #8EA1BD on white background.


Black color preview on #8EA1BD background

This text has black color on #8EA1BD background.


White color preview on #8EA1BD background

This text has white color on #8EA1BD background.


Related colors

Complementary color

Complementary color for #hex is #715E42.


I love getcolorcode.com

Triadic colors

1 #BD8EA1 and #A1BD8E with #8EA1BD are triadic colors.

2 #BDA18E and #A18EBD with #8EA1BD are triadic colors.