COLOR #8C9EA1

HEX: #8C9EA1 RGB: (140,158,161)

Color info

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

RGB color model

#8C9EA1 color RGB value is (140,158,161).

RGB: (140,158,161) (55%, 62%, 63%)

RGB channels and saturation

R 140 of 255 = 55%
G 158 of 255 = 62%
B 161 of 255 = 63%

140
158
161

R + G + B ~ 60%. #8C9EA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 158 + 161 = 459 (100%)
R 140 of 459 ~ 30.5%
G 158 of 459 ~ 34.42%
B 161 of 459 ~ 35.08'%

%30.5
%34.42
%35.08

CMYK color model

#8C9EA1 color CMYK value is (13,2,0,37).

  • cyan value is 13.04%
  • magenta value is 1.86%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (13,2,0,37)
C13M2Y0K37 (13%, 2%, 0%, 37%)
(0.13 / 0.02 / 0.00 / 0.37)

CMYK percentages

%13.04
%1.86
%0
%36.86

Codes

Color #8C9EA1 in popluar color models

8C 9E A1
RGB 140 158 161
HSL 189° 10.05% 59.02%
HSB/HSV 189° 13.04% 63.14%
CMYK 13.04% 1.86% 0.00%
36.86%

Color #8C9EA1 in popluar number systems.

HEX 8C 9E A1
Decimal 140 158 161
Binary 10001100 10011110 10100001
Octal 214 236 241

Shades and tints

Shades of #8C9EA1

#8C9EA1
(140,158,161)
#809093
(128,144,147)
#748285
(116,130,133)
#687477
(104,116,119)
#5C6669
(92,102,105)
#50585B
(80,88,91)
#444A4D
(68,74,77)
#383C3F
(56,60,63)
#2C2E31
(44,46,49)
#202023
(32,32,35)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #8C9EA1

#8C9EA1
(140,158,161)
#96A6A9
(150,166,169)
#A0AEB1
(160,174,177)
#AAB6B9
(170,182,185)
#B4BEC1
(180,190,193)
#BEC6C9
(190,198,201)
#C8CED1
(200,206,209)
#D2D6D9
(210,214,217)
#DCDEE1
(220,222,225)
#E6E6E9
(230,230,233)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9EA1 color. Also use rgb(140,158,161) instead hex code.

Text Font Color

.myTextColor { color: #8C9EA1; }

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

This text font color is #8C9EA1.

Background Color

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

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

This div background color is #8C9EA1.

Border color

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

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

This div border color is #8C9EA1.

Opacity

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

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

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

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

This text has shadow with #8C9EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9EA1.

Preview

Color preview on black background

This text has color #8C9EA1 on black background.


Color preview on white background

This text has color #8C9EA1 on white background.


Black color preview on #8C9EA1 background

This text has black color on #8C9EA1 background.


White color preview on #8C9EA1 background

This text has white color on #8C9EA1 background.


Related colors

Complementary color

Complementary color for #hex is #73615E.


I love getcolorcode.com

Triadic colors

1 #A18C9E and #9EA18C with #8C9EA1 are triadic colors.

2 #A19E8C and #9E8CA1 with #8C9EA1 are triadic colors.