COLOR #958EA1

HEX: #958EA1
RGB: (149,142,161)

Color info

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

RGB color model

#958EA1 color RGB value is (149,142,161).

  • red value is 149;
  • green value is 142;
  • blue value is 161.
RGB:
(149,142,161)
(58%,56%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 161 of 255 = 63%

149
142
161

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

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 161 = 452 (100%)
R 149 of 452 ~ 32.96%
G 142 of 452 ~ 31.42%
B 161 of 452 ~ 35.62%

%32.96
%31.42
%35.62

CMYK color model

#958EA1 color CMYK value is (7,12,0,37).

  • cyan value is 7.45%
  • magenta value is 11.80%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,12,0,37)
C7M12Y0K37 
(7%,12%,0%,37%)
(0.07/0.12/0.00/0.37)	

CMYK percentages

%7.45
%11.8
%0
%36.86

Codes

Color #958EA1 in popluar color models

958EA1
RGB149142161
HSL262°9.18%59.41%
HSB/HSV262°11.80%63.14%
CMYK7.45%11.80%0.00%
36.86%

Color #958EA1 in popluar number systems.

HEX958EA1
Decimal149142161
Binary100101011000111010100001
Octal225216241

Shades and tints

Shades of #958EA1

#958EA1
(149,142,161)
#888293
(136,130,147)
#7B7685
(123,118,133)
#6E6A77
(110,106,119)
#615E69
(97,94,105)
#54525B
(84,82,91)
#47464D
(71,70,77)
#3A3A3F
(58,58,63)
#2D2E31
(45,46,49)
#202223
(32,34,35)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #958EA1

#958EA1
(149,142,161)
#9E98A9
(158,152,169)
#A7A2B1
(167,162,177)
#B0ACB9
(176,172,185)
#B9B6C1
(185,182,193)
#C2C0C9
(194,192,201)
#CBCAD1
(203,202,209)
#D4D4D9
(212,212,217)
#DDDEE1
(221,222,225)
#E6E8E9
(230,232,233)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958EA1 color. Also use rgb(149,142,161) instead hex code.

Text Font Color

.myTextColor { color: #958EA1; }

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

This text font color is #958EA1.


Background Color

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

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

This div background color is #958EA1.


Border color

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

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

This div border color is #958EA1.


Opacity

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

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

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

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

This text has shadow with #958EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958EA1 on black background.


Color preview on white background

This text has color #958EA1 on white background.



Black color preview on #958EA1 background

This text has black color on #958EA1 background.


White color preview on #958EA1 background

This text has white color on #958EA1 background.