COLOR #94A59E

HEX: #94A59E
RGB: (148,165,158)

Color info

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

RGB color model

#94A59E color RGB value is (148,165,158).

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

RGB channels and saturation

R 148 of 255 = 58%
G 165 of 255 = 65%
B 158 of 255 = 62%

148
165
158

R + G + B ~ 62%. #94A59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 165 + 158 = 471 (100%)
R 148 of 471 ~ 31.42%
G 165 of 471 ~ 35.03%
B 158 of 471 ~ 33.55%

%31.42
%35.03
%33.55

CMYK color model

#94A59E color CMYK value is (10,0,4,35).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(10,0,4,35)
C10M0Y4K35 
(10%,0%,4%,35%)
(0.10/0.00/0.04/0.35)	

CMYK percentages

%10.3
%0
%4.24
%35.29

Codes

Color #94A59E in popluar color models

94A59E
RGB148165158
HSL155°8.63%61.37%
HSB/HSV155°10.30%64.71%
CMYK10.30%0.00%4.24%
35.29%

Color #94A59E in popluar number systems.

HEX94A59E
Decimal148165158
Binary100101001010010110011110
Octal224245236

Shades and tints

Shades of #94A59E

#94A59E
(148,165,158)
#879690
(135,150,144)
#7A8782
(122,135,130)
#6D7874
(109,120,116)
#606966
(96,105,102)
#535A58
(83,90,88)
#464B4A
(70,75,74)
#393C3C
(57,60,60)
#2C2D2E
(44,45,46)
#1F1E20
(31,30,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #94A59E

#94A59E
(148,165,158)
#9DADA6
(157,173,166)
#A6B5AE
(166,181,174)
#AFBDB6
(175,189,182)
#B8C5BE
(184,197,190)
#C1CDC6
(193,205,198)
#CAD5CE
(202,213,206)
#D3DDD6
(211,221,214)
#DCE5DE
(220,229,222)
#E5EDE6
(229,237,230)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94A59E; }

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

This text font color is #94A59E.


Background Color

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

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

This div background color is #94A59E.


Border color

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

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

This div border color is #94A59E.


Opacity

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

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

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

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

This text has shadow with #94A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A59E on black background.


Color preview on white background

This text has color #94A59E on white background.



Black color preview on #94A59E background

This text has black color on #94A59E background.


White color preview on #94A59E background

This text has white color on #94A59E background.