COLOR #8A958C

HEX: #8A958C RGB: (138,149,140)

Color info

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

RGB color model

#8A958C color RGB value is (138,149,140).

RGB: (138,149,140) (54%, 58%, 55%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 140 of 255 = 55%

138
149
140

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

Portions of RGB colors in percentages

R + G + B = 138 + 149 + 140 = 427 (100%)
R 138 of 427 ~ 32.32%
G 149 of 427 ~ 34.89%
B 140 of 427 ~ 32.79'%

%32.32
%34.89
%32.79

CMYK color model

#8A958C color CMYK value is (7,0,6,42).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%

CMYK: (7,0,6,42)
C7M0Y6K42 (7%, 0%, 6%, 42%)
(0.07 / 0.00 / 0.06 / 0.42)

CMYK percentages

%7.38
%0
%6.04
%41.57

Codes

Color #8A958C in popluar color models

8A 95 8C
RGB 138 149 140
HSL 131° 4.93% 56.27%
HSB/HSV 131° 7.38% 58.43%
CMYK 7.38% 0.00% 6.04%
41.57%

Color #8A958C in popluar number systems.

HEX 8A 95 8C
Decimal 138 149 140
Binary 10001010 10010101 10001100
Octal 212 225 214

Shades and tints

Shades of #8A958C

#8A958C
(138,149,140)
#7E8880
(126,136,128)
#727B74
(114,123,116)
#666E68
(102,110,104)
#5A615C
(90,97,92)
#4E5450
(78,84,80)
#424744
(66,71,68)
#363A38
(54,58,56)
#2A2D2C
(42,45,44)
#1E2020
(30,32,32)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8A958C

#8A958C
(138,149,140)
#949E96
(148,158,150)
#9EA7A0
(158,167,160)
#A8B0AA
(168,176,170)
#B2B9B4
(178,185,180)
#BCC2BE
(188,194,190)
#C6CBC8
(198,203,200)
#D0D4D2
(208,212,210)
#DADDDC
(218,221,220)
#E4E6E6
(228,230,230)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A958C color. Also use rgb(138,149,140) instead hex code.

Text Font Color

.myTextColor { color: #8A958C; }

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

This text font color is #8A958C.

Background Color

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

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

This div background color is #8A958C.

Border color

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

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

This div border color is #8A958C.

Opacity

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

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

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

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

This text has shadow with #8A958C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A958C.

Preview

Color preview on black background

This text has color #8A958C on black background.


Color preview on white background

This text has color #8A958C on white background.


Black color preview on #8A958C background

This text has black color on #8A958C background.


White color preview on #8A958C background

This text has white color on #8A958C background.


Related colors

Complementary color

Complementary color for #hex is #756A73.


I love getcolorcode.com

Triadic colors

1 #8C8A95 and #958C8A with #8A958C are triadic colors.

2 #8C958A and #958A8C with #8A958C are triadic colors.