COLOR #8CABA9

HEX: #8CABA9 RGB: (140,171,169)

Color info

#8CABA9 contains red, green and blue colors in about the same proportion. Web safe color of #8CABA9 is #999999 (or #999).

RGB color model

#8CABA9 color RGB value is (140,171,169).

RGB: (140,171,169) (55%, 67%, 66%)

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 169 of 255 = 66%

140
171
169

R + G + B ~ 63%. #8CABA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 171 + 169 = 480 (100%)
R 140 of 480 ~ 29.17%
G 171 of 480 ~ 35.63%
B 169 of 480 ~ 35.21'%

%29.17
%35.63
%35.21

CMYK color model

#8CABA9 color CMYK value is (18,0,1,33).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 1.17%
  • key color value is 32.94%

CMYK: (18,0,1,33)
C18M0Y1K33 (18%, 0%, 1%, 33%)
(0.18 / 0.00 / 0.01 / 0.33)

CMYK percentages

%18.13
%0
%1.17
%32.94

Codes

Color #8CABA9 in popluar color models

8C AB A9
RGB 140 171 169
HSL 176° 15.58% 60.98%
HSB/HSV 176° 18.13% 67.06%
CMYK 18.13% 0.00% 1.17%
32.94%

Color #8CABA9 in popluar number systems.

HEX 8C AB A9
Decimal 140 171 169
Binary 10001100 10101011 10101001
Octal 214 253 251

Shades and tints

Shades of #8CABA9

#8CABA9
(140,171,169)
#809C9A
(128,156,154)
#748D8B
(116,141,139)
#687E7C
(104,126,124)
#5C6F6D
(92,111,109)
#50605E
(80,96,94)
#44514F
(68,81,79)
#384240
(56,66,64)
#2C3331
(44,51,49)
#202422
(32,36,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #8CABA9

#8CABA9
(140,171,169)
#96B2B0
(150,178,176)
#A0B9B7
(160,185,183)
#AAC0BE
(170,192,190)
#B4C7C5
(180,199,197)
#BECECC
(190,206,204)
#C8D5D3
(200,213,211)
#D2DCDA
(210,220,218)
#DCE3E1
(220,227,225)
#E6EAE8
(230,234,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CABA9; }

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

This text font color is #8CABA9.

Background Color

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

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

This div background color is #8CABA9.

Border color

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

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

This div border color is #8CABA9.

Opacity

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

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

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

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

This text has shadow with #8CABA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CABA9.

Preview

Color preview on black background

This text has color #8CABA9 on black background.


Color preview on white background

This text has color #8CABA9 on white background.


Black color preview on #8CABA9 background

This text has black color on #8CABA9 background.


White color preview on #8CABA9 background

This text has white color on #8CABA9 background.


Related colors

Complementary color

Complementary color for #hex is #735456.


I love getcolorcode.com

Triadic colors

1 #A98CAB and #ABA98C with #8CABA9 are triadic colors.

2 #A9AB8C and #AB8CA9 with #8CABA9 are triadic colors.