COLOR #958AA6

HEX: #958AA6
RGB: (149,138,166)

Color info

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

RGB color model

#958AA6 color RGB value is (149,138,166).

  • red value is 149;
  • green value is 138;
  • blue value is 166.
RGB:
(149,138,166)
(58%,54%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 166 of 255 = 65%

149
138
166

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 166 = 453 (100%)
R 149 of 453 ~ 32.89%
G 138 of 453 ~ 30.46%
B 166 of 453 ~ 36.64%

%32.89
%30.46
%36.64

CMYK color model

#958AA6 color CMYK value is (10,17,0,35).

  • cyan value is 10.24%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(10,17,0,35)
C10M17Y0K35 
(10%,17%,0%,35%)
(0.10/0.17/0.00/0.35)	

CMYK percentages

%10.24
%16.87
%0
%34.9

Codes

Color #958AA6 in popluar color models

958AA6
RGB149138166
HSL264°13.59%59.61%
HSB/HSV264°16.87%65.10%
CMYK10.24%16.87%0.00%
34.90%

Color #958AA6 in popluar number systems.

HEX958AA6
Decimal149138166
Binary100101011000101010100110
Octal225212246

Shades and tints

Shades of #958AA6

#958AA6
(149,138,166)
#887E97
(136,126,151)
#7B7288
(123,114,136)
#6E6679
(110,102,121)
#615A6A
(97,90,106)
#544E5B
(84,78,91)
#47424C
(71,66,76)
#3A363D
(58,54,61)
#2D2A2E
(45,42,46)
#201E1F
(32,30,31)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #958AA6

#958AA6
(149,138,166)
#9E94AE
(158,148,174)
#A79EB6
(167,158,182)
#B0A8BE
(176,168,190)
#B9B2C6
(185,178,198)
#C2BCCE
(194,188,206)
#CBC6D6
(203,198,214)
#D4D0DE
(212,208,222)
#DDDAE6
(221,218,230)
#E6E4EE
(230,228,238)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958AA6; }

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

This text font color is #958AA6.


Background Color

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

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

This div background color is #958AA6.


Border color

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

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

This div border color is #958AA6.


Opacity

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

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

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

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

This text has shadow with #958AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958AA6 on black background.


Color preview on white background

This text has color #958AA6 on white background.



Black color preview on #958AA6 background

This text has black color on #958AA6 background.


White color preview on #958AA6 background

This text has white color on #958AA6 background.