COLOR #8CB8B4

HEX: #8CB8B4
RGB: (140,184,180)

Color info

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

RGB color model

#8CB8B4 color RGB value is (140,184,180).

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

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 180 of 255 = 71%

140
184
180

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

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 180 = 504 (100%)
R 140 of 504 ~ 27.78%
G 184 of 504 ~ 36.51%
B 180 of 504 ~ 35.71%

%27.78
%36.51
%35.71

CMYK color model

#8CB8B4 color CMYK value is (24,0,2,28).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 27.84%
CMYK:
(24,0,2,28)
C24M0Y2K28 
(24%,0%,2%,28%)
(0.24/0.00/0.02/0.28)	

CMYK percentages

%23.91
%0
%2.17
%27.84

Codes

Color #8CB8B4 in popluar color models

8CB8B4
RGB140184180
HSL175°23.66%63.53%
HSB/HSV175°23.91%72.16%
CMYK23.91%0.00%2.17%
27.84%

Color #8CB8B4 in popluar number systems.

HEX8CB8B4
Decimal140184180
Binary100011001011100010110100
Octal214270264

Shades and tints

Shades of #8CB8B4

#8CB8B4
(140,184,180)
#80A8A4
(128,168,164)
#749894
(116,152,148)
#688884
(104,136,132)
#5C7874
(92,120,116)
#506864
(80,104,100)
#445854
(68,88,84)
#384844
(56,72,68)
#2C3834
(44,56,52)
#202824
(32,40,36)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #8CB8B4

#8CB8B4
(140,184,180)
#96BEBA
(150,190,186)
#A0C4C0
(160,196,192)
#AACAC6
(170,202,198)
#B4D0CC
(180,208,204)
#BED6D2
(190,214,210)
#C8DCD8
(200,220,216)
#D2E2DE
(210,226,222)
#DCE8E4
(220,232,228)
#E6EEEA
(230,238,234)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB8B4; }

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

This text font color is #8CB8B4.


Background Color

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

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

This div background color is #8CB8B4.


Border color

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

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

This div border color is #8CB8B4.


Opacity

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

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

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

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

This text has shadow with #8CB8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB8B4 on black background.


Color preview on white background

This text has color #8CB8B4 on white background.



Black color preview on #8CB8B4 background

This text has black color on #8CB8B4 background.


White color preview on #8CB8B4 background

This text has white color on #8CB8B4 background.