COLOR #958AA2

HEX: #958AA2 RGB: (149,138,162)

Color info

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

RGB color model

#958AA2 color RGB value is (149,138,162).

RGB: (149,138,162) (58%, 54%, 64%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 162 of 255 = 64%

149
138
162

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

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 162 = 449 (100%)
R 149 of 449 ~ 33.18%
G 138 of 449 ~ 30.73%
B 162 of 449 ~ 36.08'%

%33.18
%30.73
%36.08

CMYK color model

#958AA2 color CMYK value is (8,15,0,36).

  • cyan value is 8.02%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (8,15,0,36) C8M15Y0K36 (8%,15%,0%,36%) (0.08/0.15/0.00/0.36) 

CMYK percentages

%8.02
%14.81
%0
%36.47

Codes

Color #958AA2 in popluar color models

95 8A A2
RGB 149 138 162
HSL 268° 11.43% 58.82%
HSB/HSV 268° 14.81% 63.53%
CMYK 8.02% 14.81% 0.00%
36.47%

Color #958AA2 in popluar number systems.

HEX 95 8A A2
Decimal 149 138 162
Binary 10010101 10001010 10100010
Octal 225 212 242

Shades and tints

Shades of #958AA2

#958AA2
(149,138,162)
#887E94
(136,126,148)
#7B7286
(123,114,134)
#6E6678
(110,102,120)
#615A6A
(97,90,106)
#544E5C
(84,78,92)
#47424E
(71,66,78)
#3A3640
(58,54,64)
#2D2A32
(45,42,50)
#201E24
(32,30,36)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #958AA2

#958AA2
(149,138,162)
#9E94AA
(158,148,170)
#A79EB2
(167,158,178)
#B0A8BA
(176,168,186)
#B9B2C2
(185,178,194)
#C2BCCA
(194,188,202)
#CBC6D2
(203,198,210)
#D4D0DA
(212,208,218)
#DDDAE2
(221,218,226)
#E6E4EA
(230,228,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958AA2 color. Also use rgb(149,138,162) instead hex code.

Text Font Color

.myTextColor { color: #958AA2; }

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

This text font color is #958AA2.

Background Color

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

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

This div background color is #958AA2.

Border color

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

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

This div border color is #958AA2.

Opacity

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

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

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

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

This text has shadow with #958AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958AA2.

Preview

Color preview on black background

This text has color #958AA2 on black background.


Color preview on white background

This text has color #958AA2 on white background.


Black color preview on #958AA2 background

This text has black color on #958AA2 background.


White color preview on #958AA2 background

This text has white color on #958AA2 background.


Related colors

Complementary color

Complementary color for #hex is #6A755D.


I love getcolorcode.com

Triadic colors

1 #A2958A and #8AA295 with #958AA2 are triadic colors.

2 #A28A95 and #8A95A2 with #958AA2 are triadic colors.