COLOR #8CAAB2

HEX: #8CAAB2 RGB: (140,170,178)

Color info

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

RGB color model

#8CAAB2 color RGB value is (140,170,178).

RGB: (140,170,178) (55%, 67%, 70%)

RGB channels and saturation

R 140 of 255 = 55%
G 170 of 255 = 67%
B 178 of 255 = 70%

140
170
178

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

Portions of RGB colors in percentages

R + G + B = 140 + 170 + 178 = 488 (100%)
R 140 of 488 ~ 28.69%
G 170 of 488 ~ 34.84%
B 178 of 488 ~ 36.48'%

%28.69
%34.84
%36.48

CMYK color model

#8CAAB2 color CMYK value is (21,4,0,30).

  • cyan value is 21.35%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (21,4,0,30)
C21M4Y0K30 (21%, 4%, 0%, 30%)
(0.21 / 0.04 / 0.00 / 0.30)

CMYK percentages

%21.35
%4.49
%0
%30.2

Codes

Color #8CAAB2 in popluar color models

8C AA B2
RGB 140 170 178
HSL 193° 19.79% 62.35%
HSB/HSV 193° 21.35% 69.80%
CMYK 21.35% 4.49% 0.00%
30.20%

Color #8CAAB2 in popluar number systems.

HEX 8C AA B2
Decimal 140 170 178
Binary 10001100 10101010 10110010
Octal 214 252 262

Shades and tints

Shades of #8CAAB2

#8CAAB2
(140,170,178)
#809BA2
(128,155,162)
#748C92
(116,140,146)
#687D82
(104,125,130)
#5C6E72
(92,110,114)
#505F62
(80,95,98)
#445052
(68,80,82)
#384142
(56,65,66)
#2C3232
(44,50,50)
#202322
(32,35,34)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #8CAAB2

#8CAAB2
(140,170,178)
#96B1B9
(150,177,185)
#A0B8C0
(160,184,192)
#AABFC7
(170,191,199)
#B4C6CE
(180,198,206)
#BECDD5
(190,205,213)
#C8D4DC
(200,212,220)
#D2DBE3
(210,219,227)
#DCE2EA
(220,226,234)
#E6E9F1
(230,233,241)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAAB2 color. Also use rgb(140,170,178) instead hex code.

Text Font Color

.myTextColor { color: #8CAAB2; }

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

This text font color is #8CAAB2.

Background Color

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

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

This div background color is #8CAAB2.

Border color

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

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

This div border color is #8CAAB2.

Opacity

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

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

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

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

This text has shadow with #8CAAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAAB2.

Preview

Color preview on black background

This text has color #8CAAB2 on black background.


Color preview on white background

This text has color #8CAAB2 on white background.


Black color preview on #8CAAB2 background

This text has black color on #8CAAB2 background.


White color preview on #8CAAB2 background

This text has white color on #8CAAB2 background.


Related colors

Complementary color

Complementary color for #hex is #73554D.


I love getcolorcode.com

Triadic colors

1 #B28CAA and #AAB28C with #8CAAB2 are triadic colors.

2 #B2AA8C and #AA8CB2 with #8CAAB2 are triadic colors.