COLOR #8CABB4

HEX: #8CABB4
RGB: (140,171,180)

Color info

#8CABB4 contains red, green and blue colors in about the same proportion. Web safe color of #8CABB4 is #9999CC (or #99C).

RGB color model

#8CABB4 color RGB value is (140,171,180).

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

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 180 of 255 = 71%

140
171
180

R + G + B ~ 64%. #8CABB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 180 = 491 (100%)
R 140 of 491 ~ 28.51%
G 171 of 491 ~ 34.83%
B 180 of 491 ~ 36.66%

%28.51
%34.83
%36.66

CMYK color model

#8CABB4 color CMYK value is (22,5,0,29).

  • cyan value is 22.22%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(22,5,0,29)
C22M5Y0K29 
(22%,5%,0%,29%)
(0.22/0.05/0.00/0.29)	

CMYK percentages

%22.22
%5
%0
%29.41

Codes

Color #8CABB4 in popluar color models

8CABB4
RGB140171180
HSL194°21.05%62.75%
HSB/HSV194°22.22%70.59%
CMYK22.22%5.00%0.00%
29.41%

Color #8CABB4 in popluar number systems.

HEX8CABB4
Decimal140171180
Binary100011001010101110110100
Octal214253264

Shades and tints

Shades of #8CABB4

#8CABB4
(140,171,180)
#809CA4
(128,156,164)
#748D94
(116,141,148)
#687E84
(104,126,132)
#5C6F74
(92,111,116)
#506064
(80,96,100)
#445154
(68,81,84)
#384244
(56,66,68)
#2C3334
(44,51,52)
#202424
(32,36,36)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #8CABB4

#8CABB4
(140,171,180)
#96B2BA
(150,178,186)
#A0B9C0
(160,185,192)
#AAC0C6
(170,192,198)
#B4C7CC
(180,199,204)
#BECED2
(190,206,210)
#C8D5D8
(200,213,216)
#D2DCDE
(210,220,222)
#DCE3E4
(220,227,228)
#E6EAEA
(230,234,234)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CABB4; }

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

This text font color is #8CABB4.


Background Color

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

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

This div background color is #8CABB4.


Border color

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

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

This div border color is #8CABB4.


Opacity

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

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

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

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

This text has shadow with #8CABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CABB4 on black background.


Color preview on white background

This text has color #8CABB4 on white background.



Black color preview on #8CABB4 background

This text has black color on #8CABB4 background.


White color preview on #8CABB4 background

This text has white color on #8CABB4 background.