COLOR #949CD6

HEX: #949CD6
RGB: (148,156,214)

Color info

#949CD6 contains mainly green and blue colors. Web safe color of #949CD6 is #9999CC (or #99C).

RGB color model

#949CD6 color RGB value is (148,156,214).

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

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 214 of 255 = 84%

148
156
214

R + G + B ~ 68%. #949CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 214 = 518 (100%)
R 148 of 518 ~ 28.57%
G 156 of 518 ~ 30.12%
B 214 of 518 ~ 41.31%

%28.57
%30.12
%41.31

CMYK color model

#949CD6 color CMYK value is (31,27,0,16).

  • cyan value is 30.84%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(31,27,0,16)
C31M27Y0K16 
(31%,27%,0%,16%)
(0.31/0.27/0.00/0.16)	

CMYK percentages

%30.84
%27.1
%0
%16.08

Codes

Color #949CD6 in popluar color models

949CD6
RGB148156214
HSL233°44.59%70.98%
HSB/HSV233°30.84%83.92%
CMYK30.84%27.10%0.00%
16.08%

Color #949CD6 in popluar number systems.

HEX949CD6
Decimal148156214
Binary100101001001110011010110
Octal224234326

Shades and tints

Shades of #949CD6

#949CD6
(148,156,214)
#878EC3
(135,142,195)
#7A80B0
(122,128,176)
#6D729D
(109,114,157)
#60648A
(96,100,138)
#535677
(83,86,119)
#464864
(70,72,100)
#393A51
(57,58,81)
#2C2C3E
(44,44,62)
#1F1E2B
(31,30,43)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #949CD6

#949CD6
(148,156,214)
#9DA5D9
(157,165,217)
#A6AEDC
(166,174,220)
#AFB7DF
(175,183,223)
#B8C0E2
(184,192,226)
#C1C9E5
(193,201,229)
#CAD2E8
(202,210,232)
#D3DBEB
(211,219,235)
#DCE4EE
(220,228,238)
#E5EDF1
(229,237,241)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949CD6; }

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

This text font color is #949CD6.


Background Color

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

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

This div background color is #949CD6.


Border color

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

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

This div border color is #949CD6.


Opacity

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

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

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

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

This text has shadow with #949CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949CD6 on black background.


Color preview on white background

This text has color #949CD6 on white background.



Black color preview on #949CD6 background

This text has black color on #949CD6 background.


White color preview on #949CD6 background

This text has white color on #949CD6 background.