COLOR #949EAE

HEX: #949EAE
RGB: (148,158,174)

Color info

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

RGB color model

#949EAE color RGB value is (148,158,174).

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

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 174 of 255 = 68%

148
158
174

R + G + B ~ 63%. #949EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 174 = 480 (100%)
R 148 of 480 ~ 30.83%
G 158 of 480 ~ 32.92%
B 174 of 480 ~ 36.25%

%30.83
%32.92
%36.25

CMYK color model

#949EAE color CMYK value is (15,9,0,32).

  • cyan value is 14.94%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(15,9,0,32)
C15M9Y0K32 
(15%,9%,0%,32%)
(0.15/0.09/0.00/0.32)	

CMYK percentages

%14.94
%9.2
%0
%31.76

Codes

Color #949EAE in popluar color models

949EAE
RGB148158174
HSL217°13.83%63.14%
HSB/HSV217°14.94%68.24%
CMYK14.94%9.20%0.00%
31.76%

Color #949EAE in popluar number systems.

HEX949EAE
Decimal148158174
Binary100101001001111010101110
Octal224236256

Shades and tints

Shades of #949EAE

#949EAE
(148,158,174)
#87909F
(135,144,159)
#7A8290
(122,130,144)
#6D7481
(109,116,129)
#606672
(96,102,114)
#535863
(83,88,99)
#464A54
(70,74,84)
#393C45
(57,60,69)
#2C2E36
(44,46,54)
#1F2027
(31,32,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #949EAE

#949EAE
(148,158,174)
#9DA6B5
(157,166,181)
#A6AEBC
(166,174,188)
#AFB6C3
(175,182,195)
#B8BECA
(184,190,202)
#C1C6D1
(193,198,209)
#CACED8
(202,206,216)
#D3D6DF
(211,214,223)
#DCDEE6
(220,222,230)
#E5E6ED
(229,230,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949EAE; }

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

This text font color is #949EAE.


Background Color

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

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

This div background color is #949EAE.


Border color

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

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

This div border color is #949EAE.


Opacity

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

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

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

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

This text has shadow with #949EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949EAE on black background.


Color preview on white background

This text has color #949EAE on white background.



Black color preview on #949EAE background

This text has black color on #949EAE background.


White color preview on #949EAE background

This text has white color on #949EAE background.