COLOR #959AA9

HEX: #959AA9
RGB: (149,154,169)

Color info

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

RGB color model

#959AA9 color RGB value is (149,154,169).

  • red value is 149;
  • green value is 154;
  • blue value is 169.
RGB:
(149,154,169)
(58%,60%,66%)

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 169 of 255 = 66%

149
154
169

R + G + B ~ 61%. #959AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 169 = 472 (100%)
R 149 of 472 ~ 31.57%
G 154 of 472 ~ 32.63%
B 169 of 472 ~ 35.81%

%31.57
%32.63
%35.81

CMYK color model

#959AA9 color CMYK value is (12,9,0,34).

  • cyan value is 11.83%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(12,9,0,34)
C12M9Y0K34 
(12%,9%,0%,34%)
(0.12/0.09/0.00/0.34)	

CMYK percentages

%11.83
%8.88
%0
%33.73

Codes

Color #959AA9 in popluar color models

959AA9
RGB149154169
HSL225°10.42%62.35%
HSB/HSV225°11.83%66.27%
CMYK11.83%8.88%0.00%
33.73%

Color #959AA9 in popluar number systems.

HEX959AA9
Decimal149154169
Binary100101011001101010101001
Octal225232251

Shades and tints

Shades of #959AA9

#959AA9
(149,154,169)
#888C9A
(136,140,154)
#7B7E8B
(123,126,139)
#6E707C
(110,112,124)
#61626D
(97,98,109)
#54545E
(84,84,94)
#47464F
(71,70,79)
#3A3840
(58,56,64)
#2D2A31
(45,42,49)
#201C22
(32,28,34)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #959AA9

#959AA9
(149,154,169)
#9EA3B0
(158,163,176)
#A7ACB7
(167,172,183)
#B0B5BE
(176,181,190)
#B9BEC5
(185,190,197)
#C2C7CC
(194,199,204)
#CBD0D3
(203,208,211)
#D4D9DA
(212,217,218)
#DDE2E1
(221,226,225)
#E6EBE8
(230,235,232)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959AA9; }

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

This text font color is #959AA9.


Background Color

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

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

This div background color is #959AA9.


Border color

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

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

This div border color is #959AA9.


Opacity

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

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

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

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

This text has shadow with #959AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959AA9 on black background.


Color preview on white background

This text has color #959AA9 on white background.



Black color preview on #959AA9 background

This text has black color on #959AA9 background.


White color preview on #959AA9 background

This text has white color on #959AA9 background.