COLOR #8C9AB8

HEX: #8C9AB8 RGB: (140,154,184)

Color info

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

RGB color model

#8C9AB8 color RGB value is (140,154,184).

RGB: (140,154,184) (55%, 60%, 72%)

RGB channels and saturation

R 140 of 255 = 55%
G 154 of 255 = 60%
B 184 of 255 = 72%

140
154
184

R + G + B ~ 62%. #8C9AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 154 + 184 = 478 (100%)
R 140 of 478 ~ 29.29%
G 154 of 478 ~ 32.22%
B 184 of 478 ~ 38.49'%

%29.29
%32.22
%38.49

CMYK color model

#8C9AB8 color CMYK value is (24,16,0,28).

  • cyan value is 23.91%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (24,16,0,28)
C24M16Y0K28 (24%, 16%, 0%, 28%)
(0.24 / 0.16 / 0.00 / 0.28)

CMYK percentages

%23.91
%16.3
%0
%27.84

Codes

Color #8C9AB8 in popluar color models

8C 9A B8
RGB 140 154 184
HSL 221° 23.66% 63.53%
HSB/HSV 221° 23.91% 72.16%
CMYK 23.91% 16.30% 0.00%
27.84%

Color #8C9AB8 in popluar number systems.

HEX 8C 9A B8
Decimal 140 154 184
Binary 10001100 10011010 10111000
Octal 214 232 270

Shades and tints

Shades of #8C9AB8

#8C9AB8
(140,154,184)
#808CA8
(128,140,168)
#747E98
(116,126,152)
#687088
(104,112,136)
#5C6278
(92,98,120)
#505468
(80,84,104)
#444658
(68,70,88)
#383848
(56,56,72)
#2C2A38
(44,42,56)
#201C28
(32,28,40)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #8C9AB8

#8C9AB8
(140,154,184)
#96A3BE
(150,163,190)
#A0ACC4
(160,172,196)
#AAB5CA
(170,181,202)
#B4BED0
(180,190,208)
#BEC7D6
(190,199,214)
#C8D0DC
(200,208,220)
#D2D9E2
(210,217,226)
#DCE2E8
(220,226,232)
#E6EBEE
(230,235,238)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9AB8 color. Also use rgb(140,154,184) instead hex code.

Text Font Color

.myTextColor { color: #8C9AB8; }

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

This text font color is #8C9AB8.

Background Color

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

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

This div background color is #8C9AB8.

Border color

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

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

This div border color is #8C9AB8.

Opacity

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

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

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

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

This text has shadow with #8C9AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9AB8.

Preview

Color preview on black background

This text has color #8C9AB8 on black background.


Color preview on white background

This text has color #8C9AB8 on white background.


Black color preview on #8C9AB8 background

This text has black color on #8C9AB8 background.


White color preview on #8C9AB8 background

This text has white color on #8C9AB8 background.


Related colors

Complementary color

Complementary color for #hex is #736547.


I love getcolorcode.com

Triadic colors

1 #B88C9A and #9AB88C with #8C9AB8 are triadic colors.

2 #B89A8C and #9A8CB8 with #8C9AB8 are triadic colors.