COLOR #949BC3

HEX: #949BC3
RGB: (148,155,195)

Color info

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

RGB color model

#949BC3 color RGB value is (148,155,195).

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

RGB channels and saturation

R 148 of 255 = 58%
G 155 of 255 = 61%
B 195 of 255 = 76%

148
155
195

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

Portions of RGB colors in percentages

R + G + B =
148 + 155 + 195 = 498 (100%)
R 148 of 498 ~ 29.72%
G 155 of 498 ~ 31.12%
B 195 of 498 ~ 39.16%

%29.72
%31.12
%39.16

CMYK color model

#949BC3 color CMYK value is (24,21,0,24).

  • cyan value is 24.10%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(24,21,0,24)
C24M21Y0K24 
(24%,21%,0%,24%)
(0.24/0.21/0.00/0.24)	

CMYK percentages

%24.1
%20.51
%0
%23.53

Codes

Color #949BC3 in popluar color models

949BC3
RGB148155195
HSL231°28.14%67.25%
HSB/HSV231°24.10%76.47%
CMYK24.10%20.51%0.00%
23.53%

Color #949BC3 in popluar number systems.

HEX949BC3
Decimal148155195
Binary100101001001101111000011
Octal224233303

Shades and tints

Shades of #949BC3

#949BC3
(148,155,195)
#878DB2
(135,141,178)
#7A7FA1
(122,127,161)
#6D7190
(109,113,144)
#60637F
(96,99,127)
#53556E
(83,85,110)
#46475D
(70,71,93)
#39394C
(57,57,76)
#2C2B3B
(44,43,59)
#1F1D2A
(31,29,42)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #949BC3

#949BC3
(148,155,195)
#9DA4C8
(157,164,200)
#A6ADCD
(166,173,205)
#AFB6D2
(175,182,210)
#B8BFD7
(184,191,215)
#C1C8DC
(193,200,220)
#CAD1E1
(202,209,225)
#D3DAE6
(211,218,230)
#DCE3EB
(220,227,235)
#E5ECF0
(229,236,240)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949BC3; }

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

This text font color is #949BC3.


Background Color

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

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

This div background color is #949BC3.


Border color

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

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

This div border color is #949BC3.


Opacity

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

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

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

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

This text has shadow with #949BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949BC3 on black background.


Color preview on white background

This text has color #949BC3 on white background.



Black color preview on #949BC3 background

This text has black color on #949BC3 background.


White color preview on #949BC3 background

This text has white color on #949BC3 background.