COLOR #949AC6

HEX: #949AC6
RGB: (148,154,198)

Color info

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

RGB color model

#949AC6 color RGB value is (148,154,198).

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

RGB channels and saturation

R 148 of 255 = 58%
G 154 of 255 = 60%
B 198 of 255 = 78%

148
154
198

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

Portions of RGB colors in percentages

R + G + B =
148 + 154 + 198 = 500 (100%)
R 148 of 500 ~ 29.6%
G 154 of 500 ~ 30.8%
B 198 of 500 ~ 39.6%

%29.6
%30.8
%39.6

CMYK color model

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

  • cyan value is 25.25%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(25,22,0,22)
C25M22Y0K22 
(25%,22%,0%,22%)
(0.25/0.22/0.00/0.22)	

CMYK percentages

%25.25
%22.22
%0
%22.35

Codes

Color #949AC6 in popluar color models

949AC6
RGB148154198
HSL233°30.49%67.84%
HSB/HSV233°25.25%77.65%
CMYK25.25%22.22%0.00%
22.35%

Color #949AC6 in popluar number systems.

HEX949AC6
Decimal148154198
Binary100101001001101011000110
Octal224232306

Shades and tints

Shades of #949AC6

#949AC6
(148,154,198)
#878CB4
(135,140,180)
#7A7EA2
(122,126,162)
#6D7090
(109,112,144)
#60627E
(96,98,126)
#53546C
(83,84,108)
#46465A
(70,70,90)
#393848
(57,56,72)
#2C2A36
(44,42,54)
#1F1C24
(31,28,36)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #949AC6

#949AC6
(148,154,198)
#9DA3CB
(157,163,203)
#A6ACD0
(166,172,208)
#AFB5D5
(175,181,213)
#B8BEDA
(184,190,218)
#C1C7DF
(193,199,223)
#CAD0E4
(202,208,228)
#D3D9E9
(211,217,233)
#DCE2EE
(220,226,238)
#E5EBF3
(229,235,243)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949AC6; }

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

This text font color is #949AC6.


Background Color

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

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

This div background color is #949AC6.


Border color

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

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

This div border color is #949AC6.


Opacity

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

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

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

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

This text has shadow with #949AC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949AC6 on black background.


Color preview on white background

This text has color #949AC6 on white background.



Black color preview on #949AC6 background

This text has black color on #949AC6 background.


White color preview on #949AC6 background

This text has white color on #949AC6 background.