COLOR #949AA9

HEX: #949AA9
RGB: (148,154,169)

Color info

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

RGB color model

#949AA9 color RGB value is (148,154,169).

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

RGB channels and saturation

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

148
154
169

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 169 = 471 (100%)
R 148 of 471 ~ 31.42%
G 154 of 471 ~ 32.7%
B 169 of 471 ~ 35.88%

%31.42
%32.7
%35.88

CMYK color model

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

  • cyan value is 12.43%
  • 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

%12.43
%8.88
%0
%33.73

Codes

Color #949AA9 in popluar color models

949AA9
RGB148154169
HSL223°10.88%62.16%
HSB/HSV223°12.43%66.27%
CMYK12.43%8.88%0.00%
33.73%

Color #949AA9 in popluar number systems.

HEX949AA9
Decimal148154169
Binary100101001001101010101001
Octal224232251

Shades and tints

Shades of #949AA9

#949AA9
(148,154,169)
#878C9A
(135,140,154)
#7A7E8B
(122,126,139)
#6D707C
(109,112,124)
#60626D
(96,98,109)
#53545E
(83,84,94)
#46464F
(70,70,79)
#393840
(57,56,64)
#2C2A31
(44,42,49)
#1F1C22
(31,28,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #949AA9

#949AA9
(148,154,169)
#9DA3B0
(157,163,176)
#A6ACB7
(166,172,183)
#AFB5BE
(175,181,190)
#B8BEC5
(184,190,197)
#C1C7CC
(193,199,204)
#CAD0D3
(202,208,211)
#D3D9DA
(211,217,218)
#DCE2E1
(220,226,225)
#E5EBE8
(229,235,232)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949AA9; }

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

This text font color is #949AA9.


Background Color

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

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

This div background color is #949AA9.


Border color

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

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

This div border color is #949AA9.


Opacity

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

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

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

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

This text has shadow with #949AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949AA9 on black background.


Color preview on white background

This text has color #949AA9 on white background.



Black color preview on #949AA9 background

This text has black color on #949AA9 background.


White color preview on #949AA9 background

This text has white color on #949AA9 background.