COLOR #958AB2

HEX: #958AB2 RGB: (149,138,178)

Color info

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

RGB color model

#958AB2 color RGB value is (149,138,178).

RGB: (149,138,178) (58%, 54%, 70%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 178 of 255 = 70%

149
138
178

R + G + B ~ 61%. #958AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 178 = 465 (100%)
R 149 of 465 ~ 32.04%
G 138 of 465 ~ 29.68%
B 178 of 465 ~ 38.28'%

%32.04
%29.68
%38.28

CMYK color model

#958AB2 color CMYK value is (16,22,0,30).

  • cyan value is 16.29%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (16,22,0,30)
C16M22Y0K30 (16%, 22%, 0%, 30%)
(0.16 / 0.22 / 0.00 / 0.30)

CMYK percentages

%16.29
%22.47
%0
%30.2

Codes

Color #958AB2 in popluar color models

95 8A B2
RGB 149 138 178
HSL 257° 20.62% 61.96%
HSB/HSV 257° 22.47% 69.80%
CMYK 16.29% 22.47% 0.00%
30.20%

Color #958AB2 in popluar number systems.

HEX 95 8A B2
Decimal 149 138 178
Binary 10010101 10001010 10110010
Octal 225 212 262

Shades and tints

Shades of #958AB2

#958AB2
(149,138,178)
#887EA2
(136,126,162)
#7B7292
(123,114,146)
#6E6682
(110,102,130)
#615A72
(97,90,114)
#544E62
(84,78,98)
#474252
(71,66,82)
#3A3642
(58,54,66)
#2D2A32
(45,42,50)
#201E22
(32,30,34)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #958AB2

#958AB2
(149,138,178)
#9E94B9
(158,148,185)
#A79EC0
(167,158,192)
#B0A8C7
(176,168,199)
#B9B2CE
(185,178,206)
#C2BCD5
(194,188,213)
#CBC6DC
(203,198,220)
#D4D0E3
(212,208,227)
#DDDAEA
(221,218,234)
#E6E4F1
(230,228,241)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958AB2; }

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

This text font color is #958AB2.

Background Color

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

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

This div background color is #958AB2.

Border color

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

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

This div border color is #958AB2.

Opacity

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

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

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

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

This text has shadow with #958AB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958AB2.

Preview

Color preview on black background

This text has color #958AB2 on black background.


Color preview on white background

This text has color #958AB2 on white background.


Black color preview on #958AB2 background

This text has black color on #958AB2 background.


White color preview on #958AB2 background

This text has white color on #958AB2 background.


Related colors

Complementary color

Complementary color for #hex is #6A754D.


I love getcolorcode.com

Triadic colors

1 #B2958A and #8AB295 with #958AB2 are triadic colors.

2 #B28A95 and #8A95B2 with #958AB2 are triadic colors.