COLOR #94ACA5

HEX: #94ACA5
RGB: (148,172,165)

Color info

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

RGB color model

#94ACA5 color RGB value is (148,172,165).

  • red value is 148;
  • green value is 172;
  • blue value is 165.
RGB:
(148,172,165)
(58%,67%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 172 of 255 = 67%
B 165 of 255 = 65%

148
172
165

R + G + B ~ 63%. #94ACA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 172 + 165 = 485 (100%)
R 148 of 485 ~ 30.52%
G 172 of 485 ~ 35.46%
B 165 of 485 ~ 34.02%

%30.52
%35.46
%34.02

CMYK color model

#94ACA5 color CMYK value is (14,0,4,33).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(14,0,4,33)
C14M0Y4K33 
(14%,0%,4%,33%)
(0.14/0.00/0.04/0.33)	

CMYK percentages

%13.95
%0
%4.07
%32.55

Codes

Color #94ACA5 in popluar color models

94ACA5
RGB148172165
HSL163°12.63%62.75%
HSB/HSV163°13.95%67.45%
CMYK13.95%0.00%4.07%
32.55%

Color #94ACA5 in popluar number systems.

HEX94ACA5
Decimal148172165
Binary100101001010110010100101
Octal224254245

Shades and tints

Shades of #94ACA5

#94ACA5
(148,172,165)
#879D96
(135,157,150)
#7A8E87
(122,142,135)
#6D7F78
(109,127,120)
#607069
(96,112,105)
#53615A
(83,97,90)
#46524B
(70,82,75)
#39433C
(57,67,60)
#2C342D
(44,52,45)
#1F251E
(31,37,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #94ACA5

#94ACA5
(148,172,165)
#9DB3AD
(157,179,173)
#A6BAB5
(166,186,181)
#AFC1BD
(175,193,189)
#B8C8C5
(184,200,197)
#C1CFCD
(193,207,205)
#CAD6D5
(202,214,213)
#D3DDDD
(211,221,221)
#DCE4E5
(220,228,229)
#E5EBED
(229,235,237)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94ACA5 color. Also use rgb(148,172,165) instead hex code.

Text Font Color

.myTextColor { color: #94ACA5; }

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

This text font color is #94ACA5.


Background Color

.myBgColor { background-color: #94ACA5; }

<div style="background-color:#94ACA5">Inner text</div>

This div background color is #94ACA5.


Border color

.myBorderColor { border: 1px solid #94ACA5; }

<div style="border:3px solid #94ACA5">Div</div>

This div border color is #94ACA5.


Opacity

.myOpacity80 { color: #94ACA5; opacity: 0.8; }

<p style="color:#94ACA5;opacity:0.8;">80%</p>

Text with #94ACA5 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 #94ACA5;}

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

This text has shadow with #94ACA5 color.

.textShadow {text-shadow: 3px 3px 1px #94ACA5, 3px 3px 1px red;}

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

This text has shadow with #94ACA5 primary color and red secondary color.


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

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

This text has shadow with #94ACA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94ACA5 on black background.


Color preview on white background

This text has color #94ACA5 on white background.



Black color preview on #94ACA5 background

This text has black color on #94ACA5 background.


White color preview on #94ACA5 background

This text has white color on #94ACA5 background.