COLOR #8C99AB

HEX: #8C99AB
RGB: (140,153,171)

Color info

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

RGB color model

#8C99AB color RGB value is (140,153,171).

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

RGB channels and saturation

R 140 of 255 = 55%
G 153 of 255 = 60%
B 171 of 255 = 67%

140
153
171

R + G + B ~ 61%. #8C99AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 153 + 171 = 464 (100%)
R 140 of 464 ~ 30.17%
G 153 of 464 ~ 32.97%
B 171 of 464 ~ 36.85%

%30.17
%32.97
%36.85

CMYK color model

#8C99AB color CMYK value is (18,11,0,33).

  • cyan value is 18.13%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(18,11,0,33)
C18M11Y0K33 
(18%,11%,0%,33%)
(0.18/0.11/0.00/0.33)	

CMYK percentages

%18.13
%10.53
%0
%32.94

Codes

Color #8C99AB in popluar color models

8C99AB
RGB140153171
HSL215°15.58%60.98%
HSB/HSV215°18.13%67.06%
CMYK18.13%10.53%0.00%
32.94%

Color #8C99AB in popluar number systems.

HEX8C99AB
Decimal140153171
Binary100011001001100110101011
Octal214231253

Shades and tints

Shades of #8C99AB

#8C99AB
(140,153,171)
#808C9C
(128,140,156)
#747F8D
(116,127,141)
#68727E
(104,114,126)
#5C656F
(92,101,111)
#505860
(80,88,96)
#444B51
(68,75,81)
#383E42
(56,62,66)
#2C3133
(44,49,51)
#202424
(32,36,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #8C99AB

#8C99AB
(140,153,171)
#96A2B2
(150,162,178)
#A0ABB9
(160,171,185)
#AAB4C0
(170,180,192)
#B4BDC7
(180,189,199)
#BEC6CE
(190,198,206)
#C8CFD5
(200,207,213)
#D2D8DC
(210,216,220)
#DCE1E3
(220,225,227)
#E6EAEA
(230,234,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C99AB; }

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

This text font color is #8C99AB.


Background Color

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

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

This div background color is #8C99AB.


Border color

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

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

This div border color is #8C99AB.


Opacity

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

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

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

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

This text has shadow with #8C99AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C99AB on black background.


Color preview on white background

This text has color #8C99AB on white background.



Black color preview on #8C99AB background

This text has black color on #8C99AB background.


White color preview on #8C99AB background

This text has white color on #8C99AB background.