COLOR #949FBC

HEX: #949FBC RGB: (148,159,188)

Color info

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

RGB color model

#949FBC color RGB value is (148,159,188).

RGB: (148,159,188) (58%, 62%, 74%)

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 188 of 255 = 74%

148
159
188

R + G + B ~ 65%. #949FBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 159 + 188 = 495 (100%)
R 148 of 495 ~ 29.9%
G 159 of 495 ~ 32.12%
B 188 of 495 ~ 37.98'%

%29.9
%32.12
%37.98

CMYK color model

#949FBC color CMYK value is (21,15,0,26).

  • cyan value is 21.28%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (21,15,0,26)
C21M15Y0K26 (21%, 15%, 0%, 26%)
(0.21 / 0.15 / 0.00 / 0.26)

CMYK percentages

%21.28
%15.43
%0
%26.27

Codes

Color #949FBC in popluar color models

94 9F BC
RGB 148 159 188
HSL 224° 22.99% 65.88%
HSB/HSV 224° 21.28% 73.73%
CMYK 21.28% 15.43% 0.00%
26.27%

Color #949FBC in popluar number systems.

HEX 94 9F BC
Decimal 148 159 188
Binary 10010100 10011111 10111100
Octal 224 237 274

Shades and tints

Shades of #949FBC

#949FBC
(148,159,188)
#8791AB
(135,145,171)
#7A839A
(122,131,154)
#6D7589
(109,117,137)
#606778
(96,103,120)
#535967
(83,89,103)
#464B56
(70,75,86)
#393D45
(57,61,69)
#2C2F34
(44,47,52)
#1F2123
(31,33,35)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #949FBC

#949FBC
(148,159,188)
#9DA7C2
(157,167,194)
#A6AFC8
(166,175,200)
#AFB7CE
(175,183,206)
#B8BFD4
(184,191,212)
#C1C7DA
(193,199,218)
#CACFE0
(202,207,224)
#D3D7E6
(211,215,230)
#DCDFEC
(220,223,236)
#E5E7F2
(229,231,242)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949FBC; }

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

This text font color is #949FBC.

Background Color

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

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

This div background color is #949FBC.

Border color

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

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

This div border color is #949FBC.

Opacity

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

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

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

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

This text has shadow with #949FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949FBC.

Preview

Color preview on black background

This text has color #949FBC on black background.


Color preview on white background

This text has color #949FBC on white background.


Black color preview on #949FBC background

This text has black color on #949FBC background.


White color preview on #949FBC background

This text has white color on #949FBC background.


Related colors

Complementary color

Complementary color for #hex is #6B6043.


I love getcolorcode.com

Triadic colors

1 #BC949F and #9FBC94 with #949FBC are triadic colors.

2 #BC9F94 and #9F94BC with #949FBC are triadic colors.