COLOR #958BAF

HEX: #958BAF
RGB: (149,139,175)

Color info

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

RGB color model

#958BAF color RGB value is (149,139,175).

  • red value is 149;
  • green value is 139;
  • blue value is 175.
RGB:
(149,139,175)
(58%,55%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 175 of 255 = 69%

149
139
175

R + G + B ~ 61%. #958BAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 175 = 463 (100%)
R 149 of 463 ~ 32.18%
G 139 of 463 ~ 30.02%
B 175 of 463 ~ 37.8%

%32.18
%30.02
%37.8

CMYK color model

#958BAF color CMYK value is (15,21,0,31).

  • cyan value is 14.86%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,21,0,31)
C15M21Y0K31 
(15%,21%,0%,31%)
(0.15/0.21/0.00/0.31)	

CMYK percentages

%14.86
%20.57
%0
%31.37

Codes

Color #958BAF in popluar color models

958BAF
RGB149139175
HSL257°18.37%61.57%
HSB/HSV257°20.57%68.63%
CMYK14.86%20.57%0.00%
31.37%

Color #958BAF in popluar number systems.

HEX958BAF
Decimal149139175
Binary100101011000101110101111
Octal225213257

Shades and tints

Shades of #958BAF

#958BAF
(149,139,175)
#887FA0
(136,127,160)
#7B7391
(123,115,145)
#6E6782
(110,103,130)
#615B73
(97,91,115)
#544F64
(84,79,100)
#474355
(71,67,85)
#3A3746
(58,55,70)
#2D2B37
(45,43,55)
#201F28
(32,31,40)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #958BAF

#958BAF
(149,139,175)
#9E95B6
(158,149,182)
#A79FBD
(167,159,189)
#B0A9C4
(176,169,196)
#B9B3CB
(185,179,203)
#C2BDD2
(194,189,210)
#CBC7D9
(203,199,217)
#D4D1E0
(212,209,224)
#DDDBE7
(221,219,231)
#E6E5EE
(230,229,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958BAF color. Also use rgb(149,139,175) instead hex code.

Text Font Color

.myTextColor { color: #958BAF; }

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

This text font color is #958BAF.


Background Color

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

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

This div background color is #958BAF.


Border color

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

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

This div border color is #958BAF.


Opacity

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

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

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

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

This text has shadow with #958BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958BAF on black background.


Color preview on white background

This text has color #958BAF on white background.



Black color preview on #958BAF background

This text has black color on #958BAF background.


White color preview on #958BAF background

This text has white color on #958BAF background.