COLOR #949FB3

HEX: #949FB3
RGB: (148,159,179)

Color info

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

RGB color model

#949FB3 color RGB value is (148,159,179).

  • red value is 148;
  • green value is 159;
  • blue value is 179.
RGB:
(148,159,179)
(58%,62%,70%)

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 179 of 255 = 70%

148
159
179

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

Portions of RGB colors in percentages

R + G + B =
148 + 159 + 179 = 486 (100%)
R 148 of 486 ~ 30.45%
G 159 of 486 ~ 32.72%
B 179 of 486 ~ 36.83%

%30.45
%32.72
%36.83

CMYK color model

#949FB3 color CMYK value is (17,11,0,30).

  • cyan value is 17.32%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(17,11,0,30)
C17M11Y0K30 
(17%,11%,0%,30%)
(0.17/0.11/0.00/0.30)	

CMYK percentages

%17.32
%11.17
%0
%29.8

Codes

Color #949FB3 in popluar color models

949FB3
RGB148159179
HSL219°16.94%64.12%
HSB/HSV219°17.32%70.20%
CMYK17.32%11.17%0.00%
29.80%

Color #949FB3 in popluar number systems.

HEX949FB3
Decimal148159179
Binary100101001001111110110011
Octal224237263

Shades and tints

Shades of #949FB3

#949FB3
(148,159,179)
#8791A3
(135,145,163)
#7A8393
(122,131,147)
#6D7583
(109,117,131)
#606773
(96,103,115)
#535963
(83,89,99)
#464B53
(70,75,83)
#393D43
(57,61,67)
#2C2F33
(44,47,51)
#1F2123
(31,33,35)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #949FB3

#949FB3
(148,159,179)
#9DA7B9
(157,167,185)
#A6AFBF
(166,175,191)
#AFB7C5
(175,183,197)
#B8BFCB
(184,191,203)
#C1C7D1
(193,199,209)
#CACFD7
(202,207,215)
#D3D7DD
(211,215,221)
#DCDFE3
(220,223,227)
#E5E7E9
(229,231,233)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949FB3 color. Also use rgb(148,159,179) instead hex code.

Text Font Color

.myTextColor { color: #949FB3; }

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

This text font color is #949FB3.


Background Color

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

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

This div background color is #949FB3.


Border color

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

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

This div border color is #949FB3.


Opacity

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

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

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

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

This text has shadow with #949FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949FB3 on black background.


Color preview on white background

This text has color #949FB3 on white background.



Black color preview on #949FB3 background

This text has black color on #949FB3 background.


White color preview on #949FB3 background

This text has white color on #949FB3 background.