COLOR #8CABB9

HEX: #8CABB9 RGB: (140,171,185)

Color info

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

RGB color model

#8CABB9 color RGB value is (140,171,185).

RGB: (140,171,185) (55%, 67%, 73%)

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 185 of 255 = 73%

140
171
185

R + G + B ~ 65%. #8CABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 171 + 185 = 496 (100%)
R 140 of 496 ~ 28.23%
G 171 of 496 ~ 34.48%
B 185 of 496 ~ 37.3'%

%28.23
%34.48
%37.3

CMYK color model

#8CABB9 color CMYK value is (24,8,0,27).

  • cyan value is 24.32%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (24,8,0,27) C24M8Y0K27 (24%,8%,0%,27%) (0.24/0.08/0.00/0.27) 

CMYK percentages

%24.32
%7.57
%0
%27.45

Codes

Color #8CABB9 in popluar color models

8C AB B9
RGB 140 171 185
HSL 199° 24.32% 63.73%
HSB/HSV 199° 24.32% 72.55%
CMYK 24.32% 7.57% 0.00%
27.45%

Color #8CABB9 in popluar number systems.

HEX 8C AB B9
Decimal 140 171 185
Binary 10001100 10101011 10111001
Octal 214 253 271

Shades and tints

Shades of #8CABB9

#8CABB9
(140,171,185)
#809CA9
(128,156,169)
#748D99
(116,141,153)
#687E89
(104,126,137)
#5C6F79
(92,111,121)
#506069
(80,96,105)
#445159
(68,81,89)
#384249
(56,66,73)
#2C3339
(44,51,57)
#202429
(32,36,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #8CABB9

#8CABB9
(140,171,185)
#96B2BF
(150,178,191)
#A0B9C5
(160,185,197)
#AAC0CB
(170,192,203)
#B4C7D1
(180,199,209)
#BECED7
(190,206,215)
#C8D5DD
(200,213,221)
#D2DCE3
(210,220,227)
#DCE3E9
(220,227,233)
#E6EAEF
(230,234,239)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CABB9; }

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

This text font color is #8CABB9.

Background Color

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

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

This div background color is #8CABB9.

Border color

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

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

This div border color is #8CABB9.

Opacity

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

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

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

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

This text has shadow with #8CABB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CABB9.

Preview

Color preview on black background

This text has color #8CABB9 on black background.


Color preview on white background

This text has color #8CABB9 on white background.


Black color preview on #8CABB9 background

This text has black color on #8CABB9 background.


White color preview on #8CABB9 background

This text has white color on #8CABB9 background.


Related colors

Complementary color

Complementary color for #hex is #735446.


I love getcolorcode.com

Triadic colors

1 #B98CAB and #ABB98C with #8CABB9 are triadic colors.

2 #B9AB8C and #AB8CB9 with #8CABB9 are triadic colors.