COLOR #949BAB

HEX: #949BAB
RGB: (148,155,171)

Color info

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

RGB color model

#949BAB color RGB value is (148,155,171).

  • red value is 148;
  • green value is 155;
  • blue value is 171.
RGB:
(148,155,171)
(58%,61%,67%)

RGB channels and saturation

R 148 of 255 = 58%
G 155 of 255 = 61%
B 171 of 255 = 67%

148
155
171

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

Portions of RGB colors in percentages

R + G + B =
148 + 155 + 171 = 474 (100%)
R 148 of 474 ~ 31.22%
G 155 of 474 ~ 32.7%
B 171 of 474 ~ 36.08%

%31.22
%32.7
%36.08

CMYK color model

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

  • cyan value is 13.45%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,9,0,33)
C13M9Y0K33 
(13%,9%,0%,33%)
(0.13/0.09/0.00/0.33)	

CMYK percentages

%13.45
%9.36
%0
%32.94

Codes

Color #949BAB in popluar color models

949BAB
RGB148155171
HSL222°12.04%62.55%
HSB/HSV222°13.45%67.06%
CMYK13.45%9.36%0.00%
32.94%

Color #949BAB in popluar number systems.

HEX949BAB
Decimal148155171
Binary100101001001101110101011
Octal224233253

Shades and tints

Shades of #949BAB

#949BAB
(148,155,171)
#878D9C
(135,141,156)
#7A7F8D
(122,127,141)
#6D717E
(109,113,126)
#60636F
(96,99,111)
#535560
(83,85,96)
#464751
(70,71,81)
#393942
(57,57,66)
#2C2B33
(44,43,51)
#1F1D24
(31,29,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #949BAB

#949BAB
(148,155,171)
#9DA4B2
(157,164,178)
#A6ADB9
(166,173,185)
#AFB6C0
(175,182,192)
#B8BFC7
(184,191,199)
#C1C8CE
(193,200,206)
#CAD1D5
(202,209,213)
#D3DADC
(211,218,220)
#DCE3E3
(220,227,227)
#E5ECEA
(229,236,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949BAB color. Also use rgb(148,155,171) instead hex code.

Text Font Color

.myTextColor { color: #949BAB; }

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

This text font color is #949BAB.


Background Color

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

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

This div background color is #949BAB.


Border color

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

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

This div border color is #949BAB.


Opacity

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

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

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

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

This text has shadow with #949BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949BAB on black background.


Color preview on white background

This text has color #949BAB on white background.



Black color preview on #949BAB background

This text has black color on #949BAB background.


White color preview on #949BAB background

This text has white color on #949BAB background.