COLOR #8CACC8

HEX: #8CACC8
RGB: (140,172,200)

Color info

#8CACC8 contains mainly green and blue colors. Web safe color of #8CACC8 is #9999CC (or #99C).

RGB color model

#8CACC8 color RGB value is (140,172,200).

  • red value is 140;
  • green value is 172;
  • blue value is 200.
RGB:
(140,172,200)
(55%,67%,78%)

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 200 of 255 = 78%

140
172
200

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

Portions of RGB colors in percentages

R + G + B =
140 + 172 + 200 = 512 (100%)
R 140 of 512 ~ 27.34%
G 172 of 512 ~ 33.59%
B 200 of 512 ~ 39.06%

%27.34
%33.59
%39.06

CMYK color model

#8CACC8 color CMYK value is (30,14,0,22).

  • cyan value is 30.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(30,14,0,22)
C30M14Y0K22 
(30%,14%,0%,22%)
(0.30/0.14/0.00/0.22)	

CMYK percentages

%30
%14
%0
%21.57

Codes

Color #8CACC8 in popluar color models

8CACC8
RGB140172200
HSL208°35.29%66.67%
HSB/HSV208°30.00%78.43%
CMYK30.00%14.00%0.00%
21.57%

Color #8CACC8 in popluar number systems.

HEX8CACC8
Decimal140172200
Binary100011001010110011001000
Octal214254310

Shades and tints

Shades of #8CACC8

#8CACC8
(140,172,200)
#809DB6
(128,157,182)
#748EA4
(116,142,164)
#687F92
(104,127,146)
#5C7080
(92,112,128)
#50616E
(80,97,110)
#44525C
(68,82,92)
#38434A
(56,67,74)
#2C3438
(44,52,56)
#202526
(32,37,38)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #8CACC8

#8CACC8
(140,172,200)
#96B3CD
(150,179,205)
#A0BAD2
(160,186,210)
#AAC1D7
(170,193,215)
#B4C8DC
(180,200,220)
#BECFE1
(190,207,225)
#C8D6E6
(200,214,230)
#D2DDEB
(210,221,235)
#DCE4F0
(220,228,240)
#E6EBF5
(230,235,245)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CACC8 color. Also use rgb(140,172,200) instead hex code.

Text Font Color

.myTextColor { color: #8CACC8; }

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

This text font color is #8CACC8.


Background Color

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

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

This div background color is #8CACC8.


Border color

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

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

This div border color is #8CACC8.


Opacity

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

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

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

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

This text has shadow with #8CACC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CACC8 on black background.


Color preview on white background

This text has color #8CACC8 on white background.



Black color preview on #8CACC8 background

This text has black color on #8CACC8 background.


White color preview on #8CACC8 background

This text has white color on #8CACC8 background.