COLOR #8CABD2

HEX: #8CABD2
RGB: (140,171,210)

Color info

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

RGB color model

#8CABD2 color RGB value is (140,171,210).

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

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 210 of 255 = 82%

140
171
210

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

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 210 = 521 (100%)
R 140 of 521 ~ 26.87%
G 171 of 521 ~ 32.82%
B 210 of 521 ~ 40.31%

%26.87
%32.82
%40.31

CMYK color model

#8CABD2 color CMYK value is (33,19,0,18).

  • cyan value is 33.33%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(33,19,0,18)
C33M19Y0K18 
(33%,19%,0%,18%)
(0.33/0.19/0.00/0.18)	

CMYK percentages

%33.33
%18.57
%0
%17.65

Codes

Color #8CABD2 in popluar color models

8CABD2
RGB140171210
HSL213°43.75%68.63%
HSB/HSV213°33.33%82.35%
CMYK33.33%18.57%0.00%
17.65%

Color #8CABD2 in popluar number systems.

HEX8CABD2
Decimal140171210
Binary100011001010101111010010
Octal214253322

Shades and tints

Shades of #8CABD2

#8CABD2
(140,171,210)
#809CBF
(128,156,191)
#748DAC
(116,141,172)
#687E99
(104,126,153)
#5C6F86
(92,111,134)
#506073
(80,96,115)
#445160
(68,81,96)
#38424D
(56,66,77)
#2C333A
(44,51,58)
#202427
(32,36,39)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #8CABD2

#8CABD2
(140,171,210)
#96B2D6
(150,178,214)
#A0B9DA
(160,185,218)
#AAC0DE
(170,192,222)
#B4C7E2
(180,199,226)
#BECEE6
(190,206,230)
#C8D5EA
(200,213,234)
#D2DCEE
(210,220,238)
#DCE3F2
(220,227,242)
#E6EAF6
(230,234,246)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CABD2; }

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

This text font color is #8CABD2.


Background Color

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

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

This div background color is #8CABD2.


Border color

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

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

This div border color is #8CABD2.


Opacity

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

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

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

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

This text has shadow with #8CABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CABD2 on black background.


Color preview on white background

This text has color #8CABD2 on white background.



Black color preview on #8CABD2 background

This text has black color on #8CABD2 background.


White color preview on #8CABD2 background

This text has white color on #8CABD2 background.