COLOR #949FB9

HEX: #949FB9 RGB: (148,159,185)

Color info

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

RGB color model

#949FB9 color RGB value is (148,159,185).

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

RGB channels and saturation

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

148
159
185

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

Portions of RGB colors in percentages

R + G + B = 148 + 159 + 185 = 492 (100%)
R 148 of 492 ~ 30.08%
G 159 of 492 ~ 32.32%
B 185 of 492 ~ 37.6'%

%30.08
%32.32
%37.6

CMYK color model

#949FB9 color CMYK value is (20,14,0,27).

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

CMYK: (20,14,0,27)
C20M14Y0K27 (20%, 14%, 0%, 27%)
(0.20 / 0.14 / 0.00 / 0.27)

CMYK percentages

%20
%14.05
%0
%27.45

Codes

Color #949FB9 in popluar color models

94 9F B9
RGB 148 159 185
HSL 222° 20.90% 65.29%
HSB/HSV 222° 20.00% 72.55%
CMYK 20.00% 14.05% 0.00%
27.45%

Color #949FB9 in popluar number systems.

HEX 94 9F B9
Decimal 148 159 185
Binary 10010100 10011111 10111001
Octal 224 237 271

Shades and tints

Shades of #949FB9

#949FB9
(148,159,185)
#8791A9
(135,145,169)
#7A8399
(122,131,153)
#6D7589
(109,117,137)
#606779
(96,103,121)
#535969
(83,89,105)
#464B59
(70,75,89)
#393D49
(57,61,73)
#2C2F39
(44,47,57)
#1F2129
(31,33,41)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #949FB9

#949FB9
(148,159,185)
#9DA7BF
(157,167,191)
#A6AFC5
(166,175,197)
#AFB7CB
(175,183,203)
#B8BFD1
(184,191,209)
#C1C7D7
(193,199,215)
#CACFDD
(202,207,221)
#D3D7E3
(211,215,227)
#DCDFE9
(220,223,233)
#E5E7EF
(229,231,239)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949FB9; }

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

This text font color is #949FB9.

Background Color

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

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

This div background color is #949FB9.

Border color

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

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

This div border color is #949FB9.

Opacity

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

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

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

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

This text has shadow with #949FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949FB9.

Preview

Color preview on black background

This text has color #949FB9 on black background.


Color preview on white background

This text has color #949FB9 on white background.


Black color preview on #949FB9 background

This text has black color on #949FB9 background.


White color preview on #949FB9 background

This text has white color on #949FB9 background.


Related colors

Complementary color

Complementary color for #hex is #6B6046.


I love getcolorcode.com

Triadic colors

1 #B9949F and #9FB994 with #949FB9 are triadic colors.

2 #B99F94 and #9F94B9 with #949FB9 are triadic colors.