COLOR #958AA9

HEX: #958AA9 RGB: (149,138,169)

Color info

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

RGB color model

#958AA9 color RGB value is (149,138,169).

RGB: (149,138,169) (58%, 54%, 66%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 169 of 255 = 66%

149
138
169

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

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 169 = 456 (100%)
R 149 of 456 ~ 32.68%
G 138 of 456 ~ 30.26%
B 169 of 456 ~ 37.06'%

%32.68
%30.26
%37.06

CMYK color model

#958AA9 color CMYK value is (12,18,0,34).

  • cyan value is 11.83%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (12,18,0,34) C12M18Y0K34 (12%,18%,0%,34%) (0.12/0.18/0.00/0.34) 

CMYK percentages

%11.83
%18.34
%0
%33.73

Codes

Color #958AA9 in popluar color models

95 8A A9
RGB 149 138 169
HSL 261° 15.27% 60.20%
HSB/HSV 261° 18.34% 66.27%
CMYK 11.83% 18.34% 0.00%
33.73%

Color #958AA9 in popluar number systems.

HEX 95 8A A9
Decimal 149 138 169
Binary 10010101 10001010 10101001
Octal 225 212 251

Shades and tints

Shades of #958AA9

#958AA9
(149,138,169)
#887E9A
(136,126,154)
#7B728B
(123,114,139)
#6E667C
(110,102,124)
#615A6D
(97,90,109)
#544E5E
(84,78,94)
#47424F
(71,66,79)
#3A3640
(58,54,64)
#2D2A31
(45,42,49)
#201E22
(32,30,34)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #958AA9

#958AA9
(149,138,169)
#9E94B0
(158,148,176)
#A79EB7
(167,158,183)
#B0A8BE
(176,168,190)
#B9B2C5
(185,178,197)
#C2BCCC
(194,188,204)
#CBC6D3
(203,198,211)
#D4D0DA
(212,208,218)
#DDDAE1
(221,218,225)
#E6E4E8
(230,228,232)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958AA9; }

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

This text font color is #958AA9.

Background Color

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

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

This div background color is #958AA9.

Border color

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

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

This div border color is #958AA9.

Opacity

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

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

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

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

This text has shadow with #958AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958AA9.

Preview

Color preview on black background

This text has color #958AA9 on black background.


Color preview on white background

This text has color #958AA9 on white background.


Black color preview on #958AA9 background

This text has black color on #958AA9 background.


White color preview on #958AA9 background

This text has white color on #958AA9 background.


Related colors

Complementary color

Complementary color for #hex is #6A7556.


I love getcolorcode.com

Triadic colors

1 #A9958A and #8AA995 with #958AA9 are triadic colors.

2 #A98A95 and #8A95A9 with #958AA9 are triadic colors.