COLOR #949CAA

HEX: #949CAA RGB: (148,156,170)

Color info

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

RGB color model

#949CAA color RGB value is (148,156,170).

RGB: (148,156,170) (58%, 61%, 67%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 170 of 255 = 67%

148
156
170

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

Portions of RGB colors in percentages

R + G + B = 148 + 156 + 170 = 474 (100%)
R 148 of 474 ~ 31.22%
G 156 of 474 ~ 32.91%
B 170 of 474 ~ 35.86'%

%31.22
%32.91
%35.86

CMYK color model

#949CAA color CMYK value is (13,8,0,33).

  • cyan value is 12.94%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (13,8,0,33) C13M8Y0K33 (13%,8%,0%,33%) (0.13/0.08/0.00/0.33) 

CMYK percentages

%12.94
%8.24
%0
%33.33

Codes

Color #949CAA in popluar color models

94 9C AA
RGB 148 156 170
HSL 218° 11.46% 62.35%
HSB/HSV 218° 12.94% 66.67%
CMYK 12.94% 8.24% 0.00%
33.33%

Color #949CAA in popluar number systems.

HEX 94 9C AA
Decimal 148 156 170
Binary 10010100 10011100 10101010
Octal 224 234 252

Shades and tints

Shades of #949CAA

#949CAA
(148,156,170)
#878E9B
(135,142,155)
#7A808C
(122,128,140)
#6D727D
(109,114,125)
#60646E
(96,100,110)
#53565F
(83,86,95)
#464850
(70,72,80)
#393A41
(57,58,65)
#2C2C32
(44,44,50)
#1F1E23
(31,30,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #949CAA

#949CAA
(148,156,170)
#9DA5B1
(157,165,177)
#A6AEB8
(166,174,184)
#AFB7BF
(175,183,191)
#B8C0C6
(184,192,198)
#C1C9CD
(193,201,205)
#CAD2D4
(202,210,212)
#D3DBDB
(211,219,219)
#DCE4E2
(220,228,226)
#E5EDE9
(229,237,233)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949CAA; }

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

This text font color is #949CAA.

Background Color

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

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

This div background color is #949CAA.

Border color

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

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

This div border color is #949CAA.

Opacity

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

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

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

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

This text has shadow with #949CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949CAA.

Preview

Color preview on black background

This text has color #949CAA on black background.


Color preview on white background

This text has color #949CAA on white background.


Black color preview on #949CAA background

This text has black color on #949CAA background.


White color preview on #949CAA background

This text has white color on #949CAA background.


Related colors

Complementary color

Complementary color for #hex is #6B6355.


I love getcolorcode.com

Triadic colors

1 #AA949C and #9CAA94 with #949CAA are triadic colors.

2 #AA9C94 and #9C94AA with #949CAA are triadic colors.