COLOR #8CB8BE

HEX: #8CB8BE
RGB: (140,184,190)

Color info

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

RGB color model

#8CB8BE color RGB value is (140,184,190).

  • red value is 140;
  • green value is 184;
  • blue value is 190.
RGB:
(140,184,190)
(55%,72%,75%)

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 190 of 255 = 75%

140
184
190

R + G + B ~ 67%. #8CB8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 190 = 514 (100%)
R 140 of 514 ~ 27.24%
G 184 of 514 ~ 35.8%
B 190 of 514 ~ 36.96%

%27.24
%35.8
%36.96

CMYK color model

#8CB8BE color CMYK value is (26,3,0,25).

  • cyan value is 26.32%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(26,3,0,25)
C26M3Y0K25 
(26%,3%,0%,25%)
(0.26/0.03/0.00/0.25)	

CMYK percentages

%26.32
%3.16
%0
%25.49

Codes

Color #8CB8BE in popluar color models

8CB8BE
RGB140184190
HSL187°27.78%64.71%
HSB/HSV187°26.32%74.51%
CMYK26.32%3.16%0.00%
25.49%

Color #8CB8BE in popluar number systems.

HEX8CB8BE
Decimal140184190
Binary100011001011100010111110
Octal214270276

Shades and tints

Shades of #8CB8BE

#8CB8BE
(140,184,190)
#80A8AD
(128,168,173)
#74989C
(116,152,156)
#68888B
(104,136,139)
#5C787A
(92,120,122)
#506869
(80,104,105)
#445858
(68,88,88)
#384847
(56,72,71)
#2C3836
(44,56,54)
#202825
(32,40,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #8CB8BE

#8CB8BE
(140,184,190)
#96BEC3
(150,190,195)
#A0C4C8
(160,196,200)
#AACACD
(170,202,205)
#B4D0D2
(180,208,210)
#BED6D7
(190,214,215)
#C8DCDC
(200,220,220)
#D2E2E1
(210,226,225)
#DCE8E6
(220,232,230)
#E6EEEB
(230,238,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB8BE color. Also use rgb(140,184,190) instead hex code.

Text Font Color

.myTextColor { color: #8CB8BE; }

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

This text font color is #8CB8BE.


Background Color

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

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

This div background color is #8CB8BE.


Border color

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

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

This div border color is #8CB8BE.


Opacity

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

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

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

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

This text has shadow with #8CB8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB8BE on black background.


Color preview on white background

This text has color #8CB8BE on white background.



Black color preview on #8CB8BE background

This text has black color on #8CB8BE background.


White color preview on #8CB8BE background

This text has white color on #8CB8BE background.