COLOR #959EAF

HEX: #959EAF
RGB: (149,158,175)

Color info

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

RGB color model

#959EAF color RGB value is (149,158,175).

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

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 175 of 255 = 69%

149
158
175

R + G + B ~ 63%. #959EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 175 = 482 (100%)
R 149 of 482 ~ 30.91%
G 158 of 482 ~ 32.78%
B 175 of 482 ~ 36.31%

%30.91
%32.78
%36.31

CMYK color model

#959EAF color CMYK value is (15,10,0,31).

  • cyan value is 14.86%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,10,0,31)
C15M10Y0K31 
(15%,10%,0%,31%)
(0.15/0.10/0.00/0.31)	

CMYK percentages

%14.86
%9.71
%0
%31.37

Codes

Color #959EAF in popluar color models

959EAF
RGB149158175
HSL219°13.98%63.53%
HSB/HSV219°14.86%68.63%
CMYK14.86%9.71%0.00%
31.37%

Color #959EAF in popluar number systems.

HEX959EAF
Decimal149158175
Binary100101011001111010101111
Octal225236257

Shades and tints

Shades of #959EAF

#959EAF
(149,158,175)
#8890A0
(136,144,160)
#7B8291
(123,130,145)
#6E7482
(110,116,130)
#616673
(97,102,115)
#545864
(84,88,100)
#474A55
(71,74,85)
#3A3C46
(58,60,70)
#2D2E37
(45,46,55)
#202028
(32,32,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #959EAF

#959EAF
(149,158,175)
#9EA6B6
(158,166,182)
#A7AEBD
(167,174,189)
#B0B6C4
(176,182,196)
#B9BECB
(185,190,203)
#C2C6D2
(194,198,210)
#CBCED9
(203,206,217)
#D4D6E0
(212,214,224)
#DDDEE7
(221,222,231)
#E6E6EE
(230,230,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959EAF; }

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

This text font color is #959EAF.


Background Color

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

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

This div background color is #959EAF.


Border color

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

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

This div border color is #959EAF.


Opacity

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

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

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

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

This text has shadow with #959EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959EAF on black background.


Color preview on white background

This text has color #959EAF on white background.



Black color preview on #959EAF background

This text has black color on #959EAF background.


White color preview on #959EAF background

This text has white color on #959EAF background.