COLOR #949CBF

HEX: #949CBF
RGB: (148,156,191)

Color info

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

RGB color model

#949CBF color RGB value is (148,156,191).

  • red value is 148;
  • green value is 156;
  • blue value is 191.
RGB:
(148,156,191)
(58%,61%,75%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 191 of 255 = 75%

148
156
191

R + G + B ~ 65%. #949CBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 191 = 495 (100%)
R 148 of 495 ~ 29.9%
G 156 of 495 ~ 31.52%
B 191 of 495 ~ 38.59%

%29.9
%31.52
%38.59

CMYK color model

#949CBF color CMYK value is (23,18,0,25).

  • cyan value is 22.51%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(23,18,0,25)
C23M18Y0K25 
(23%,18%,0%,25%)
(0.23/0.18/0.00/0.25)	

CMYK percentages

%22.51
%18.32
%0
%25.1

Codes

Color #949CBF in popluar color models

949CBF
RGB148156191
HSL229°25.15%66.47%
HSB/HSV229°22.51%74.90%
CMYK22.51%18.32%0.00%
25.10%

Color #949CBF in popluar number systems.

HEX949CBF
Decimal148156191
Binary100101001001110010111111
Octal224234277

Shades and tints

Shades of #949CBF

#949CBF
(148,156,191)
#878EAE
(135,142,174)
#7A809D
(122,128,157)
#6D728C
(109,114,140)
#60647B
(96,100,123)
#53566A
(83,86,106)
#464859
(70,72,89)
#393A48
(57,58,72)
#2C2C37
(44,44,55)
#1F1E26
(31,30,38)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #949CBF

#949CBF
(148,156,191)
#9DA5C4
(157,165,196)
#A6AEC9
(166,174,201)
#AFB7CE
(175,183,206)
#B8C0D3
(184,192,211)
#C1C9D8
(193,201,216)
#CAD2DD
(202,210,221)
#D3DBE2
(211,219,226)
#DCE4E7
(220,228,231)
#E5EDEC
(229,237,236)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949CBF; }

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

This text font color is #949CBF.


Background Color

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

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

This div background color is #949CBF.


Border color

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

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

This div border color is #949CBF.


Opacity

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

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

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

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

This text has shadow with #949CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949CBF on black background.


Color preview on white background

This text has color #949CBF on white background.



Black color preview on #949CBF background

This text has black color on #949CBF background.


White color preview on #949CBF background

This text has white color on #949CBF background.