COLOR #949FAE

HEX: #949FAE RGB: (148,159,174)

Color info

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

RGB color model

#949FAE color RGB value is (148,159,174).

RGB: (148,159,174) (58%, 62%, 68%)

RGB channels and saturation

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

148
159
174

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

Portions of RGB colors in percentages

R + G + B = 148 + 159 + 174 = 481 (100%)
R 148 of 481 ~ 30.77%
G 159 of 481 ~ 33.06%
B 174 of 481 ~ 36.17'%

%30.77
%33.06
%36.17

CMYK color model

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

  • cyan value is 14.94%
  • magenta value is 8.62%
  • 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
%8.62
%0
%31.76

Codes

Color #949FAE in popluar color models

94 9F AE
RGB 148 159 174
HSL 215° 13.83% 63.14%
HSB/HSV 215° 14.94% 68.24%
CMYK 14.94% 8.62% 0.00%
31.76%

Color #949FAE in popluar number systems.

HEX 94 9F AE
Decimal 148 159 174
Binary 10010100 10011111 10101110
Octal 224 237 256

Shades and tints

Shades of #949FAE

#949FAE
(148,159,174)
#87919F
(135,145,159)
#7A8390
(122,131,144)
#6D7581
(109,117,129)
#606772
(96,103,114)
#535963
(83,89,99)
#464B54
(70,75,84)
#393D45
(57,61,69)
#2C2F36
(44,47,54)
#1F2127
(31,33,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #949FAE

#949FAE
(148,159,174)
#9DA7B5
(157,167,181)
#A6AFBC
(166,175,188)
#AFB7C3
(175,183,195)
#B8BFCA
(184,191,202)
#C1C7D1
(193,199,209)
#CACFD8
(202,207,216)
#D3D7DF
(211,215,223)
#DCDFE6
(220,223,230)
#E5E7ED
(229,231,237)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949FAE; }

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

This text font color is #949FAE.

Background Color

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

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

This div background color is #949FAE.

Border color

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

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

This div border color is #949FAE.

Opacity

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

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

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

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

This text has shadow with #949FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #949FAE.

Preview

Color preview on black background

This text has color #949FAE on black background.


Color preview on white background

This text has color #949FAE on white background.


Black color preview on #949FAE background

This text has black color on #949FAE background.


White color preview on #949FAE background

This text has white color on #949FAE background.


Related colors

Complementary color

Complementary color for #hex is #6B6051.


I love getcolorcode.com

Triadic colors

1 #AE949F and #9FAE94 with #949FAE are triadic colors.

2 #AE9F94 and #9F94AE with #949FAE are triadic colors.