COLOR #958CA4

HEX: #958CA4 RGB: (149,140,164)

Color info

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

RGB color model

#958CA4 color RGB value is (149,140,164).

RGB: (149,140,164) (58%, 55%, 64%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 164 of 255 = 64%

149
140
164

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

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 164 = 453 (100%)
R 149 of 453 ~ 32.89%
G 140 of 453 ~ 30.91%
B 164 of 453 ~ 36.2'%

%32.89
%30.91
%36.2

CMYK color model

#958CA4 color CMYK value is (9,15,0,36).

  • cyan value is 9.15%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (9,15,0,36)
C9M15Y0K36 (9%, 15%, 0%, 36%)
(0.09 / 0.15 / 0.00 / 0.36)

CMYK percentages

%9.15
%14.63
%0
%35.69

Codes

Color #958CA4 in popluar color models

95 8C A4
RGB 149 140 164
HSL 263° 11.65% 59.61%
HSB/HSV 263° 14.63% 64.31%
CMYK 9.15% 14.63% 0.00%
35.69%

Color #958CA4 in popluar number systems.

HEX 95 8C A4
Decimal 149 140 164
Binary 10010101 10001100 10100100
Octal 225 214 244

Shades and tints

Shades of #958CA4

#958CA4
(149,140,164)
#888096
(136,128,150)
#7B7488
(123,116,136)
#6E687A
(110,104,122)
#615C6C
(97,92,108)
#54505E
(84,80,94)
#474450
(71,68,80)
#3A3842
(58,56,66)
#2D2C34
(45,44,52)
#202026
(32,32,38)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #958CA4

#958CA4
(149,140,164)
#9E96AC
(158,150,172)
#A7A0B4
(167,160,180)
#B0AABC
(176,170,188)
#B9B4C4
(185,180,196)
#C2BECC
(194,190,204)
#CBC8D4
(203,200,212)
#D4D2DC
(212,210,220)
#DDDCE4
(221,220,228)
#E6E6EC
(230,230,236)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958CA4; }

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

This text font color is #958CA4.

Background Color

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

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

This div background color is #958CA4.

Border color

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

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

This div border color is #958CA4.

Opacity

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

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

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

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

This text has shadow with #958CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958CA4.

Preview

Color preview on black background

This text has color #958CA4 on black background.


Color preview on white background

This text has color #958CA4 on white background.


Black color preview on #958CA4 background

This text has black color on #958CA4 background.


White color preview on #958CA4 background

This text has white color on #958CA4 background.


Related colors

Complementary color

Complementary color for #hex is #6A735B.


I love getcolorcode.com

Triadic colors

1 #A4958C and #8CA495 with #958CA4 are triadic colors.

2 #A48C95 and #8C95A4 with #958CA4 are triadic colors.