COLOR #949EB9

HEX: #949EB9 RGB: (148,158,185)

Color info

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

RGB color model

#949EB9 color RGB value is (148,158,185).

RGB: (148,158,185) (58%, 62%, 73%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 185 of 255 = 73%

148
158
185

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

Portions of RGB colors in percentages

R + G + B = 148 + 158 + 185 = 491 (100%)
R 148 of 491 ~ 30.14%
G 158 of 491 ~ 32.18%
B 185 of 491 ~ 37.68'%

%30.14
%32.18
%37.68

CMYK color model

#949EB9 color CMYK value is (20,15,0,27).

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

CMYK: (20,15,0,27)
C20M15Y0K27 (20%, 15%, 0%, 27%)
(0.20 / 0.15 / 0.00 / 0.27)

CMYK percentages

%20
%14.59
%0
%27.45

Codes

Color #949EB9 in popluar color models

94 9E B9
RGB 148 158 185
HSL 224° 20.90% 65.29%
HSB/HSV 224° 20.00% 72.55%
CMYK 20.00% 14.59% 0.00%
27.45%

Color #949EB9 in popluar number systems.

HEX 94 9E B9
Decimal 148 158 185
Binary 10010100 10011110 10111001
Octal 224 236 271

Shades and tints

Shades of #949EB9

#949EB9
(148,158,185)
#8790A9
(135,144,169)
#7A8299
(122,130,153)
#6D7489
(109,116,137)
#606679
(96,102,121)
#535869
(83,88,105)
#464A59
(70,74,89)
#393C49
(57,60,73)
#2C2E39
(44,46,57)
#1F2029
(31,32,41)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #949EB9

#949EB9
(148,158,185)
#9DA6BF
(157,166,191)
#A6AEC5
(166,174,197)
#AFB6CB
(175,182,203)
#B8BED1
(184,190,209)
#C1C6D7
(193,198,215)
#CACEDD
(202,206,221)
#D3D6E3
(211,214,227)
#DCDEE9
(220,222,233)
#E5E6EF
(229,230,239)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949EB9; }

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

This text font color is #949EB9.

Background Color

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

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

This div background color is #949EB9.

Border color

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

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

This div border color is #949EB9.

Opacity

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

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

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

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

This text has shadow with #949EB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949EB9.

Preview

Color preview on black background

This text has color #949EB9 on black background.


Color preview on white background

This text has color #949EB9 on white background.


Black color preview on #949EB9 background

This text has black color on #949EB9 background.


White color preview on #949EB9 background

This text has white color on #949EB9 background.


Related colors

Complementary color

Complementary color for #hex is #6B6146.


I love getcolorcode.com

Triadic colors

1 #B9949E and #9EB994 with #949EB9 are triadic colors.

2 #B99E94 and #9E94B9 with #949EB9 are triadic colors.