COLOR #949EA3

HEX: #949EA3
RGB: (148,158,163)

Color info

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

RGB color model

#949EA3 color RGB value is (148,158,163).

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

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 163 of 255 = 64%

148
158
163

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

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 163 = 469 (100%)
R 148 of 469 ~ 31.56%
G 158 of 469 ~ 33.69%
B 163 of 469 ~ 34.75%

%31.56
%33.69
%34.75

CMYK color model

#949EA3 color CMYK value is (9,3,0,36).

  • cyan value is 9.20%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(9,3,0,36)
C9M3Y0K36 
(9%,3%,0%,36%)
(0.09/0.03/0.00/0.36)	

CMYK percentages

%9.2
%3.07
%0
%36.08

Codes

Color #949EA3 in popluar color models

949EA3
RGB148158163
HSL200°7.54%60.98%
HSB/HSV200°9.20%63.92%
CMYK9.20%3.07%0.00%
36.08%

Color #949EA3 in popluar number systems.

HEX949EA3
Decimal148158163
Binary100101001001111010100011
Octal224236243

Shades and tints

Shades of #949EA3

#949EA3
(148,158,163)
#879095
(135,144,149)
#7A8287
(122,130,135)
#6D7479
(109,116,121)
#60666B
(96,102,107)
#53585D
(83,88,93)
#464A4F
(70,74,79)
#393C41
(57,60,65)
#2C2E33
(44,46,51)
#1F2025
(31,32,37)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #949EA3

#949EA3
(148,158,163)
#9DA6AB
(157,166,171)
#A6AEB3
(166,174,179)
#AFB6BB
(175,182,187)
#B8BEC3
(184,190,195)
#C1C6CB
(193,198,203)
#CACED3
(202,206,211)
#D3D6DB
(211,214,219)
#DCDEE3
(220,222,227)
#E5E6EB
(229,230,235)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949EA3; }

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

This text font color is #949EA3.


Background Color

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

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

This div background color is #949EA3.


Border color

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

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

This div border color is #949EA3.


Opacity

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

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

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

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

This text has shadow with #949EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949EA3 on black background.


Color preview on white background

This text has color #949EA3 on white background.



Black color preview on #949EA3 background

This text has black color on #949EA3 background.


White color preview on #949EA3 background

This text has white color on #949EA3 background.