COLOR #958CA3

HEX: #958CA3
RGB: (149,140,163)

Color info

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

RGB color model

#958CA3 color RGB value is (149,140,163).

  • red value is 149;
  • green value is 140;
  • blue value is 163.
RGB:
(149,140,163)
(58%,55%,64%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 163 of 255 = 64%

149
140
163

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

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 163 = 452 (100%)
R 149 of 452 ~ 32.96%
G 140 of 452 ~ 30.97%
B 163 of 452 ~ 36.06%

%32.96
%30.97
%36.06

CMYK color model

#958CA3 color CMYK value is (9,14,0,36).

  • cyan value is 8.59%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(9,14,0,36)
C9M14Y0K36 
(9%,14%,0%,36%)
(0.09/0.14/0.00/0.36)	

CMYK percentages

%8.59
%14.11
%0
%36.08

Codes

Color #958CA3 in popluar color models

958CA3
RGB149140163
HSL263°11.11%59.41%
HSB/HSV263°14.11%63.92%
CMYK8.59%14.11%0.00%
36.08%

Color #958CA3 in popluar number systems.

HEX958CA3
Decimal149140163
Binary100101011000110010100011
Octal225214243

Shades and tints

Shades of #958CA3

#958CA3
(149,140,163)
#888095
(136,128,149)
#7B7487
(123,116,135)
#6E6879
(110,104,121)
#615C6B
(97,92,107)
#54505D
(84,80,93)
#47444F
(71,68,79)
#3A3841
(58,56,65)
#2D2C33
(45,44,51)
#202025
(32,32,37)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #958CA3

#958CA3
(149,140,163)
#9E96AB
(158,150,171)
#A7A0B3
(167,160,179)
#B0AABB
(176,170,187)
#B9B4C3
(185,180,195)
#C2BECB
(194,190,203)
#CBC8D3
(203,200,211)
#D4D2DB
(212,210,219)
#DDDCE3
(221,220,227)
#E6E6EB
(230,230,235)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958CA3 color. Also use rgb(149,140,163) instead hex code.

Text Font Color

.myTextColor { color: #958CA3; }

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

This text font color is #958CA3.


Background Color

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

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

This div background color is #958CA3.


Border color

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

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

This div border color is #958CA3.


Opacity

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

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

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

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

This text has shadow with #958CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958CA3 on black background.


Color preview on white background

This text has color #958CA3 on white background.



Black color preview on #958CA3 background

This text has black color on #958CA3 background.


White color preview on #958CA3 background

This text has white color on #958CA3 background.