COLOR #958FA6

HEX: #958FA6 RGB: (149,143,166)

Color info

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

RGB color model

#958FA6 color RGB value is (149,143,166).

RGB: (149,143,166) (58%, 56%, 65%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 166 of 255 = 65%

149
143
166

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

Portions of RGB colors in percentages

R + G + B = 149 + 143 + 166 = 458 (100%)
R 149 of 458 ~ 32.53%
G 143 of 458 ~ 31.22%
B 166 of 458 ~ 36.24'%

%32.53
%31.22
%36.24

CMYK color model

#958FA6 color CMYK value is (10,14,0,35).

  • cyan value is 10.24%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (10,14,0,35)
C10M14Y0K35 (10%, 14%, 0%, 35%)
(0.10 / 0.14 / 0.00 / 0.35)

CMYK percentages

%10.24
%13.86
%0
%34.9

Codes

Color #958FA6 in popluar color models

95 8F A6
RGB 149 143 166
HSL 256° 11.44% 60.59%
HSB/HSV 256° 13.86% 65.10%
CMYK 10.24% 13.86% 0.00%
34.90%

Color #958FA6 in popluar number systems.

HEX 95 8F A6
Decimal 149 143 166
Binary 10010101 10001111 10100110
Octal 225 217 246

Shades and tints

Shades of #958FA6

#958FA6
(149,143,166)
#888297
(136,130,151)
#7B7588
(123,117,136)
#6E6879
(110,104,121)
#615B6A
(97,91,106)
#544E5B
(84,78,91)
#47414C
(71,65,76)
#3A343D
(58,52,61)
#2D272E
(45,39,46)
#201A1F
(32,26,31)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #958FA6

#958FA6
(149,143,166)
#9E99AE
(158,153,174)
#A7A3B6
(167,163,182)
#B0ADBE
(176,173,190)
#B9B7C6
(185,183,198)
#C2C1CE
(194,193,206)
#CBCBD6
(203,203,214)
#D4D5DE
(212,213,222)
#DDDFE6
(221,223,230)
#E6E9EE
(230,233,238)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958FA6; }

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

This text font color is #958FA6.

Background Color

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

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

This div background color is #958FA6.

Border color

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

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

This div border color is #958FA6.

Opacity

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

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

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

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

This text has shadow with #958FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958FA6.

Preview

Color preview on black background

This text has color #958FA6 on black background.


Color preview on white background

This text has color #958FA6 on white background.


Black color preview on #958FA6 background

This text has black color on #958FA6 background.


White color preview on #958FA6 background

This text has white color on #958FA6 background.


Related colors

Complementary color

Complementary color for #hex is #6A7059.


I love getcolorcode.com

Triadic colors

1 #A6958F and #8FA695 with #958FA6 are triadic colors.

2 #A68F95 and #8F95A6 with #958FA6 are triadic colors.