COLOR #94A296

HEX: #94A296
RGB: (148,162,150)

Color info

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

RGB color model

#94A296 color RGB value is (148,162,150).

  • red value is 148;
  • green value is 162;
  • blue value is 150.
RGB:
(148,162,150)
(58%,64%,59%)

RGB channels and saturation

R 148 of 255 = 58%
G 162 of 255 = 64%
B 150 of 255 = 59%

148
162
150

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

Portions of RGB colors in percentages

R + G + B =
148 + 162 + 150 = 460 (100%)
R 148 of 460 ~ 32.17%
G 162 of 460 ~ 35.22%
B 150 of 460 ~ 32.61%

%32.17
%35.22
%32.61

CMYK color model

#94A296 color CMYK value is (9,0,7,36).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(9,0,7,36)
C9M0Y7K36 
(9%,0%,7%,36%)
(0.09/0.00/0.07/0.36)	

CMYK percentages

%8.64
%0
%7.41
%36.47

Codes

Color #94A296 in popluar color models

94A296
RGB148162150
HSL129°7.00%60.78%
HSB/HSV129°8.64%63.53%
CMYK8.64%0.00%7.41%
36.47%

Color #94A296 in popluar number systems.

HEX94A296
Decimal148162150
Binary100101001010001010010110
Octal224242226

Shades and tints

Shades of #94A296

#94A296
(148,162,150)
#879489
(135,148,137)
#7A867C
(122,134,124)
#6D786F
(109,120,111)
#606A62
(96,106,98)
#535C55
(83,92,85)
#464E48
(70,78,72)
#39403B
(57,64,59)
#2C322E
(44,50,46)
#1F2421
(31,36,33)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #94A296

#94A296
(148,162,150)
#9DAA9F
(157,170,159)
#A6B2A8
(166,178,168)
#AFBAB1
(175,186,177)
#B8C2BA
(184,194,186)
#C1CAC3
(193,202,195)
#CAD2CC
(202,210,204)
#D3DAD5
(211,218,213)
#DCE2DE
(220,226,222)
#E5EAE7
(229,234,231)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A296 color. Also use rgb(148,162,150) instead hex code.

Text Font Color

.myTextColor { color: #94A296; }

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

This text font color is #94A296.


Background Color

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

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

This div background color is #94A296.


Border color

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

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

This div border color is #94A296.


Opacity

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

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

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

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

This text has shadow with #94A296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A296 on black background.


Color preview on white background

This text has color #94A296 on white background.



Black color preview on #94A296 background

This text has black color on #94A296 background.


White color preview on #94A296 background

This text has white color on #94A296 background.