COLOR #8C88A3

HEX: #8C88A3 RGB: (140,136,163)

Color info

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

RGB color model

#8C88A3 color RGB value is (140,136,163).

RGB: (140,136,163) (55%, 53%, 64%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 163 of 255 = 64%

140
136
163

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

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 163 = 439 (100%)
R 140 of 439 ~ 31.89%
G 136 of 439 ~ 30.98%
B 163 of 439 ~ 37.13'%

%31.89
%30.98
%37.13

CMYK color model

#8C88A3 color CMYK value is (14,17,0,36).

  • cyan value is 14.11%
  • magenta value is 16.56%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (14,17,0,36)
C14M17Y0K36 (14%, 17%, 0%, 36%)
(0.14 / 0.17 / 0.00 / 0.36)

CMYK percentages

%14.11
%16.56
%0
%36.08

Codes

Color #8C88A3 in popluar color models

8C 88 A3
RGB 140 136 163
HSL 249° 12.80% 58.63%
HSB/HSV 249° 16.56% 63.92%
CMYK 14.11% 16.56% 0.00%
36.08%

Color #8C88A3 in popluar number systems.

HEX 8C 88 A3
Decimal 140 136 163
Binary 10001100 10001000 10100011
Octal 214 210 243

Shades and tints

Shades of #8C88A3

#8C88A3
(140,136,163)
#807C95
(128,124,149)
#747087
(116,112,135)
#686479
(104,100,121)
#5C586B
(92,88,107)
#504C5D
(80,76,93)
#44404F
(68,64,79)
#383441
(56,52,65)
#2C2833
(44,40,51)
#201C25
(32,28,37)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #8C88A3

#8C88A3
(140,136,163)
#9692AB
(150,146,171)
#A09CB3
(160,156,179)
#AAA6BB
(170,166,187)
#B4B0C3
(180,176,195)
#BEBACB
(190,186,203)
#C8C4D3
(200,196,211)
#D2CEDB
(210,206,219)
#DCD8E3
(220,216,227)
#E6E2EB
(230,226,235)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C88A3 color. Also use rgb(140,136,163) instead hex code.

Text Font Color

.myTextColor { color: #8C88A3; }

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

This text font color is #8C88A3.

Background Color

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

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

This div background color is #8C88A3.

Border color

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

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

This div border color is #8C88A3.

Opacity

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

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

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

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

This text has shadow with #8C88A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C88A3.

Preview

Color preview on black background

This text has color #8C88A3 on black background.


Color preview on white background

This text has color #8C88A3 on white background.


Black color preview on #8C88A3 background

This text has black color on #8C88A3 background.


White color preview on #8C88A3 background

This text has white color on #8C88A3 background.


Related colors

Complementary color

Complementary color for #hex is #73775C.


I love getcolorcode.com

Triadic colors

1 #A38C88 and #88A38C with #8C88A3 are triadic colors.

2 #A3888C and #888CA3 with #8C88A3 are triadic colors.