COLOR #8CA4BB

HEX: #8CA4BB
RGB: (140,164,187)

Color info

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

RGB color model

#8CA4BB color RGB value is (140,164,187).

  • red value is 140;
  • green value is 164;
  • blue value is 187.
RGB:
(140,164,187)
(55%,64%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 187 of 255 = 73%

140
164
187

R + G + B ~ 64%. #8CA4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 164 + 187 = 491 (100%)
R 140 of 491 ~ 28.51%
G 164 of 491 ~ 33.4%
B 187 of 491 ~ 38.09%

%28.51
%33.4
%38.09

CMYK color model

#8CA4BB color CMYK value is (25,12,0,27).

  • cyan value is 25.13%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(25,12,0,27)
C25M12Y0K27 
(25%,12%,0%,27%)
(0.25/0.12/0.00/0.27)	

CMYK percentages

%25.13
%12.3
%0
%26.67

Codes

Color #8CA4BB in popluar color models

8CA4BB
RGB140164187
HSL209°25.68%64.12%
HSB/HSV209°25.13%73.33%
CMYK25.13%12.30%0.00%
26.67%

Color #8CA4BB in popluar number systems.

HEX8CA4BB
Decimal140164187
Binary100011001010010010111011
Octal214244273

Shades and tints

Shades of #8CA4BB

#8CA4BB
(140,164,187)
#8096AA
(128,150,170)
#748899
(116,136,153)
#687A88
(104,122,136)
#5C6C77
(92,108,119)
#505E66
(80,94,102)
#445055
(68,80,85)
#384244
(56,66,68)
#2C3433
(44,52,51)
#202622
(32,38,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #8CA4BB

#8CA4BB
(140,164,187)
#96ACC1
(150,172,193)
#A0B4C7
(160,180,199)
#AABCCD
(170,188,205)
#B4C4D3
(180,196,211)
#BECCD9
(190,204,217)
#C8D4DF
(200,212,223)
#D2DCE5
(210,220,229)
#DCE4EB
(220,228,235)
#E6ECF1
(230,236,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA4BB color. Also use rgb(140,164,187) instead hex code.

Text Font Color

.myTextColor { color: #8CA4BB; }

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

This text font color is #8CA4BB.


Background Color

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

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

This div background color is #8CA4BB.


Border color

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

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

This div border color is #8CA4BB.


Opacity

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

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

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

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

This text has shadow with #8CA4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA4BB on black background.


Color preview on white background

This text has color #8CA4BB on white background.



Black color preview on #8CA4BB background

This text has black color on #8CA4BB background.


White color preview on #8CA4BB background

This text has white color on #8CA4BB background.