COLOR #8CA6BF

HEX: #8CA6BF
RGB: (140,166,191)

Color info

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

RGB color model

#8CA6BF color RGB value is (140,166,191).

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

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 191 of 255 = 75%

140
166
191

R + G + B ~ 65%. #8CA6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 166 + 191 = 497 (100%)
R 140 of 497 ~ 28.17%
G 166 of 497 ~ 33.4%
B 191 of 497 ~ 38.43%

%28.17
%33.4
%38.43

CMYK color model

#8CA6BF color CMYK value is (27,13,0,25).

  • cyan value is 26.70%
  • magenta value is 13.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(27,13,0,25)
C27M13Y0K25 
(27%,13%,0%,25%)
(0.27/0.13/0.00/0.25)	

CMYK percentages

%26.7
%13.09
%0
%25.1

Codes

Color #8CA6BF in popluar color models

8CA6BF
RGB140166191
HSL209°28.49%64.90%
HSB/HSV209°26.70%74.90%
CMYK26.70%13.09%0.00%
25.10%

Color #8CA6BF in popluar number systems.

HEX8CA6BF
Decimal140166191
Binary100011001010011010111111
Octal214246277

Shades and tints

Shades of #8CA6BF

#8CA6BF
(140,166,191)
#8097AE
(128,151,174)
#74889D
(116,136,157)
#68798C
(104,121,140)
#5C6A7B
(92,106,123)
#505B6A
(80,91,106)
#444C59
(68,76,89)
#383D48
(56,61,72)
#2C2E37
(44,46,55)
#201F26
(32,31,38)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #8CA6BF

#8CA6BF
(140,166,191)
#96AEC4
(150,174,196)
#A0B6C9
(160,182,201)
#AABECE
(170,190,206)
#B4C6D3
(180,198,211)
#BECED8
(190,206,216)
#C8D6DD
(200,214,221)
#D2DEE2
(210,222,226)
#DCE6E7
(220,230,231)
#E6EEEC
(230,238,236)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA6BF; }

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

This text font color is #8CA6BF.


Background Color

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

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

This div background color is #8CA6BF.


Border color

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

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

This div border color is #8CA6BF.


Opacity

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

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

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

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

This text has shadow with #8CA6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA6BF on black background.


Color preview on white background

This text has color #8CA6BF on white background.



Black color preview on #8CA6BF background

This text has black color on #8CA6BF background.


White color preview on #8CA6BF background

This text has white color on #8CA6BF background.