COLOR #958AA8

HEX: #958AA8
RGB: (149,138,168)

Color info

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

RGB color model

#958AA8 color RGB value is (149,138,168).

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

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 168 of 255 = 66%

149
138
168

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 168 = 455 (100%)
R 149 of 455 ~ 32.75%
G 138 of 455 ~ 30.33%
B 168 of 455 ~ 36.92%

%32.75
%30.33
%36.92

CMYK color model

#958AA8 color CMYK value is (11,18,0,34).

  • cyan value is 11.31%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(11,18,0,34)
C11M18Y0K34 
(11%,18%,0%,34%)
(0.11/0.18/0.00/0.34)	

CMYK percentages

%11.31
%17.86
%0
%34.12

Codes

Color #958AA8 in popluar color models

958AA8
RGB149138168
HSL262°14.71%60.00%
HSB/HSV262°17.86%65.88%
CMYK11.31%17.86%0.00%
34.12%

Color #958AA8 in popluar number systems.

HEX958AA8
Decimal149138168
Binary100101011000101010101000
Octal225212250

Shades and tints

Shades of #958AA8

#958AA8
(149,138,168)
#887E99
(136,126,153)
#7B728A
(123,114,138)
#6E667B
(110,102,123)
#615A6C
(97,90,108)
#544E5D
(84,78,93)
#47424E
(71,66,78)
#3A363F
(58,54,63)
#2D2A30
(45,42,48)
#201E21
(32,30,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #958AA8

#958AA8
(149,138,168)
#9E94AF
(158,148,175)
#A79EB6
(167,158,182)
#B0A8BD
(176,168,189)
#B9B2C4
(185,178,196)
#C2BCCB
(194,188,203)
#CBC6D2
(203,198,210)
#D4D0D9
(212,208,217)
#DDDAE0
(221,218,224)
#E6E4E7
(230,228,231)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958AA8; }

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

This text font color is #958AA8.


Background Color

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

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

This div background color is #958AA8.


Border color

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

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

This div border color is #958AA8.


Opacity

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

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

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

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

This text has shadow with #958AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958AA8 on black background.


Color preview on white background

This text has color #958AA8 on white background.



Black color preview on #958AA8 background

This text has black color on #958AA8 background.


White color preview on #958AA8 background

This text has white color on #958AA8 background.