COLOR #949BC8

HEX: #949BC8
RGB: (148,155,200)

Color info

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

RGB color model

#949BC8 color RGB value is (148,155,200).

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

RGB channels and saturation

R 148 of 255 = 58%
G 155 of 255 = 61%
B 200 of 255 = 78%

148
155
200

R + G + B ~ 66%. #949BC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 155 + 200 = 503 (100%)
R 148 of 503 ~ 29.42%
G 155 of 503 ~ 30.82%
B 200 of 503 ~ 39.76%

%29.42
%30.82
%39.76

CMYK color model

#949BC8 color CMYK value is (26,23,0,22).

  • cyan value is 26.00%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(26,23,0,22)
C26M23Y0K22 
(26%,23%,0%,22%)
(0.26/0.23/0.00/0.22)	

CMYK percentages

%26
%22.5
%0
%21.57

Codes

Color #949BC8 in popluar color models

949BC8
RGB148155200
HSL232°32.10%68.24%
HSB/HSV232°26.00%78.43%
CMYK26.00%22.50%0.00%
21.57%

Color #949BC8 in popluar number systems.

HEX949BC8
Decimal148155200
Binary100101001001101111001000
Octal224233310

Shades and tints

Shades of #949BC8

#949BC8
(148,155,200)
#878DB6
(135,141,182)
#7A7FA4
(122,127,164)
#6D7192
(109,113,146)
#606380
(96,99,128)
#53556E
(83,85,110)
#46475C
(70,71,92)
#39394A
(57,57,74)
#2C2B38
(44,43,56)
#1F1D26
(31,29,38)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #949BC8

#949BC8
(148,155,200)
#9DA4CD
(157,164,205)
#A6ADD2
(166,173,210)
#AFB6D7
(175,182,215)
#B8BFDC
(184,191,220)
#C1C8E1
(193,200,225)
#CAD1E6
(202,209,230)
#D3DAEB
(211,218,235)
#DCE3F0
(220,227,240)
#E5ECF5
(229,236,245)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949BC8; }

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

This text font color is #949BC8.


Background Color

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

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

This div background color is #949BC8.


Border color

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

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

This div border color is #949BC8.


Opacity

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

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

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

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

This text has shadow with #949BC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949BC8 on black background.


Color preview on white background

This text has color #949BC8 on white background.



Black color preview on #949BC8 background

This text has black color on #949BC8 background.


White color preview on #949BC8 background

This text has white color on #949BC8 background.