COLOR #8A958D

HEX: #8A958D RGB: (138,149,141)

Color info

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

RGB color model

#8A958D color RGB value is (138,149,141).

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

RGB channels and saturation

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

138
149
141

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

Portions of RGB colors in percentages

R + G + B = 138 + 149 + 141 = 428 (100%)
R 138 of 428 ~ 32.24%
G 149 of 428 ~ 34.81%
B 141 of 428 ~ 32.94'%

%32.24
%34.81
%32.94

CMYK color model

#8A958D color CMYK value is (7,0,5,42).

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

CMYK: (7,0,5,42)
C7M0Y5K42 (7%, 0%, 5%, 42%)
(0.07 / 0.00 / 0.05 / 0.42)

CMYK percentages

%7.38
%0
%5.37
%41.57

Codes

Color #8A958D in popluar color models

8A 95 8D
RGB 138 149 141
HSL 136° 4.93% 56.27%
HSB/HSV 136° 7.38% 58.43%
CMYK 7.38% 0.00% 5.37%
41.57%

Color #8A958D in popluar number systems.

HEX 8A 95 8D
Decimal 138 149 141
Binary 10001010 10010101 10001101
Octal 212 225 215

Shades and tints

Shades of #8A958D

#8A958D
(138,149,141)
#7E8881
(126,136,129)
#727B75
(114,123,117)
#666E69
(102,110,105)
#5A615D
(90,97,93)
#4E5451
(78,84,81)
#424745
(66,71,69)
#363A39
(54,58,57)
#2A2D2D
(42,45,45)
#1E2021
(30,32,33)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #8A958D

#8A958D
(138,149,141)
#949E97
(148,158,151)
#9EA7A1
(158,167,161)
#A8B0AB
(168,176,171)
#B2B9B5
(178,185,181)
#BCC2BF
(188,194,191)
#C6CBC9
(198,203,201)
#D0D4D3
(208,212,211)
#DADDDD
(218,221,221)
#E4E6E7
(228,230,231)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A958D; }

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

This text font color is #8A958D.

Background Color

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

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

This div background color is #8A958D.

Border color

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

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

This div border color is #8A958D.

Opacity

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

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

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

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

This text has shadow with #8A958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A958D.

Preview

Color preview on black background

This text has color #8A958D on black background.


Color preview on white background

This text has color #8A958D on white background.


Black color preview on #8A958D background

This text has black color on #8A958D background.


White color preview on #8A958D background

This text has white color on #8A958D background.


Related colors

Complementary color

Complementary color for #hex is #756A72.


I love getcolorcode.com

Triadic colors

1 #8D8A95 and #958D8A with #8A958D are triadic colors.

2 #8D958A and #958A8D with #8A958D are triadic colors.