COLOR #949CCD

HEX: #949CCD
RGB: (148,156,205)

Color info

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

RGB color model

#949CCD color RGB value is (148,156,205).

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

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 205 of 255 = 80%

148
156
205

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

Portions of RGB colors in percentages

R + G + B =
148 + 156 + 205 = 509 (100%)
R 148 of 509 ~ 29.08%
G 156 of 509 ~ 30.65%
B 205 of 509 ~ 40.28%

%29.08
%30.65
%40.28

CMYK color model

#949CCD color CMYK value is (28,24,0,20).

  • cyan value is 27.80%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(28,24,0,20)
C28M24Y0K20 
(28%,24%,0%,20%)
(0.28/0.24/0.00/0.20)	

CMYK percentages

%27.8
%23.9
%0
%19.61

Codes

Color #949CCD in popluar color models

949CCD
RGB148156205
HSL232°36.31%69.22%
HSB/HSV232°27.80%80.39%
CMYK27.80%23.90%0.00%
19.61%

Color #949CCD in popluar number systems.

HEX949CCD
Decimal148156205
Binary100101001001110011001101
Octal224234315

Shades and tints

Shades of #949CCD

#949CCD
(148,156,205)
#878EBB
(135,142,187)
#7A80A9
(122,128,169)
#6D7297
(109,114,151)
#606485
(96,100,133)
#535673
(83,86,115)
#464861
(70,72,97)
#393A4F
(57,58,79)
#2C2C3D
(44,44,61)
#1F1E2B
(31,30,43)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #949CCD

#949CCD
(148,156,205)
#9DA5D1
(157,165,209)
#A6AED5
(166,174,213)
#AFB7D9
(175,183,217)
#B8C0DD
(184,192,221)
#C1C9E1
(193,201,225)
#CAD2E5
(202,210,229)
#D3DBE9
(211,219,233)
#DCE4ED
(220,228,237)
#E5EDF1
(229,237,241)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949CCD; }

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

This text font color is #949CCD.


Background Color

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

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

This div background color is #949CCD.


Border color

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

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

This div border color is #949CCD.


Opacity

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

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

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

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

This text has shadow with #949CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949CCD on black background.


Color preview on white background

This text has color #949CCD on white background.



Black color preview on #949CCD background

This text has black color on #949CCD background.


White color preview on #949CCD background

This text has white color on #949CCD background.