COLOR #949EA1

HEX: #949EA1
RGB: (148,158,161)

Color info

#949EA1 contains red, green and blue colors in about the same proportion. Web safe color of #949EA1 is #999999 (or #999).

RGB color model

#949EA1 color RGB value is (148,158,161).

  • red value is 148;
  • green value is 158;
  • blue value is 161.
RGB:
(148,158,161)
(58%,62%,63%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 161 of 255 = 63%

148
158
161

R + G + B ~ 61%. #949EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 161 = 467 (100%)
R 148 of 467 ~ 31.69%
G 158 of 467 ~ 33.83%
B 161 of 467 ~ 34.48%

%31.69
%33.83
%34.48

CMYK color model

#949EA1 color CMYK value is (8,2,0,37).

  • cyan value is 8.07%
  • magenta value is 1.86%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(8,2,0,37)
C8M2Y0K37 
(8%,2%,0%,37%)
(0.08/0.02/0.00/0.37)	

CMYK percentages

%8.07
%1.86
%0
%36.86

Codes

Color #949EA1 in popluar color models

949EA1
RGB148158161
HSL194°6.47%60.59%
HSB/HSV194°8.07%63.14%
CMYK8.07%1.86%0.00%
36.86%

Color #949EA1 in popluar number systems.

HEX949EA1
Decimal148158161
Binary100101001001111010100001
Octal224236241

Shades and tints

Shades of #949EA1

#949EA1
(148,158,161)
#879093
(135,144,147)
#7A8285
(122,130,133)
#6D7477
(109,116,119)
#606669
(96,102,105)
#53585B
(83,88,91)
#464A4D
(70,74,77)
#393C3F
(57,60,63)
#2C2E31
(44,46,49)
#1F2023
(31,32,35)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #949EA1

#949EA1
(148,158,161)
#9DA6A9
(157,166,169)
#A6AEB1
(166,174,177)
#AFB6B9
(175,182,185)
#B8BEC1
(184,190,193)
#C1C6C9
(193,198,201)
#CACED1
(202,206,209)
#D3D6D9
(211,214,217)
#DCDEE1
(220,222,225)
#E5E6E9
(229,230,233)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949EA1 color. Also use rgb(148,158,161) instead hex code.

Text Font Color

.myTextColor { color: #949EA1; }

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

This text font color is #949EA1.


Background Color

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

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

This div background color is #949EA1.


Border color

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

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

This div border color is #949EA1.


Opacity

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

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

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

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

This text has shadow with #949EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949EA1 on black background.


Color preview on white background

This text has color #949EA1 on white background.



Black color preview on #949EA1 background

This text has black color on #949EA1 background.


White color preview on #949EA1 background

This text has white color on #949EA1 background.