COLOR #8C9099

HEX: #8C9099 RGB: (140,144,153)

Color info

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

RGB color model

#8C9099 color RGB value is (140,144,153).

RGB: (140,144,153) (55%, 56%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 153 of 255 = 60%

140
144
153

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

Portions of RGB colors in percentages

R + G + B = 140 + 144 + 153 = 437 (100%)
R 140 of 437 ~ 32.04%
G 144 of 437 ~ 32.95%
B 153 of 437 ~ 35.01'%

%32.04
%32.95
%35.01

CMYK color model

#8C9099 color CMYK value is (8,6,0,40).

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

CMYK: (8,6,0,40)
C8M6Y0K40 (8%, 6%, 0%, 40%)
(0.08 / 0.06 / 0.00 / 0.40)

CMYK percentages

%8.5
%5.88
%0
%40

Codes

Color #8C9099 in popluar color models

8C 90 99
RGB 140 144 153
HSL 222° 5.99% 57.45%
HSB/HSV 222° 8.50% 60.00%
CMYK 8.50% 5.88% 0.00%
40.00%

Color #8C9099 in popluar number systems.

HEX 8C 90 99
Decimal 140 144 153
Binary 10001100 10010000 10011001
Octal 214 220 231

Shades and tints

Shades of #8C9099

#8C9099
(140,144,153)
#80838C
(128,131,140)
#74767F
(116,118,127)
#686972
(104,105,114)
#5C5C65
(92,92,101)
#504F58
(80,79,88)
#44424B
(68,66,75)
#38353E
(56,53,62)
#2C2831
(44,40,49)
#201B24
(32,27,36)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #8C9099

#8C9099
(140,144,153)
#969AA2
(150,154,162)
#A0A4AB
(160,164,171)
#AAAEB4
(170,174,180)
#B4B8BD
(180,184,189)
#BEC2C6
(190,194,198)
#C8CCCF
(200,204,207)
#D2D6D8
(210,214,216)
#DCE0E1
(220,224,225)
#E6EAEA
(230,234,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9099; }

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

This text font color is #8C9099.

Background Color

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

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

This div background color is #8C9099.

Border color

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

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

This div border color is #8C9099.

Opacity

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

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

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

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

This text has shadow with #8C9099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9099.

Preview

Color preview on black background

This text has color #8C9099 on black background.


Color preview on white background

This text has color #8C9099 on white background.


Black color preview on #8C9099 background

This text has black color on #8C9099 background.


White color preview on #8C9099 background

This text has white color on #8C9099 background.


Related colors

Complementary color

Complementary color for #hex is #736F66.


I love getcolorcode.com

Triadic colors

1 #998C90 and #90998C with #8C9099 are triadic colors.

2 #99908C and #908C99 with #8C9099 are triadic colors.