COLOR #958EAB

HEX: #958EAB
RGB: (149,142,171)

Color info

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

RGB color model

#958EAB color RGB value is (149,142,171).

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

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 171 of 255 = 67%

149
142
171

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

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 171 = 462 (100%)
R 149 of 462 ~ 32.25%
G 142 of 462 ~ 30.74%
B 171 of 462 ~ 37.01%

%32.25
%30.74
%37.01

CMYK color model

#958EAB color CMYK value is (13,17,0,33).

  • cyan value is 12.87%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,17,0,33)
C13M17Y0K33 
(13%,17%,0%,33%)
(0.13/0.17/0.00/0.33)	

CMYK percentages

%12.87
%16.96
%0
%32.94

Codes

Color #958EAB in popluar color models

958EAB
RGB149142171
HSL254°14.72%61.37%
HSB/HSV254°16.96%67.06%
CMYK12.87%16.96%0.00%
32.94%

Color #958EAB in popluar number systems.

HEX958EAB
Decimal149142171
Binary100101011000111010101011
Octal225216253

Shades and tints

Shades of #958EAB

#958EAB
(149,142,171)
#88829C
(136,130,156)
#7B768D
(123,118,141)
#6E6A7E
(110,106,126)
#615E6F
(97,94,111)
#545260
(84,82,96)
#474651
(71,70,81)
#3A3A42
(58,58,66)
#2D2E33
(45,46,51)
#202224
(32,34,36)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #958EAB

#958EAB
(149,142,171)
#9E98B2
(158,152,178)
#A7A2B9
(167,162,185)
#B0ACC0
(176,172,192)
#B9B6C7
(185,182,199)
#C2C0CE
(194,192,206)
#CBCAD5
(203,202,213)
#D4D4DC
(212,212,220)
#DDDEE3
(221,222,227)
#E6E8EA
(230,232,234)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958EAB; }

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

This text font color is #958EAB.


Background Color

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

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

This div background color is #958EAB.


Border color

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

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

This div border color is #958EAB.


Opacity

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

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

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

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

This text has shadow with #958EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958EAB on black background.


Color preview on white background

This text has color #958EAB on white background.



Black color preview on #958EAB background

This text has black color on #958EAB background.


White color preview on #958EAB background

This text has white color on #958EAB background.