COLOR #958CAA

HEX: #958CAA RGB: (149,140,170)

Color info

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

RGB color model

#958CAA color RGB value is (149,140,170).

RGB: (149,140,170) (58%, 55%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 170 of 255 = 67%

149
140
170

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

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 170 = 459 (100%)
R 149 of 459 ~ 32.46%
G 140 of 459 ~ 30.5%
B 170 of 459 ~ 37.04'%

%32.46
%30.5
%37.04

CMYK color model

#958CAA color CMYK value is (12,18,0,33).

  • cyan value is 12.35%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (12,18,0,33)
C12M18Y0K33 (12%, 18%, 0%, 33%)
(0.12 / 0.18 / 0.00 / 0.33)

CMYK percentages

%12.35
%17.65
%0
%33.33

Codes

Color #958CAA in popluar color models

95 8C AA
RGB 149 140 170
HSL 258° 15.00% 60.78%
HSB/HSV 258° 17.65% 66.67%
CMYK 12.35% 17.65% 0.00%
33.33%

Color #958CAA in popluar number systems.

HEX 95 8C AA
Decimal 149 140 170
Binary 10010101 10001100 10101010
Octal 225 214 252

Shades and tints

Shades of #958CAA

#958CAA
(149,140,170)
#88809B
(136,128,155)
#7B748C
(123,116,140)
#6E687D
(110,104,125)
#615C6E
(97,92,110)
#54505F
(84,80,95)
#474450
(71,68,80)
#3A3841
(58,56,65)
#2D2C32
(45,44,50)
#202023
(32,32,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #958CAA

#958CAA
(149,140,170)
#9E96B1
(158,150,177)
#A7A0B8
(167,160,184)
#B0AABF
(176,170,191)
#B9B4C6
(185,180,198)
#C2BECD
(194,190,205)
#CBC8D4
(203,200,212)
#D4D2DB
(212,210,219)
#DDDCE2
(221,220,226)
#E6E6E9
(230,230,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958CAA; }

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

This text font color is #958CAA.

Background Color

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

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

This div background color is #958CAA.

Border color

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

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

This div border color is #958CAA.

Opacity

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

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

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

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

This text has shadow with #958CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958CAA.

Preview

Color preview on black background

This text has color #958CAA on black background.


Color preview on white background

This text has color #958CAA on white background.


Black color preview on #958CAA background

This text has black color on #958CAA background.


White color preview on #958CAA background

This text has white color on #958CAA background.


Related colors

Complementary color

Complementary color for #hex is #6A7355.


I love getcolorcode.com

Triadic colors

1 #AA958C and #8CAA95 with #958CAA are triadic colors.

2 #AA8C95 and #8C95AA with #958CAA are triadic colors.