COLOR #949EA7

HEX: #949EA7
RGB: (148,158,167)

Color info

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

RGB color model

#949EA7 color RGB value is (148,158,167).

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

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 167 of 255 = 65%

148
158
167

R + G + B ~ 62%. #949EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 167 = 473 (100%)
R 148 of 473 ~ 31.29%
G 158 of 473 ~ 33.4%
B 167 of 473 ~ 35.31%

%31.29
%33.4
%35.31

CMYK color model

#949EA7 color CMYK value is (11,5,0,35).

  • cyan value is 11.38%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,5,0,35)
C11M5Y0K35 
(11%,5%,0%,35%)
(0.11/0.05/0.00/0.35)	

CMYK percentages

%11.38
%5.39
%0
%34.51

Codes

Color #949EA7 in popluar color models

949EA7
RGB148158167
HSL208°9.74%61.76%
HSB/HSV208°11.38%65.49%
CMYK11.38%5.39%0.00%
34.51%

Color #949EA7 in popluar number systems.

HEX949EA7
Decimal148158167
Binary100101001001111010100111
Octal224236247

Shades and tints

Shades of #949EA7

#949EA7
(148,158,167)
#879098
(135,144,152)
#7A8289
(122,130,137)
#6D747A
(109,116,122)
#60666B
(96,102,107)
#53585C
(83,88,92)
#464A4D
(70,74,77)
#393C3E
(57,60,62)
#2C2E2F
(44,46,47)
#1F2020
(31,32,32)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #949EA7

#949EA7
(148,158,167)
#9DA6AF
(157,166,175)
#A6AEB7
(166,174,183)
#AFB6BF
(175,182,191)
#B8BEC7
(184,190,199)
#C1C6CF
(193,198,207)
#CACED7
(202,206,215)
#D3D6DF
(211,214,223)
#DCDEE7
(220,222,231)
#E5E6EF
(229,230,239)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949EA7; }

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

This text font color is #949EA7.


Background Color

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

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

This div background color is #949EA7.


Border color

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

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

This div border color is #949EA7.


Opacity

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

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

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

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

This text has shadow with #949EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949EA7 on black background.


Color preview on white background

This text has color #949EA7 on white background.



Black color preview on #949EA7 background

This text has black color on #949EA7 background.


White color preview on #949EA7 background

This text has white color on #949EA7 background.