COLOR #8CACE9

HEX: #8CACE9
RGB: (140,172,233)

Color info

#8CACE9 contains mainly blue color. Web safe color of #8CACE9 is #9999FF (or #99F).

RGB color model

#8CACE9 color RGB value is (140,172,233).

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

RGB channels and saturation

R 140 of 255 = 55%
G 172 of 255 = 67%
B 233 of 255 = 91%

140
172
233

R + G + B ~ 71%. #8CACE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 172 + 233 = 545 (100%)
R 140 of 545 ~ 25.69%
G 172 of 545 ~ 31.56%
B 233 of 545 ~ 42.75%

%25.69
%31.56
%42.75

CMYK color model

#8CACE9 color CMYK value is (40,26,0,9).

  • cyan value is 39.91%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(40,26,0,9)
C40M26Y0K9 
(40%,26%,0%,9%)
(0.40/0.26/0.00/0.09)	

CMYK percentages

%39.91
%26.18
%0
%8.63

Codes

Color #8CACE9 in popluar color models

8CACE9
RGB140172233
HSL219°67.88%73.14%
HSB/HSV219°39.91%91.37%
CMYK39.91%26.18%0.00%
8.63%

Color #8CACE9 in popluar number systems.

HEX8CACE9
Decimal140172233
Binary100011001010110011101001
Octal214254351

Shades and tints

Shades of #8CACE9

#8CACE9
(140,172,233)
#809DD4
(128,157,212)
#748EBF
(116,142,191)
#687FAA
(104,127,170)
#5C7095
(92,112,149)
#506180
(80,97,128)
#44526B
(68,82,107)
#384356
(56,67,86)
#2C3441
(44,52,65)
#20252C
(32,37,44)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #8CACE9

#8CACE9
(140,172,233)
#96B3EB
(150,179,235)
#A0BAED
(160,186,237)
#AAC1EF
(170,193,239)
#B4C8F1
(180,200,241)
#BECFF3
(190,207,243)
#C8D6F5
(200,214,245)
#D2DDF7
(210,221,247)
#DCE4F9
(220,228,249)
#E6EBFB
(230,235,251)
#F0F2FD
(240,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CACE9; }

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

This text font color is #8CACE9.


Background Color

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

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

This div background color is #8CACE9.


Border color

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

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

This div border color is #8CACE9.


Opacity

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

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

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

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

This text has shadow with #8CACE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CACE9 on black background.


Color preview on white background

This text has color #8CACE9 on white background.



Black color preview on #8CACE9 background

This text has black color on #8CACE9 background.


White color preview on #8CACE9 background

This text has white color on #8CACE9 background.