COLOR #949FBB

HEX: #949FBB
RGB: (148,159,187)

Color info

#949FBB contains red, green and blue colors in about the same proportion. Web safe color of #949FBB is #9999CC (or #99C).

RGB color model

#949FBB color RGB value is (148,159,187).

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

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 187 of 255 = 73%

148
159
187

R + G + B ~ 64%. #949FBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 159 + 187 = 494 (100%)
R 148 of 494 ~ 29.96%
G 159 of 494 ~ 32.19%
B 187 of 494 ~ 37.85%

%29.96
%32.19
%37.85

CMYK color model

#949FBB color CMYK value is (21,15,0,27).

  • cyan value is 20.86%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(21,15,0,27)
C21M15Y0K27 
(21%,15%,0%,27%)
(0.21/0.15/0.00/0.27)	

CMYK percentages

%20.86
%14.97
%0
%26.67

Codes

Color #949FBB in popluar color models

949FBB
RGB148159187
HSL223°22.29%65.69%
HSB/HSV223°20.86%73.33%
CMYK20.86%14.97%0.00%
26.67%

Color #949FBB in popluar number systems.

HEX949FBB
Decimal148159187
Binary100101001001111110111011
Octal224237273

Shades and tints

Shades of #949FBB

#949FBB
(148,159,187)
#8791AA
(135,145,170)
#7A8399
(122,131,153)
#6D7588
(109,117,136)
#606777
(96,103,119)
#535966
(83,89,102)
#464B55
(70,75,85)
#393D44
(57,61,68)
#2C2F33
(44,47,51)
#1F2122
(31,33,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #949FBB

#949FBB
(148,159,187)
#9DA7C1
(157,167,193)
#A6AFC7
(166,175,199)
#AFB7CD
(175,183,205)
#B8BFD3
(184,191,211)
#C1C7D9
(193,199,217)
#CACFDF
(202,207,223)
#D3D7E5
(211,215,229)
#DCDFEB
(220,223,235)
#E5E7F1
(229,231,241)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949FBB; }

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

This text font color is #949FBB.


Background Color

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

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

This div background color is #949FBB.


Border color

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

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

This div border color is #949FBB.


Opacity

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

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

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

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

This text has shadow with #949FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949FBB on black background.


Color preview on white background

This text has color #949FBB on white background.



Black color preview on #949FBB background

This text has black color on #949FBB background.


White color preview on #949FBB background

This text has white color on #949FBB background.