COLOR #8CAFCC

HEX: #8CAFCC
RGB: (140,175,204)

Color info

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

RGB color model

#8CAFCC color RGB value is (140,175,204).

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

RGB channels and saturation

R 140 of 255 = 55%
G 175 of 255 = 69%
B 204 of 255 = 80%

140
175
204

R + G + B ~ 68%. #8CAFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 175 + 204 = 519 (100%)
R 140 of 519 ~ 26.97%
G 175 of 519 ~ 33.72%
B 204 of 519 ~ 39.31%

%26.97
%33.72
%39.31

CMYK color model

#8CAFCC color CMYK value is (31,14,0,20).

  • cyan value is 31.37%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(31,14,0,20)
C31M14Y0K20 
(31%,14%,0%,20%)
(0.31/0.14/0.00/0.20)	

CMYK percentages

%31.37
%14.22
%0
%20

Codes

Color #8CAFCC in popluar color models

8CAFCC
RGB140175204
HSL207°38.55%67.45%
HSB/HSV207°31.37%80.00%
CMYK31.37%14.22%0.00%
20.00%

Color #8CAFCC in popluar number systems.

HEX8CAFCC
Decimal140175204
Binary100011001010111111001100
Octal214257314

Shades and tints

Shades of #8CAFCC

#8CAFCC
(140,175,204)
#80A0BA
(128,160,186)
#7491A8
(116,145,168)
#688296
(104,130,150)
#5C7384
(92,115,132)
#506472
(80,100,114)
#445560
(68,85,96)
#38464E
(56,70,78)
#2C373C
(44,55,60)
#20282A
(32,40,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #8CAFCC

#8CAFCC
(140,175,204)
#96B6D0
(150,182,208)
#A0BDD4
(160,189,212)
#AAC4D8
(170,196,216)
#B4CBDC
(180,203,220)
#BED2E0
(190,210,224)
#C8D9E4
(200,217,228)
#D2E0E8
(210,224,232)
#DCE7EC
(220,231,236)
#E6EEF0
(230,238,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAFCC; }

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

This text font color is #8CAFCC.


Background Color

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

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

This div background color is #8CAFCC.


Border color

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

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

This div border color is #8CAFCC.


Opacity

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

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

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

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

This text has shadow with #8CAFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAFCC on black background.


Color preview on white background

This text has color #8CAFCC on white background.



Black color preview on #8CAFCC background

This text has black color on #8CAFCC background.


White color preview on #8CAFCC background

This text has white color on #8CAFCC background.