COLOR #949CB9

HEX: #949CB9 RGB: (148,156,185)

Color info

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

RGB color model

#949CB9 color RGB value is (148,156,185).

RGB: (148,156,185) (58%, 61%, 73%)

RGB channels and saturation

R 148 of 255 = 58%
G 156 of 255 = 61%
B 185 of 255 = 73%

148
156
185

R + G + B ~ 64%. #949CB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 156 + 185 = 489 (100%)
R 148 of 489 ~ 30.27%
G 156 of 489 ~ 31.9%
B 185 of 489 ~ 37.83'%

%30.27
%31.9
%37.83

CMYK color model

#949CB9 color CMYK value is (20,16,0,27).

  • cyan value is 20.00%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (20,16,0,27)
C20M16Y0K27 (20%, 16%, 0%, 27%)
(0.20 / 0.16 / 0.00 / 0.27)

CMYK percentages

%20
%15.68
%0
%27.45

Codes

Color #949CB9 in popluar color models

94 9C B9
RGB 148 156 185
HSL 227° 20.90% 65.29%
HSB/HSV 227° 20.00% 72.55%
CMYK 20.00% 15.68% 0.00%
27.45%

Color #949CB9 in popluar number systems.

HEX 94 9C B9
Decimal 148 156 185
Binary 10010100 10011100 10111001
Octal 224 234 271

Shades and tints

Shades of #949CB9

#949CB9
(148,156,185)
#878EA9
(135,142,169)
#7A8099
(122,128,153)
#6D7289
(109,114,137)
#606479
(96,100,121)
#535669
(83,86,105)
#464859
(70,72,89)
#393A49
(57,58,73)
#2C2C39
(44,44,57)
#1F1E29
(31,30,41)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #949CB9

#949CB9
(148,156,185)
#9DA5BF
(157,165,191)
#A6AEC5
(166,174,197)
#AFB7CB
(175,183,203)
#B8C0D1
(184,192,209)
#C1C9D7
(193,201,215)
#CAD2DD
(202,210,221)
#D3DBE3
(211,219,227)
#DCE4E9
(220,228,233)
#E5EDEF
(229,237,239)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949CB9; }

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

This text font color is #949CB9.

Background Color

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

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

This div background color is #949CB9.

Border color

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

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

This div border color is #949CB9.

Opacity

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

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

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

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

This text has shadow with #949CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949CB9.

Preview

Color preview on black background

This text has color #949CB9 on black background.


Color preview on white background

This text has color #949CB9 on white background.


Black color preview on #949CB9 background

This text has black color on #949CB9 background.


White color preview on #949CB9 background

This text has white color on #949CB9 background.


Related colors

Complementary color

Complementary color for #hex is #6B6346.


I love getcolorcode.com

Triadic colors

1 #B9949C and #9CB994 with #949CB9 are triadic colors.

2 #B99C94 and #9C94B9 with #949CB9 are triadic colors.