COLOR #949EA4

HEX: #949EA4
RGB: (148,158,164)

Color info

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

RGB color model

#949EA4 color RGB value is (148,158,164).

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

RGB channels and saturation

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

148
158
164

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

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 164 = 470 (100%)
R 148 of 470 ~ 31.49%
G 158 of 470 ~ 33.62%
B 164 of 470 ~ 34.89%

%31.49
%33.62
%34.89

CMYK color model

#949EA4 color CMYK value is (10,4,0,36).

  • cyan value is 9.76%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(10,4,0,36)
C10M4Y0K36 
(10%,4%,0%,36%)
(0.10/0.04/0.00/0.36)	

CMYK percentages

%9.76
%3.66
%0
%35.69

Codes

Color #949EA4 in popluar color models

949EA4
RGB148158164
HSL203°8.08%61.18%
HSB/HSV203°9.76%64.31%
CMYK9.76%3.66%0.00%
35.69%

Color #949EA4 in popluar number systems.

HEX949EA4
Decimal148158164
Binary100101001001111010100100
Octal224236244

Shades and tints

Shades of #949EA4

#949EA4
(148,158,164)
#879096
(135,144,150)
#7A8288
(122,130,136)
#6D747A
(109,116,122)
#60666C
(96,102,108)
#53585E
(83,88,94)
#464A50
(70,74,80)
#393C42
(57,60,66)
#2C2E34
(44,46,52)
#1F2026
(31,32,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #949EA4

#949EA4
(148,158,164)
#9DA6AC
(157,166,172)
#A6AEB4
(166,174,180)
#AFB6BC
(175,182,188)
#B8BEC4
(184,190,196)
#C1C6CC
(193,198,204)
#CACED4
(202,206,212)
#D3D6DC
(211,214,220)
#DCDEE4
(220,222,228)
#E5E6EC
(229,230,236)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949EA4; }

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

This text font color is #949EA4.


Background Color

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

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

This div background color is #949EA4.


Border color

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

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

This div border color is #949EA4.


Opacity

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

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

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

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

This text has shadow with #949EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949EA4 on black background.


Color preview on white background

This text has color #949EA4 on white background.



Black color preview on #949EA4 background

This text has black color on #949EA4 background.


White color preview on #949EA4 background

This text has white color on #949EA4 background.