COLOR #958A90

HEX: #958A90 RGB: (149,138,144)

Color info

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

RGB color model

#958A90 color RGB value is (149,138,144).

RGB: (149,138,144) (58%, 54%, 56%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 144 of 255 = 56%

149
138
144

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

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 144 = 431 (100%)
R 149 of 431 ~ 34.57%
G 138 of 431 ~ 32.02%
B 144 of 431 ~ 33.41'%

%34.57
%32.02
%33.41

CMYK color model

#958A90 color CMYK value is (0,7,3,42).

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

CMYK: (0,7,3,42)
C0M7Y3K42 (0%, 7%, 3%, 42%)
(0.00 / 0.07 / 0.03 / 0.42)

CMYK percentages

%0
%7.38
%3.36
%41.57

Codes

Color #958A90 in popluar color models

95 8A 90
RGB 149 138 144
HSL 327° 4.93% 56.27%
HSB/HSV 327° 7.38% 58.43%
CMYK 0.00% 7.38% 3.36%
41.57%

Color #958A90 in popluar number systems.

HEX 95 8A 90
Decimal 149 138 144
Binary 10010101 10001010 10010000
Octal 225 212 220

Shades and tints

Shades of #958A90

#958A90
(149,138,144)
#887E83
(136,126,131)
#7B7276
(123,114,118)
#6E6669
(110,102,105)
#615A5C
(97,90,92)
#544E4F
(84,78,79)
#474242
(71,66,66)
#3A3635
(58,54,53)
#2D2A28
(45,42,40)
#201E1B
(32,30,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #958A90

#958A90
(149,138,144)
#9E949A
(158,148,154)
#A79EA4
(167,158,164)
#B0A8AE
(176,168,174)
#B9B2B8
(185,178,184)
#C2BCC2
(194,188,194)
#CBC6CC
(203,198,204)
#D4D0D6
(212,208,214)
#DDDAE0
(221,218,224)
#E6E4EA
(230,228,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958A90 color. Also use rgb(149,138,144) instead hex code.

Text Font Color

.myTextColor { color: #958A90; }

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

This text font color is #958A90.

Background Color

.myBgColor { background-color: #958A90; }

<div style="background-color:#958A90">Inner text</div>

This div background color is #958A90.

Border color

.myBorderColor { border: 1px solid #958A90; }

<div style="border:3px solid #958A90">Div</div>

This div border color is #958A90.

Opacity

.myOpacity80 { color: #958A90; opacity: 0.8; }

<p style="color:#958A90;opacity:0.8;">80%</p>

Text with #958A90 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 #958A90;}

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

This text has shadow with #958A90 color.


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

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

This text has shadow with #958A90 primary color and red secondary color.


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

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

This text has shadow with #958A90 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #958A90.

Preview

Color preview on black background

This text has color #958A90 on black background.


Color preview on white background

This text has color #958A90 on white background.


Black color preview on #958A90 background

This text has black color on #958A90 background.


White color preview on #958A90 background

This text has white color on #958A90 background.


Related colors

Complementary color

Complementary color for #hex is #6A756F.


I love getcolorcode.com

Triadic colors

1 #90958A and #8A9095 with #958A90 are triadic colors.

2 #908A95 and #8A9590 with #958A90 are triadic colors.