COLOR #949BAF

HEX: #949BAF
RGB: (148,155,175)

Color info

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

RGB color model

#949BAF color RGB value is (148,155,175).

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

RGB channels and saturation

R 148 of 255 = 58%
G 155 of 255 = 61%
B 175 of 255 = 69%

148
155
175

R + G + B ~ 63%. #949BAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 155 + 175 = 478 (100%)
R 148 of 478 ~ 30.96%
G 155 of 478 ~ 32.43%
B 175 of 478 ~ 36.61%

%30.96
%32.43
%36.61

CMYK color model

#949BAF color CMYK value is (15,11,0,31).

  • cyan value is 15.43%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,11,0,31)
C15M11Y0K31 
(15%,11%,0%,31%)
(0.15/0.11/0.00/0.31)	

CMYK percentages

%15.43
%11.43
%0
%31.37

Codes

Color #949BAF in popluar color models

949BAF
RGB148155175
HSL224°14.44%63.33%
HSB/HSV224°15.43%68.63%
CMYK15.43%11.43%0.00%
31.37%

Color #949BAF in popluar number systems.

HEX949BAF
Decimal148155175
Binary100101001001101110101111
Octal224233257

Shades and tints

Shades of #949BAF

#949BAF
(148,155,175)
#878DA0
(135,141,160)
#7A7F91
(122,127,145)
#6D7182
(109,113,130)
#606373
(96,99,115)
#535564
(83,85,100)
#464755
(70,71,85)
#393946
(57,57,70)
#2C2B37
(44,43,55)
#1F1D28
(31,29,40)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #949BAF

#949BAF
(148,155,175)
#9DA4B6
(157,164,182)
#A6ADBD
(166,173,189)
#AFB6C4
(175,182,196)
#B8BFCB
(184,191,203)
#C1C8D2
(193,200,210)
#CAD1D9
(202,209,217)
#D3DAE0
(211,218,224)
#DCE3E7
(220,227,231)
#E5ECEE
(229,236,238)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949BAF; }

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

This text font color is #949BAF.


Background Color

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

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

This div background color is #949BAF.


Border color

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

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

This div border color is #949BAF.


Opacity

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

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

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

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

This text has shadow with #949BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949BAF on black background.


Color preview on white background

This text has color #949BAF on white background.



Black color preview on #949BAF background

This text has black color on #949BAF background.


White color preview on #949BAF background

This text has white color on #949BAF background.