COLOR #958EB0

HEX: #958EB0
RGB: (149,142,176)

Color info

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

RGB color model

#958EB0 color RGB value is (149,142,176).

  • red value is 149;
  • green value is 142;
  • blue value is 176.
RGB:
(149,142,176)
(58%,56%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 176 of 255 = 69%

149
142
176

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

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 176 = 467 (100%)
R 149 of 467 ~ 31.91%
G 142 of 467 ~ 30.41%
B 176 of 467 ~ 37.69%

%31.91
%30.41
%37.69

CMYK color model

#958EB0 color CMYK value is (15,19,0,31).

  • cyan value is 15.34%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(15,19,0,31)
C15M19Y0K31 
(15%,19%,0%,31%)
(0.15/0.19/0.00/0.31)	

CMYK percentages

%15.34
%19.32
%0
%30.98

Codes

Color #958EB0 in popluar color models

958EB0
RGB149142176
HSL252°17.71%62.35%
HSB/HSV252°19.32%69.02%
CMYK15.34%19.32%0.00%
30.98%

Color #958EB0 in popluar number systems.

HEX958EB0
Decimal149142176
Binary100101011000111010110000
Octal225216260

Shades and tints

Shades of #958EB0

#958EB0
(149,142,176)
#8882A0
(136,130,160)
#7B7690
(123,118,144)
#6E6A80
(110,106,128)
#615E70
(97,94,112)
#545260
(84,82,96)
#474650
(71,70,80)
#3A3A40
(58,58,64)
#2D2E30
(45,46,48)
#202220
(32,34,32)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #958EB0

#958EB0
(149,142,176)
#9E98B7
(158,152,183)
#A7A2BE
(167,162,190)
#B0ACC5
(176,172,197)
#B9B6CC
(185,182,204)
#C2C0D3
(194,192,211)
#CBCADA
(203,202,218)
#D4D4E1
(212,212,225)
#DDDEE8
(221,222,232)
#E6E8EF
(230,232,239)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958EB0 color. Also use rgb(149,142,176) instead hex code.

Text Font Color

.myTextColor { color: #958EB0; }

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

This text font color is #958EB0.


Background Color

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

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

This div background color is #958EB0.


Border color

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

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

This div border color is #958EB0.


Opacity

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

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

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

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

This text has shadow with #958EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958EB0 on black background.


Color preview on white background

This text has color #958EB0 on white background.



Black color preview on #958EB0 background

This text has black color on #958EB0 background.


White color preview on #958EB0 background

This text has white color on #958EB0 background.