COLOR #8CA5BF

HEX: #8CA5BF RGB: (140,165,191)

Color info

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

RGB color model

#8CA5BF color RGB value is (140,165,191).

RGB: (140,165,191) (55%, 65%, 75%)

RGB channels and saturation

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

140
165
191

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

Portions of RGB colors in percentages

R + G + B = 140 + 165 + 191 = 496 (100%)
R 140 of 496 ~ 28.23%
G 165 of 496 ~ 33.27%
B 191 of 496 ~ 38.51'%

%28.23
%33.27
%38.51

CMYK color model

#8CA5BF color CMYK value is (27,14,0,25).

  • cyan value is 26.70%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (27,14,0,25)
C27M14Y0K25 (27%, 14%, 0%, 25%)
(0.27 / 0.14 / 0.00 / 0.25)

CMYK percentages

%26.7
%13.61
%0
%25.1

Codes

Color #8CA5BF in popluar color models

8C A5 BF
RGB 140 165 191
HSL 211° 28.49% 64.90%
HSB/HSV 211° 26.70% 74.90%
CMYK 26.70% 13.61% 0.00%
25.10%

Color #8CA5BF in popluar number systems.

HEX 8C A5 BF
Decimal 140 165 191
Binary 10001100 10100101 10111111
Octal 214 245 277

Shades and tints

Shades of #8CA5BF

#8CA5BF
(140,165,191)
#8096AE
(128,150,174)
#74879D
(116,135,157)
#68788C
(104,120,140)
#5C697B
(92,105,123)
#505A6A
(80,90,106)
#444B59
(68,75,89)
#383C48
(56,60,72)
#2C2D37
(44,45,55)
#201E26
(32,30,38)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #8CA5BF

#8CA5BF
(140,165,191)
#96ADC4
(150,173,196)
#A0B5C9
(160,181,201)
#AABDCE
(170,189,206)
#B4C5D3
(180,197,211)
#BECDD8
(190,205,216)
#C8D5DD
(200,213,221)
#D2DDE2
(210,221,226)
#DCE5E7
(220,229,231)
#E6EDEC
(230,237,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA5BF; }

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

This text font color is #8CA5BF.

Background Color

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

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

This div background color is #8CA5BF.

Border color

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

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

This div border color is #8CA5BF.

Opacity

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

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

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

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

This text has shadow with #8CA5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA5BF.

Preview

Color preview on black background

This text has color #8CA5BF on black background.


Color preview on white background

This text has color #8CA5BF on white background.


Black color preview on #8CA5BF background

This text has black color on #8CA5BF background.


White color preview on #8CA5BF background

This text has white color on #8CA5BF background.


Related colors

Complementary color

Complementary color for #hex is #735A40.


I love getcolorcode.com

Triadic colors

1 #BF8CA5 and #A5BF8C with #8CA5BF are triadic colors.

2 #BFA58C and #A58CBF with #8CA5BF are triadic colors.