COLOR #958FAD

HEX: #958FAD
RGB: (149,143,173)

Color info

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

RGB color model

#958FAD color RGB value is (149,143,173).

  • red value is 149;
  • green value is 143;
  • blue value is 173.
RGB:
(149,143,173)
(58%,56%,68%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 173 of 255 = 68%

149
143
173

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

Portions of RGB colors in percentages

R + G + B =
149 + 143 + 173 = 465 (100%)
R 149 of 465 ~ 32.04%
G 143 of 465 ~ 30.75%
B 173 of 465 ~ 37.2%

%32.04
%30.75
%37.2

CMYK color model

#958FAD color CMYK value is (14,17,0,32).

  • cyan value is 13.87%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(14,17,0,32)
C14M17Y0K32 
(14%,17%,0%,32%)
(0.14/0.17/0.00/0.32)	

CMYK percentages

%13.87
%17.34
%0
%32.16

Codes

Color #958FAD in popluar color models

958FAD
RGB149143173
HSL252°15.46%61.96%
HSB/HSV252°17.34%67.84%
CMYK13.87%17.34%0.00%
32.16%

Color #958FAD in popluar number systems.

HEX958FAD
Decimal149143173
Binary100101011000111110101101
Octal225217255

Shades and tints

Shades of #958FAD

#958FAD
(149,143,173)
#88829E
(136,130,158)
#7B758F
(123,117,143)
#6E6880
(110,104,128)
#615B71
(97,91,113)
#544E62
(84,78,98)
#474153
(71,65,83)
#3A3444
(58,52,68)
#2D2735
(45,39,53)
#201A26
(32,26,38)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #958FAD

#958FAD
(149,143,173)
#9E99B4
(158,153,180)
#A7A3BB
(167,163,187)
#B0ADC2
(176,173,194)
#B9B7C9
(185,183,201)
#C2C1D0
(194,193,208)
#CBCBD7
(203,203,215)
#D4D5DE
(212,213,222)
#DDDFE5
(221,223,229)
#E6E9EC
(230,233,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958FAD color. Also use rgb(149,143,173) instead hex code.

Text Font Color

.myTextColor { color: #958FAD; }

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

This text font color is #958FAD.


Background Color

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

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

This div background color is #958FAD.


Border color

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

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

This div border color is #958FAD.


Opacity

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

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

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

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

This text has shadow with #958FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958FAD on black background.


Color preview on white background

This text has color #958FAD on white background.



Black color preview on #958FAD background

This text has black color on #958FAD background.


White color preview on #958FAD background

This text has white color on #958FAD background.