COLOR #8CABE7

HEX: #8CABE7
RGB: (140,171,231)

Color info

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

RGB color model

#8CABE7 color RGB value is (140,171,231).

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

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 231 of 255 = 91%

140
171
231

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

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 231 = 542 (100%)
R 140 of 542 ~ 25.83%
G 171 of 542 ~ 31.55%
B 231 of 542 ~ 42.62%

%25.83
%31.55
%42.62

CMYK color model

#8CABE7 color CMYK value is (39,26,0,9).

  • cyan value is 39.39%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(39,26,0,9)
C39M26Y0K9 
(39%,26%,0%,9%)
(0.39/0.26/0.00/0.09)	

CMYK percentages

%39.39
%25.97
%0
%9.41

Codes

Color #8CABE7 in popluar color models

8CABE7
RGB140171231
HSL220°65.47%72.75%
HSB/HSV220°39.39%90.59%
CMYK39.39%25.97%0.00%
9.41%

Color #8CABE7 in popluar number systems.

HEX8CABE7
Decimal140171231
Binary100011001010101111100111
Octal214253347

Shades and tints

Shades of #8CABE7

#8CABE7
(140,171,231)
#809CD2
(128,156,210)
#748DBD
(116,141,189)
#687EA8
(104,126,168)
#5C6F93
(92,111,147)
#50607E
(80,96,126)
#445169
(68,81,105)
#384254
(56,66,84)
#2C333F
(44,51,63)
#20242A
(32,36,42)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #8CABE7

#8CABE7
(140,171,231)
#96B2E9
(150,178,233)
#A0B9EB
(160,185,235)
#AAC0ED
(170,192,237)
#B4C7EF
(180,199,239)
#BECEF1
(190,206,241)
#C8D5F3
(200,213,243)
#D2DCF5
(210,220,245)
#DCE3F7
(220,227,247)
#E6EAF9
(230,234,249)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CABE7 color. Also use rgb(140,171,231) instead hex code.

Text Font Color

.myTextColor { color: #8CABE7; }

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

This text font color is #8CABE7.


Background Color

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

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

This div background color is #8CABE7.


Border color

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

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

This div border color is #8CABE7.


Opacity

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

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

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

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

This text has shadow with #8CABE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CABE7 on black background.


Color preview on white background

This text has color #8CABE7 on white background.



Black color preview on #8CABE7 background

This text has black color on #8CABE7 background.


White color preview on #8CABE7 background

This text has white color on #8CABE7 background.