COLOR #94AE96

HEX: #94AE96
RGB: (148,174,150)

Color info

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

RGB color model

#94AE96 color RGB value is (148,174,150).

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

RGB channels and saturation

R 148 of 255 = 58%
G 174 of 255 = 68%
B 150 of 255 = 59%

148
174
150

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

Portions of RGB colors in percentages

R + G + B =
148 + 174 + 150 = 472 (100%)
R 148 of 472 ~ 31.36%
G 174 of 472 ~ 36.86%
B 150 of 472 ~ 31.78%

%31.36
%36.86
%31.78

CMYK color model

#94AE96 color CMYK value is (15,0,14,32).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(15,0,14,32)
C15M0Y14K32 
(15%,0%,14%,32%)
(0.15/0.00/0.14/0.32)	

CMYK percentages

%14.94
%0
%13.79
%31.76

Codes

Color #94AE96 in popluar color models

94AE96
RGB148174150
HSL125°13.83%63.14%
HSB/HSV125°14.94%68.24%
CMYK14.94%0.00%13.79%
31.76%

Color #94AE96 in popluar number systems.

HEX94AE96
Decimal148174150
Binary100101001010111010010110
Octal224256226

Shades and tints

Shades of #94AE96

#94AE96
(148,174,150)
#879F89
(135,159,137)
#7A907C
(122,144,124)
#6D816F
(109,129,111)
#607262
(96,114,98)
#536355
(83,99,85)
#465448
(70,84,72)
#39453B
(57,69,59)
#2C362E
(44,54,46)
#1F2721
(31,39,33)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #94AE96

#94AE96
(148,174,150)
#9DB59F
(157,181,159)
#A6BCA8
(166,188,168)
#AFC3B1
(175,195,177)
#B8CABA
(184,202,186)
#C1D1C3
(193,209,195)
#CAD8CC
(202,216,204)
#D3DFD5
(211,223,213)
#DCE6DE
(220,230,222)
#E5EDE7
(229,237,231)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AE96; }

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

This text font color is #94AE96.


Background Color

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

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

This div background color is #94AE96.


Border color

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

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

This div border color is #94AE96.


Opacity

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

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

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

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

This text has shadow with #94AE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AE96 on black background.


Color preview on white background

This text has color #94AE96 on white background.



Black color preview on #94AE96 background

This text has black color on #94AE96 background.


White color preview on #94AE96 background

This text has white color on #94AE96 background.