COLOR #8C8299

HEX: #8C8299 RGB: (140,130,153)

Color info

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

RGB color model

#8C8299 color RGB value is (140,130,153).

RGB: (140,130,153) (55%, 51%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 153 of 255 = 60%

140
130
153

R + G + B ~ 55%. #8C8299 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 130 + 153 = 423 (100%)
R 140 of 423 ~ 33.1%
G 130 of 423 ~ 30.73%
B 153 of 423 ~ 36.17'%

%33.1
%30.73
%36.17

CMYK color model

#8C8299 color CMYK value is (8,15,0,40).

  • cyan value is 8.50%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (8,15,0,40)
C8M15Y0K40 (8%, 15%, 0%, 40%)
(0.08 / 0.15 / 0.00 / 0.40)

CMYK percentages

%8.5
%15.03
%0
%40

Codes

Color #8C8299 in popluar color models

8C 82 99
RGB 140 130 153
HSL 266° 10.13% 55.49%
HSB/HSV 266° 15.03% 60.00%
CMYK 8.50% 15.03% 0.00%
40.00%

Color #8C8299 in popluar number systems.

HEX 8C 82 99
Decimal 140 130 153
Binary 10001100 10000010 10011001
Octal 214 202 231

Shades and tints

Shades of #8C8299

#8C8299
(140,130,153)
#80778C
(128,119,140)
#746C7F
(116,108,127)
#686172
(104,97,114)
#5C5665
(92,86,101)
#504B58
(80,75,88)
#44404B
(68,64,75)
#38353E
(56,53,62)
#2C2A31
(44,42,49)
#201F24
(32,31,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #8C8299

#8C8299
(140,130,153)
#968DA2
(150,141,162)
#A098AB
(160,152,171)
#AAA3B4
(170,163,180)
#B4AEBD
(180,174,189)
#BEB9C6
(190,185,198)
#C8C4CF
(200,196,207)
#D2CFD8
(210,207,216)
#DCDAE1
(220,218,225)
#E6E5EA
(230,229,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8299; }

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

This text font color is #8C8299.

Background Color

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

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

This div background color is #8C8299.

Border color

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

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

This div border color is #8C8299.

Opacity

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

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

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

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

This text has shadow with #8C8299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8299.

Preview

Color preview on black background

This text has color #8C8299 on black background.


Color preview on white background

This text has color #8C8299 on white background.


Black color preview on #8C8299 background

This text has black color on #8C8299 background.


White color preview on #8C8299 background

This text has white color on #8C8299 background.


Related colors

Complementary color

Complementary color for #hex is #737D66.


I love getcolorcode.com

Triadic colors

1 #998C82 and #82998C with #8C8299 are triadic colors.

2 #99828C and #828C99 with #8C8299 are triadic colors.