COLOR #8C9ABF

HEX: #8C9ABF
RGB: (140,154,191)

Color info

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

RGB color model

#8C9ABF color RGB value is (140,154,191).

  • red value is 140;
  • green value is 154;
  • blue value is 191.
RGB:
(140,154,191)
(55%,60%,75%)

RGB channels and saturation

R 140 of 255 = 55%
G 154 of 255 = 60%
B 191 of 255 = 75%

140
154
191

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

Portions of RGB colors in percentages

R + G + B =
140 + 154 + 191 = 485 (100%)
R 140 of 485 ~ 28.87%
G 154 of 485 ~ 31.75%
B 191 of 485 ~ 39.38%

%28.87
%31.75
%39.38

CMYK color model

#8C9ABF color CMYK value is (27,19,0,25).

  • cyan value is 26.70%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(27,19,0,25)
C27M19Y0K25 
(27%,19%,0%,25%)
(0.27/0.19/0.00/0.25)	

CMYK percentages

%26.7
%19.37
%0
%25.1

Codes

Color #8C9ABF in popluar color models

8C9ABF
RGB140154191
HSL224°28.49%64.90%
HSB/HSV224°26.70%74.90%
CMYK26.70%19.37%0.00%
25.10%

Color #8C9ABF in popluar number systems.

HEX8C9ABF
Decimal140154191
Binary100011001001101010111111
Octal214232277

Shades and tints

Shades of #8C9ABF

#8C9ABF
(140,154,191)
#808CAE
(128,140,174)
#747E9D
(116,126,157)
#68708C
(104,112,140)
#5C627B
(92,98,123)
#50546A
(80,84,106)
#444659
(68,70,89)
#383848
(56,56,72)
#2C2A37
(44,42,55)
#201C26
(32,28,38)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #8C9ABF

#8C9ABF
(140,154,191)
#96A3C4
(150,163,196)
#A0ACC9
(160,172,201)
#AAB5CE
(170,181,206)
#B4BED3
(180,190,211)
#BEC7D8
(190,199,216)
#C8D0DD
(200,208,221)
#D2D9E2
(210,217,226)
#DCE2E7
(220,226,231)
#E6EBEC
(230,235,236)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9ABF; }

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

This text font color is #8C9ABF.


Background Color

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

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

This div background color is #8C9ABF.


Border color

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

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

This div border color is #8C9ABF.


Opacity

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

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

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

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

This text has shadow with #8C9ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9ABF on black background.


Color preview on white background

This text has color #8C9ABF on white background.



Black color preview on #8C9ABF background

This text has black color on #8C9ABF background.


White color preview on #8C9ABF background

This text has white color on #8C9ABF background.