COLOR #8A8195

HEX: #8A8195 RGB: (138,129,149)

Color info

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

RGB color model

#8A8195 color RGB value is (138,129,149).

RGB: (138,129,149) (54%, 51%, 58%)

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 149 of 255 = 58%

138
129
149

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

Portions of RGB colors in percentages

R + G + B = 138 + 129 + 149 = 416 (100%)
R 138 of 416 ~ 33.17%
G 129 of 416 ~ 31.01%
B 149 of 416 ~ 35.82'%

%33.17
%31.01
%35.82

CMYK color model

#8A8195 color CMYK value is (7,13,0,42).

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

CMYK: (7,13,0,42)
C7M13Y0K42 (7%, 13%, 0%, 42%)
(0.07 / 0.13 / 0.00 / 0.42)

CMYK percentages

%7.38
%13.42
%0
%41.57

Codes

Color #8A8195 in popluar color models

8A 81 95
RGB 138 129 149
HSL 267° 8.62% 54.51%
HSB/HSV 267° 13.42% 58.43%
CMYK 7.38% 13.42% 0.00%
41.57%

Color #8A8195 in popluar number systems.

HEX 8A 81 95
Decimal 138 129 149
Binary 10001010 10000001 10010101
Octal 212 201 225

Shades and tints

Shades of #8A8195

#8A8195
(138,129,149)
#7E7688
(126,118,136)
#726B7B
(114,107,123)
#66606E
(102,96,110)
#5A5561
(90,85,97)
#4E4A54
(78,74,84)
#423F47
(66,63,71)
#36343A
(54,52,58)
#2A292D
(42,41,45)
#1E1E20
(30,30,32)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #8A8195

#8A8195
(138,129,149)
#948C9E
(148,140,158)
#9E97A7
(158,151,167)
#A8A2B0
(168,162,176)
#B2ADB9
(178,173,185)
#BCB8C2
(188,184,194)
#C6C3CB
(198,195,203)
#D0CED4
(208,206,212)
#DAD9DD
(218,217,221)
#E4E4E6
(228,228,230)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8195; }

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

This text font color is #8A8195.

Background Color

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

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

This div background color is #8A8195.

Border color

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

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

This div border color is #8A8195.

Opacity

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

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

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

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

This text has shadow with #8A8195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8195.

Preview

Color preview on black background

This text has color #8A8195 on black background.


Color preview on white background

This text has color #8A8195 on white background.


Black color preview on #8A8195 background

This text has black color on #8A8195 background.


White color preview on #8A8195 background

This text has white color on #8A8195 background.


Related colors

Complementary color

Complementary color for #hex is #757E6A.


I love getcolorcode.com

Triadic colors

1 #958A81 and #81958A with #8A8195 are triadic colors.

2 #95818A and #818A95 with #8A8195 are triadic colors.