COLOR #949ABE

HEX: #949ABE RGB: (148,154,190)

Color info

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

RGB color model

#949ABE color RGB value is (148,154,190).

RGB: (148,154,190) (58%, 60%, 75%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 190 of 255 = 75%

148
154
190

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

Portions of RGB colors in percentages

R + G + B = 148 + 154 + 190 = 492 (100%)
R 148 of 492 ~ 30.08%
G 154 of 492 ~ 31.3%
B 190 of 492 ~ 38.62'%

%30.08
%31.3
%38.62

CMYK color model

#949ABE color CMYK value is (22,19,0,25).

  • cyan value is 22.11%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (22,19,0,25)
C22M19Y0K25 (22%, 19%, 0%, 25%)
(0.22 / 0.19 / 0.00 / 0.25)

CMYK percentages

%22.11
%18.95
%0
%25.49

Codes

Color #949ABE in popluar color models

94 9A BE
RGB 148 154 190
HSL 231° 24.42% 66.27%
HSB/HSV 231° 22.11% 74.51%
CMYK 22.11% 18.95% 0.00%
25.49%

Color #949ABE in popluar number systems.

HEX 94 9A BE
Decimal 148 154 190
Binary 10010100 10011010 10111110
Octal 224 232 276

Shades and tints

Shades of #949ABE

#949ABE
(148,154,190)
#878CAD
(135,140,173)
#7A7E9C
(122,126,156)
#6D708B
(109,112,139)
#60627A
(96,98,122)
#535469
(83,84,105)
#464658
(70,70,88)
#393847
(57,56,71)
#2C2A36
(44,42,54)
#1F1C25
(31,28,37)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #949ABE

#949ABE
(148,154,190)
#9DA3C3
(157,163,195)
#A6ACC8
(166,172,200)
#AFB5CD
(175,181,205)
#B8BED2
(184,190,210)
#C1C7D7
(193,199,215)
#CAD0DC
(202,208,220)
#D3D9E1
(211,217,225)
#DCE2E6
(220,226,230)
#E5EBEB
(229,235,235)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949ABE; }

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

This text font color is #949ABE.

Background Color

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

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

This div background color is #949ABE.

Border color

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

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

This div border color is #949ABE.

Opacity

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

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

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

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

This text has shadow with #949ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949ABE.

Preview

Color preview on black background

This text has color #949ABE on black background.


Color preview on white background

This text has color #949ABE on white background.


Black color preview on #949ABE background

This text has black color on #949ABE background.


White color preview on #949ABE background

This text has white color on #949ABE background.


Related colors

Complementary color

Complementary color for #949ABE is #6B6541.


I love getcolorcode.com

Triadic colors

1 #BE949A and #9ABE94 with #949ABE are triadic colors.

2 #BE9A94 and #9A94BE with #949ABE are triadic colors.