COLOR #959EA7

HEX: #959EA7
RGB: (149,158,167)

Color info

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

RGB color model

#959EA7 color RGB value is (149,158,167).

  • red value is 149;
  • green value is 158;
  • blue value is 167.
RGB:
(149,158,167)
(58%,62%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 167 of 255 = 65%

149
158
167

R + G + B ~ 62%. #959EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 167 = 474 (100%)
R 149 of 474 ~ 31.43%
G 158 of 474 ~ 33.33%
B 167 of 474 ~ 35.23%

%31.43
%33.33
%35.23

CMYK color model

#959EA7 color CMYK value is (11,5,0,35).

  • cyan value is 10.78%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,5,0,35)
C11M5Y0K35 
(11%,5%,0%,35%)
(0.11/0.05/0.00/0.35)	

CMYK percentages

%10.78
%5.39
%0
%34.51

Codes

Color #959EA7 in popluar color models

959EA7
RGB149158167
HSL210°9.28%61.96%
HSB/HSV210°10.78%65.49%
CMYK10.78%5.39%0.00%
34.51%

Color #959EA7 in popluar number systems.

HEX959EA7
Decimal149158167
Binary100101011001111010100111
Octal225236247

Shades and tints

Shades of #959EA7

#959EA7
(149,158,167)
#889098
(136,144,152)
#7B8289
(123,130,137)
#6E747A
(110,116,122)
#61666B
(97,102,107)
#54585C
(84,88,92)
#474A4D
(71,74,77)
#3A3C3E
(58,60,62)
#2D2E2F
(45,46,47)
#202020
(32,32,32)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #959EA7

#959EA7
(149,158,167)
#9EA6AF
(158,166,175)
#A7AEB7
(167,174,183)
#B0B6BF
(176,182,191)
#B9BEC7
(185,190,199)
#C2C6CF
(194,198,207)
#CBCED7
(203,206,215)
#D4D6DF
(212,214,223)
#DDDEE7
(221,222,231)
#E6E6EF
(230,230,239)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959EA7 color. Also use rgb(149,158,167) instead hex code.

Text Font Color

.myTextColor { color: #959EA7; }

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

This text font color is #959EA7.


Background Color

.myBgColor { background-color: #959EA7; }

<div style="background-color:#959EA7">Inner text</div>

This div background color is #959EA7.


Border color

.myBorderColor { border: 1px solid #959EA7; }

<div style="border:3px solid #959EA7">Div</div>

This div border color is #959EA7.


Opacity

.myOpacity80 { color: #959EA7; opacity: 0.8; }

<p style="color:#959EA7;opacity:0.8;">80%</p>

Text with #959EA7 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 #959EA7;}

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

This text has shadow with #959EA7 color.

.textShadow {text-shadow: 3px 3px 1px #959EA7, 3px 3px 1px red;}

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

This text has shadow with #959EA7 primary color and red secondary color.


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

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

This text has shadow with #959EA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959EA7 on black background.


Color preview on white background

This text has color #959EA7 on white background.



Black color preview on #959EA7 background

This text has black color on #959EA7 background.


White color preview on #959EA7 background

This text has white color on #959EA7 background.