COLOR #958FAC

HEX: #958FAC
RGB: (149,143,172)

Color info

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

RGB color model

#958FAC color RGB value is (149,143,172).

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

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 172 of 255 = 67%

149
143
172

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

Portions of RGB colors in percentages

R + G + B =
149 + 143 + 172 = 464 (100%)
R 149 of 464 ~ 32.11%
G 143 of 464 ~ 30.82%
B 172 of 464 ~ 37.07%

%32.11
%30.82
%37.07

CMYK color model

#958FAC color CMYK value is (13,17,0,33).

  • cyan value is 13.37%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,17,0,33)
C13M17Y0K33 
(13%,17%,0%,33%)
(0.13/0.17/0.00/0.33)	

CMYK percentages

%13.37
%16.86
%0
%32.55

Codes

Color #958FAC in popluar color models

958FAC
RGB149143172
HSL252°14.87%61.76%
HSB/HSV252°16.86%67.45%
CMYK13.37%16.86%0.00%
32.55%

Color #958FAC in popluar number systems.

HEX958FAC
Decimal149143172
Binary100101011000111110101100
Octal225217254

Shades and tints

Shades of #958FAC

#958FAC
(149,143,172)
#88829D
(136,130,157)
#7B758E
(123,117,142)
#6E687F
(110,104,127)
#615B70
(97,91,112)
#544E61
(84,78,97)
#474152
(71,65,82)
#3A3443
(58,52,67)
#2D2734
(45,39,52)
#201A25
(32,26,37)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #958FAC

#958FAC
(149,143,172)
#9E99B3
(158,153,179)
#A7A3BA
(167,163,186)
#B0ADC1
(176,173,193)
#B9B7C8
(185,183,200)
#C2C1CF
(194,193,207)
#CBCBD6
(203,203,214)
#D4D5DD
(212,213,221)
#DDDFE4
(221,223,228)
#E6E9EB
(230,233,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958FAC; }

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

This text font color is #958FAC.


Background Color

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

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

This div background color is #958FAC.


Border color

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

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

This div border color is #958FAC.


Opacity

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

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

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

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

This text has shadow with #958FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958FAC on black background.


Color preview on white background

This text has color #958FAC on white background.



Black color preview on #958FAC background

This text has black color on #958FAC background.


White color preview on #958FAC background

This text has white color on #958FAC background.