COLOR #958CA0

HEX: #958CA0 RGB: (149,140,160)

Color info

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

RGB color model

#958CA0 color RGB value is (149,140,160).

RGB: (149,140,160) (58%, 55%, 63%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 160 of 255 = 63%

149
140
160

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

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 160 = 449 (100%)
R 149 of 449 ~ 33.18%
G 140 of 449 ~ 31.18%
B 160 of 449 ~ 35.63'%

%33.18
%31.18
%35.63

CMYK color model

#958CA0 color CMYK value is (7,13,0,37).

  • cyan value is 6.87%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (7,13,0,37)
C7M13Y0K37 (7%, 13%, 0%, 37%)
(0.07 / 0.13 / 0.00 / 0.37)

CMYK percentages

%6.87
%12.5
%0
%37.25

Codes

Color #958CA0 in popluar color models

95 8C A0
RGB 149 140 160
HSL 267° 9.52% 58.82%
HSB/HSV 267° 12.50% 62.75%
CMYK 6.87% 12.50% 0.00%
37.25%

Color #958CA0 in popluar number systems.

HEX 95 8C A0
Decimal 149 140 160
Binary 10010101 10001100 10100000
Octal 225 214 240

Shades and tints

Shades of #958CA0

#958CA0
(149,140,160)
#888092
(136,128,146)
#7B7484
(123,116,132)
#6E6876
(110,104,118)
#615C68
(97,92,104)
#54505A
(84,80,90)
#47444C
(71,68,76)
#3A383E
(58,56,62)
#2D2C30
(45,44,48)
#202022
(32,32,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #958CA0

#958CA0
(149,140,160)
#9E96A8
(158,150,168)
#A7A0B0
(167,160,176)
#B0AAB8
(176,170,184)
#B9B4C0
(185,180,192)
#C2BEC8
(194,190,200)
#CBC8D0
(203,200,208)
#D4D2D8
(212,210,216)
#DDDCE0
(221,220,224)
#E6E6E8
(230,230,232)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958CA0; }

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

This text font color is #958CA0.

Background Color

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

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

This div background color is #958CA0.

Border color

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

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

This div border color is #958CA0.

Opacity

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

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

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

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

This text has shadow with #958CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958CA0.

Preview

Color preview on black background

This text has color #958CA0 on black background.


Color preview on white background

This text has color #958CA0 on white background.


Black color preview on #958CA0 background

This text has black color on #958CA0 background.


White color preview on #958CA0 background

This text has white color on #958CA0 background.


Related colors

Complementary color

Complementary color for #hex is #6A735F.


I love getcolorcode.com

Triadic colors

1 #A0958C and #8CA095 with #958CA0 are triadic colors.

2 #A08C95 and #8C95A0 with #958CA0 are triadic colors.