COLOR #949ABB

HEX: #949ABB RGB: (148,154,187)

Color info

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

RGB color model

#949ABB color RGB value is (148,154,187).

RGB: (148,154,187) (58%, 60%, 73%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 187 of 255 = 73%

148
154
187

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

Portions of RGB colors in percentages

R + G + B = 148 + 154 + 187 = 489 (100%)
R 148 of 489 ~ 30.27%
G 154 of 489 ~ 31.49%
B 187 of 489 ~ 38.24'%

%30.27
%31.49
%38.24

CMYK color model

#949ABB color CMYK value is (21,18,0,27).

  • cyan value is 20.86%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (21,18,0,27)
C21M18Y0K27 (21%, 18%, 0%, 27%)
(0.21 / 0.18 / 0.00 / 0.27)

CMYK percentages

%20.86
%17.65
%0
%26.67

Codes

Color #949ABB in popluar color models

94 9A BB
RGB 148 154 187
HSL 231° 22.29% 65.69%
HSB/HSV 231° 20.86% 73.33%
CMYK 20.86% 17.65% 0.00%
26.67%

Color #949ABB in popluar number systems.

HEX 94 9A BB
Decimal 148 154 187
Binary 10010100 10011010 10111011
Octal 224 232 273

Shades and tints

Shades of #949ABB

#949ABB
(148,154,187)
#878CAA
(135,140,170)
#7A7E99
(122,126,153)
#6D7088
(109,112,136)
#606277
(96,98,119)
#535466
(83,84,102)
#464655
(70,70,85)
#393844
(57,56,68)
#2C2A33
(44,42,51)
#1F1C22
(31,28,34)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #949ABB

#949ABB
(148,154,187)
#9DA3C1
(157,163,193)
#A6ACC7
(166,172,199)
#AFB5CD
(175,181,205)
#B8BED3
(184,190,211)
#C1C7D9
(193,199,217)
#CAD0DF
(202,208,223)
#D3D9E5
(211,217,229)
#DCE2EB
(220,226,235)
#E5EBF1
(229,235,241)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949ABB color. Also use rgb(148,154,187) instead hex code.

Text Font Color

.myTextColor { color: #949ABB; }

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

This text font color is #949ABB.

Background Color

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

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

This div background color is #949ABB.

Border color

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

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

This div border color is #949ABB.

Opacity

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

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

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

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

This text has shadow with #949ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949ABB.

Preview

Color preview on black background

This text has color #949ABB on black background.


Color preview on white background

This text has color #949ABB on white background.


Black color preview on #949ABB background

This text has black color on #949ABB background.


White color preview on #949ABB background

This text has white color on #949ABB background.


Related colors

Complementary color

Complementary color for #hex is #6B6544.


I love getcolorcode.com

Triadic colors

1 #BB949A and #9ABB94 with #949ABB are triadic colors.

2 #BB9A94 and #9A94BB with #949ABB are triadic colors.