COLOR #949AAA

HEX: #949AAA RGB: (148,154,170)

Color info

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

RGB color model

#949AAA color RGB value is (148,154,170).

RGB: (148,154,170) (58%, 60%, 67%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 170 of 255 = 67%

148
154
170

R + G + B ~ 62%. #949AAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 154 + 170 = 472 (100%)
R 148 of 472 ~ 31.36%
G 154 of 472 ~ 32.63%
B 170 of 472 ~ 36.02'%

%31.36
%32.63
%36.02

CMYK color model

#949AAA color CMYK value is (13,9,0,33).

  • cyan value is 12.94%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (13,9,0,33)
C13M9Y0K33 (13%, 9%, 0%, 33%)
(0.13 / 0.09 / 0.00 / 0.33)

CMYK percentages

%12.94
%9.41
%0
%33.33

Codes

Color #949AAA in popluar color models

94 9A AA
RGB 148 154 170
HSL 224° 11.46% 62.35%
HSB/HSV 224° 12.94% 66.67%
CMYK 12.94% 9.41% 0.00%
33.33%

Color #949AAA in popluar number systems.

HEX 94 9A AA
Decimal 148 154 170
Binary 10010100 10011010 10101010
Octal 224 232 252

Shades and tints

Shades of #949AAA

#949AAA
(148,154,170)
#878C9B
(135,140,155)
#7A7E8C
(122,126,140)
#6D707D
(109,112,125)
#60626E
(96,98,110)
#53545F
(83,84,95)
#464650
(70,70,80)
#393841
(57,56,65)
#2C2A32
(44,42,50)
#1F1C23
(31,28,35)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #949AAA

#949AAA
(148,154,170)
#9DA3B1
(157,163,177)
#A6ACB8
(166,172,184)
#AFB5BF
(175,181,191)
#B8BEC6
(184,190,198)
#C1C7CD
(193,199,205)
#CAD0D4
(202,208,212)
#D3D9DB
(211,217,219)
#DCE2E2
(220,226,226)
#E5EBE9
(229,235,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949AAA; }

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

This text font color is #949AAA.

Background Color

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

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

This div background color is #949AAA.

Border color

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

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

This div border color is #949AAA.

Opacity

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

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

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

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

This text has shadow with #949AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949AAA.

Preview

Color preview on black background

This text has color #949AAA on black background.


Color preview on white background

This text has color #949AAA on white background.


Black color preview on #949AAA background

This text has black color on #949AAA background.


White color preview on #949AAA background

This text has white color on #949AAA background.


Related colors

Complementary color

Complementary color for #hex is #6B6555.


I love getcolorcode.com

Triadic colors

1 #AA949A and #9AAA94 with #949AAA are triadic colors.

2 #AA9A94 and #9A94AA with #949AAA are triadic colors.