COLOR #8CB4BB

HEX: #8CB4BB
RGB: (140,180,187)

Color info

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

RGB color model

#8CB4BB color RGB value is (140,180,187).

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

RGB channels and saturation

R 140 of 255 = 55%
G 180 of 255 = 71%
B 187 of 255 = 73%

140
180
187

R + G + B ~ 66%. #8CB4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 180 + 187 = 507 (100%)
R 140 of 507 ~ 27.61%
G 180 of 507 ~ 35.5%
B 187 of 507 ~ 36.88%

%27.61
%35.5
%36.88

CMYK color model

#8CB4BB color CMYK value is (25,4,0,27).

  • cyan value is 25.13%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(25,4,0,27)
C25M4Y0K27 
(25%,4%,0%,27%)
(0.25/0.04/0.00/0.27)	

CMYK percentages

%25.13
%3.74
%0
%26.67

Codes

Color #8CB4BB in popluar color models

8CB4BB
RGB140180187
HSL189°25.68%64.12%
HSB/HSV189°25.13%73.33%
CMYK25.13%3.74%0.00%
26.67%

Color #8CB4BB in popluar number systems.

HEX8CB4BB
Decimal140180187
Binary100011001011010010111011
Octal214264273

Shades and tints

Shades of #8CB4BB

#8CB4BB
(140,180,187)
#80A4AA
(128,164,170)
#749499
(116,148,153)
#688488
(104,132,136)
#5C7477
(92,116,119)
#506466
(80,100,102)
#445455
(68,84,85)
#384444
(56,68,68)
#2C3433
(44,52,51)
#202422
(32,36,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #8CB4BB

#8CB4BB
(140,180,187)
#96BAC1
(150,186,193)
#A0C0C7
(160,192,199)
#AAC6CD
(170,198,205)
#B4CCD3
(180,204,211)
#BED2D9
(190,210,217)
#C8D8DF
(200,216,223)
#D2DEE5
(210,222,229)
#DCE4EB
(220,228,235)
#E6EAF1
(230,234,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB4BB; }

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

This text font color is #8CB4BB.


Background Color

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

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

This div background color is #8CB4BB.


Border color

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

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

This div border color is #8CB4BB.


Opacity

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

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

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

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

This text has shadow with #8CB4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB4BB on black background.


Color preview on white background

This text has color #8CB4BB on white background.



Black color preview on #8CB4BB background

This text has black color on #8CB4BB background.


White color preview on #8CB4BB background

This text has white color on #8CB4BB background.