COLOR #9C94AF

HEX: #9C94AF
RGB: (156,148,175)

Color info

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

RGB color model

#9C94AF color RGB value is (156,148,175).

  • red value is 156;
  • green value is 148;
  • blue value is 175.
RGB:
(156,148,175)
(61%,58%,69%)

RGB channels and saturation

R 156 of 255 = 61%
G 148 of 255 = 58%
B 175 of 255 = 69%

156
148
175

R + G + B ~ 63%. #9C94AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 148 + 175 = 479 (100%)
R 156 of 479 ~ 32.57%
G 148 of 479 ~ 30.9%
B 175 of 479 ~ 36.53%

%32.57
%30.9
%36.53

CMYK color model

#9C94AF color CMYK value is (11,15,0,31).

  • cyan value is 10.86%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(11,15,0,31)
C11M15Y0K31 
(11%,15%,0%,31%)
(0.11/0.15/0.00/0.31)	

CMYK percentages

%10.86
%15.43
%0
%31.37

Codes

Color #9C94AF in popluar color models

9C94AF
RGB156148175
HSL258°14.44%63.33%
HSB/HSV258°15.43%68.63%
CMYK10.86%15.43%0.00%
31.37%

Color #9C94AF in popluar number systems.

HEX9C94AF
Decimal156148175
Binary100111001001010010101111
Octal234224257

Shades and tints

Shades of #9C94AF

#9C94AF
(156,148,175)
#8E87A0
(142,135,160)
#807A91
(128,122,145)
#726D82
(114,109,130)
#646073
(100,96,115)
#565364
(86,83,100)
#484655
(72,70,85)
#3A3946
(58,57,70)
#2C2C37
(44,44,55)
#1E1F28
(30,31,40)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #9C94AF

#9C94AF
(156,148,175)
#A59DB6
(165,157,182)
#AEA6BD
(174,166,189)
#B7AFC4
(183,175,196)
#C0B8CB
(192,184,203)
#C9C1D2
(201,193,210)
#D2CAD9
(210,202,217)
#DBD3E0
(219,211,224)
#E4DCE7
(228,220,231)
#EDE5EE
(237,229,238)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C94AF color. Also use rgb(156,148,175) instead hex code.

Text Font Color

.myTextColor { color: #9C94AF; }

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

This text font color is #9C94AF.


Background Color

.myBgColor { background-color: #9C94AF; }

<div style="background-color:#9C94AF">Inner text</div>

This div background color is #9C94AF.


Border color

.myBorderColor { border: 1px solid #9C94AF; }

<div style="border:3px solid #9C94AF">Div</div>

This div border color is #9C94AF.


Opacity

.myOpacity80 { color: #9C94AF; opacity: 0.8; }

<p style="color:#9C94AF;opacity:0.8;">80%</p>

Text with #9C94AF 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 #9C94AF;}

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

This text has shadow with #9C94AF color.

.textShadow {text-shadow: 3px 3px 1px #9C94AF, 3px 3px 1px red;}

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

This text has shadow with #9C94AF primary color and red secondary color.


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

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

This text has shadow with #9C94AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C94AF on black background.


Color preview on white background

This text has color #9C94AF on white background.



Black color preview on #9C94AF background

This text has black color on #9C94AF background.


White color preview on #9C94AF background

This text has white color on #9C94AF background.