COLOR #94A195

HEX: #94A195
RGB: (148,161,149)

Color info

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

RGB color model

#94A195 color RGB value is (148,161,149).

  • red value is 148;
  • green value is 161;
  • blue value is 149.
RGB:
(148,161,149)
(58%,63%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 161 of 255 = 63%
B 149 of 255 = 58%

148
161
149

R + G + B ~ 60%. #94A195 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 161 + 149 = 458 (100%)
R 148 of 458 ~ 32.31%
G 161 of 458 ~ 35.15%
B 149 of 458 ~ 32.53%

%32.31
%35.15
%32.53

CMYK color model

#94A195 color CMYK value is (8,0,7,37).

  • cyan value is 8.07%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(8,0,7,37)
C8M0Y7K37 
(8%,0%,7%,37%)
(0.08/0.00/0.07/0.37)	

CMYK percentages

%8.07
%0
%7.45
%36.86

Codes

Color #94A195 in popluar color models

94A195
RGB148161149
HSL125°6.47%60.59%
HSB/HSV125°8.07%63.14%
CMYK8.07%0.00%7.45%
36.86%

Color #94A195 in popluar number systems.

HEX94A195
Decimal148161149
Binary100101001010000110010101
Octal224241225

Shades and tints

Shades of #94A195

#94A195
(148,161,149)
#879388
(135,147,136)
#7A857B
(122,133,123)
#6D776E
(109,119,110)
#606961
(96,105,97)
#535B54
(83,91,84)
#464D47
(70,77,71)
#393F3A
(57,63,58)
#2C312D
(44,49,45)
#1F2320
(31,35,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #94A195

#94A195
(148,161,149)
#9DA99E
(157,169,158)
#A6B1A7
(166,177,167)
#AFB9B0
(175,185,176)
#B8C1B9
(184,193,185)
#C1C9C2
(193,201,194)
#CAD1CB
(202,209,203)
#D3D9D4
(211,217,212)
#DCE1DD
(220,225,221)
#E5E9E6
(229,233,230)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A195 color. Also use rgb(148,161,149) instead hex code.

Text Font Color

.myTextColor { color: #94A195; }

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

This text font color is #94A195.


Background Color

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

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

This div background color is #94A195.


Border color

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

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

This div border color is #94A195.


Opacity

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

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

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

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

This text has shadow with #94A195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A195 on black background.


Color preview on white background

This text has color #94A195 on white background.



Black color preview on #94A195 background

This text has black color on #94A195 background.


White color preview on #94A195 background

This text has white color on #94A195 background.