COLOR #949AC2

HEX: #949AC2
RGB: (148,154,194)

Color info

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

RGB color model

#949AC2 color RGB value is (148,154,194).

  • red value is 148;
  • green value is 154;
  • blue value is 194.
RGB:
(148,154,194)
(58%,60%,76%)

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 194 of 255 = 76%

148
154
194

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 194 = 496 (100%)
R 148 of 496 ~ 29.84%
G 154 of 496 ~ 31.05%
B 194 of 496 ~ 39.11%

%29.84
%31.05
%39.11

CMYK color model

#949AC2 color CMYK value is (24,21,0,24).

  • cyan value is 23.71%
  • magenta value is 20.62%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(24,21,0,24)
C24M21Y0K24 
(24%,21%,0%,24%)
(0.24/0.21/0.00/0.24)	

CMYK percentages

%23.71
%20.62
%0
%23.92

Codes

Color #949AC2 in popluar color models

949AC2
RGB148154194
HSL232°27.38%67.06%
HSB/HSV232°23.71%76.08%
CMYK23.71%20.62%0.00%
23.92%

Color #949AC2 in popluar number systems.

HEX949AC2
Decimal148154194
Binary100101001001101011000010
Octal224232302

Shades and tints

Shades of #949AC2

#949AC2
(148,154,194)
#878CB1
(135,140,177)
#7A7EA0
(122,126,160)
#6D708F
(109,112,143)
#60627E
(96,98,126)
#53546D
(83,84,109)
#46465C
(70,70,92)
#39384B
(57,56,75)
#2C2A3A
(44,42,58)
#1F1C29
(31,28,41)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #949AC2

#949AC2
(148,154,194)
#9DA3C7
(157,163,199)
#A6ACCC
(166,172,204)
#AFB5D1
(175,181,209)
#B8BED6
(184,190,214)
#C1C7DB
(193,199,219)
#CAD0E0
(202,208,224)
#D3D9E5
(211,217,229)
#DCE2EA
(220,226,234)
#E5EBEF
(229,235,239)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949AC2; }

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

This text font color is #949AC2.


Background Color

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

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

This div background color is #949AC2.


Border color

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

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

This div border color is #949AC2.


Opacity

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

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

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

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

This text has shadow with #949AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949AC2 on black background.


Color preview on white background

This text has color #949AC2 on white background.



Black color preview on #949AC2 background

This text has black color on #949AC2 background.


White color preview on #949AC2 background

This text has white color on #949AC2 background.