COLOR #949CC6

HEX: #949CC6 RGB: (148,156,198)

Color info

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

RGB color model

#949CC6 color RGB value is (148,156,198).

RGB: (148,156,198) (58%, 61%, 78%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 198 of 255 = 78%

148
156
198

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

Portions of RGB colors in percentages

R + G + B = 148 + 156 + 198 = 502 (100%)
R 148 of 502 ~ 29.48%
G 156 of 502 ~ 31.08%
B 198 of 502 ~ 39.44'%

%29.48
%31.08
%39.44

CMYK color model

#949CC6 color CMYK value is (25,21,0,22).

  • cyan value is 25.25%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (25,21,0,22) C25M21Y0K22 (25%,21%,0%,22%) (0.25/0.21/0.00/0.22) 

CMYK percentages

%25.25
%21.21
%0
%22.35

Codes

Color #949CC6 in popluar color models

94 9C C6
RGB 148 156 198
HSL 230° 30.49% 67.84%
HSB/HSV 230° 25.25% 77.65%
CMYK 25.25% 21.21% 0.00%
22.35%

Color #949CC6 in popluar number systems.

HEX 94 9C C6
Decimal 148 156 198
Binary 10010100 10011100 11000110
Octal 224 234 306

Shades and tints

Shades of #949CC6

#949CC6
(148,156,198)
#878EB4
(135,142,180)
#7A80A2
(122,128,162)
#6D7290
(109,114,144)
#60647E
(96,100,126)
#53566C
(83,86,108)
#46485A
(70,72,90)
#393A48
(57,58,72)
#2C2C36
(44,44,54)
#1F1E24
(31,30,36)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #949CC6

#949CC6
(148,156,198)
#9DA5CB
(157,165,203)
#A6AED0
(166,174,208)
#AFB7D5
(175,183,213)
#B8C0DA
(184,192,218)
#C1C9DF
(193,201,223)
#CAD2E4
(202,210,228)
#D3DBE9
(211,219,233)
#DCE4EE
(220,228,238)
#E5EDF3
(229,237,243)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949CC6; }

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

This text font color is #949CC6.

Background Color

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

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

This div background color is #949CC6.

Border color

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

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

This div border color is #949CC6.

Opacity

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

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

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

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

This text has shadow with #949CC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949CC6.

Preview

Color preview on black background

This text has color #949CC6 on black background.


Color preview on white background

This text has color #949CC6 on white background.


Black color preview on #949CC6 background

This text has black color on #949CC6 background.


White color preview on #949CC6 background

This text has white color on #949CC6 background.


Related colors

Complementary color

Complementary color for #hex is #6B6339.


I love getcolorcode.com

Triadic colors

1 #C6949C and #9CC694 with #949CC6 are triadic colors.

2 #C69C94 and #9C94C6 with #949CC6 are triadic colors.