COLOR #958CAE

HEX: #958CAE
RGB: (149,140,174)

Color info

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

RGB color model

#958CAE color RGB value is (149,140,174).

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

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 174 of 255 = 68%

149
140
174

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

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 174 = 463 (100%)
R 149 of 463 ~ 32.18%
G 140 of 463 ~ 30.24%
B 174 of 463 ~ 37.58%

%32.18
%30.24
%37.58

CMYK color model

#958CAE color CMYK value is (14,20,0,32).

  • cyan value is 14.37%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(14,20,0,32)
C14M20Y0K32 
(14%,20%,0%,32%)
(0.14/0.20/0.00/0.32)	

CMYK percentages

%14.37
%19.54
%0
%31.76

Codes

Color #958CAE in popluar color models

958CAE
RGB149140174
HSL256°17.35%61.57%
HSB/HSV256°19.54%68.24%
CMYK14.37%19.54%0.00%
31.76%

Color #958CAE in popluar number systems.

HEX958CAE
Decimal149140174
Binary100101011000110010101110
Octal225214256

Shades and tints

Shades of #958CAE

#958CAE
(149,140,174)
#88809F
(136,128,159)
#7B7490
(123,116,144)
#6E6881
(110,104,129)
#615C72
(97,92,114)
#545063
(84,80,99)
#474454
(71,68,84)
#3A3845
(58,56,69)
#2D2C36
(45,44,54)
#202027
(32,32,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #958CAE

#958CAE
(149,140,174)
#9E96B5
(158,150,181)
#A7A0BC
(167,160,188)
#B0AAC3
(176,170,195)
#B9B4CA
(185,180,202)
#C2BED1
(194,190,209)
#CBC8D8
(203,200,216)
#D4D2DF
(212,210,223)
#DDDCE6
(221,220,230)
#E6E6ED
(230,230,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958CAE; }

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

This text font color is #958CAE.


Background Color

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

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

This div background color is #958CAE.


Border color

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

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

This div border color is #958CAE.


Opacity

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

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

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

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

This text has shadow with #958CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958CAE on black background.


Color preview on white background

This text has color #958CAE on white background.



Black color preview on #958CAE background

This text has black color on #958CAE background.


White color preview on #958CAE background

This text has white color on #958CAE background.