COLOR #8CAFB0

HEX: #8CAFB0
RGB: (140,175,176)

Color info

#8CAFB0 contains red, green and blue colors in about the same proportion. Web safe color of #8CAFB0 is #999999 (or #999).

RGB color model

#8CAFB0 color RGB value is (140,175,176).

  • red value is 140;
  • green value is 175;
  • blue value is 176.
RGB:
(140,175,176)
(55%,69%,69%)

RGB channels and saturation

R 140 of 255 = 55%
G 175 of 255 = 69%
B 176 of 255 = 69%

140
175
176

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

Portions of RGB colors in percentages

R + G + B =
140 + 175 + 176 = 491 (100%)
R 140 of 491 ~ 28.51%
G 175 of 491 ~ 35.64%
B 176 of 491 ~ 35.85%

%28.51
%35.64
%35.85

CMYK color model

#8CAFB0 color CMYK value is (20,1,0,31).

  • cyan value is 20.45%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(20,1,0,31)
C20M1Y0K31 
(20%,1%,0%,31%)
(0.20/0.01/0.00/0.31)	

CMYK percentages

%20.45
%0.57
%0
%30.98

Codes

Color #8CAFB0 in popluar color models

8CAFB0
RGB140175176
HSL182°18.56%61.96%
HSB/HSV182°20.45%69.02%
CMYK20.45%0.57%0.00%
30.98%

Color #8CAFB0 in popluar number systems.

HEX8CAFB0
Decimal140175176
Binary100011001010111110110000
Octal214257260

Shades and tints

Shades of #8CAFB0

#8CAFB0
(140,175,176)
#80A0A0
(128,160,160)
#749190
(116,145,144)
#688280
(104,130,128)
#5C7370
(92,115,112)
#506460
(80,100,96)
#445550
(68,85,80)
#384640
(56,70,64)
#2C3730
(44,55,48)
#202820
(32,40,32)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #8CAFB0

#8CAFB0
(140,175,176)
#96B6B7
(150,182,183)
#A0BDBE
(160,189,190)
#AAC4C5
(170,196,197)
#B4CBCC
(180,203,204)
#BED2D3
(190,210,211)
#C8D9DA
(200,217,218)
#D2E0E1
(210,224,225)
#DCE7E8
(220,231,232)
#E6EEEF
(230,238,239)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAFB0 color. Also use rgb(140,175,176) instead hex code.

Text Font Color

.myTextColor { color: #8CAFB0; }

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

This text font color is #8CAFB0.


Background Color

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

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

This div background color is #8CAFB0.


Border color

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

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

This div border color is #8CAFB0.


Opacity

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

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

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

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

This text has shadow with #8CAFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAFB0 on black background.


Color preview on white background

This text has color #8CAFB0 on white background.



Black color preview on #8CAFB0 background

This text has black color on #8CAFB0 background.


White color preview on #8CAFB0 background

This text has white color on #8CAFB0 background.